ci: update the Rust and checkov checks
All checks were successful
actionlint check / actionlint check (pull_request) Successful in 6s
conventional pull request title check / conventional pull request title check (pull_request) Successful in 4s
conventional commit messages check / conventional commit messages check (pull_request) Successful in 6s
dotenv-linter check / dotenv-linter check (pull_request) Successful in 7s
GitLeaks check / GitLeaks check (pull_request) Successful in 10s
hadolint check / hadolint check (pull_request) Successful in 26s
htmlhint check / htmlhint check (pull_request) Successful in 24s
markdownlint check / markdownlint check (pull_request) Successful in 31s
Prettier check / Prettier check (pull_request) Successful in 20s
checkov check / checkov check (pull_request) Successful in 1m8s
ShellCheck check / ShellCheck check (pull_request) Successful in 24s
Stylelint check / Stylelint check (pull_request) Successful in 25s
yamllint check / yamllint check (pull_request) Successful in 20s
Rust check / Rust check (pull_request) Successful in 10m19s

This commit is contained in:
2025-12-13 23:06:34 +01:00
parent 2fdf09d041
commit 302d7caa8d
2 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ jobs:
with: with:
python-version: "3.13.1" python-version: "3.13.1"
- name: Rust toolchain installation - name: Rust toolchain installation
uses: dtolnay/rust-toolchain@6691ebadcb18182cc1391d07c9f295f657c593cd uses: dtolnay/rust-toolchain@8a40291d6a0a08b8fb98b13bad5a0305b42d5f9c # 1.92.0
- name: code checkout - name: code checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with: with:

View File

@@ -21,12 +21,12 @@ jobs:
run: > run: >
apt-get update && apt-get install -y apt-get update && apt-get install -y
libgtk-3-dev=3.24.33-1ubuntu2.2 libgtk-3-dev=3.24.33-1ubuntu2.2
libjavascriptcoregtk-4.1-dev=2.48.3-0ubuntu0.22.04.1 libjavascriptcoregtk-4.1-dev=2.50.2-0ubuntu0.22.04.2
libsoup-3.0-dev=3.0.7-0ubuntu1 libsoup-3.0-dev=3.0.7-0ubuntu1
libwebkit2gtk-4.1-dev=2.48.3-0ubuntu0.22.04.1 libwebkit2gtk-4.1-dev=2.50.2-0ubuntu0.22.04.2
libxdo-dev=1:3.20160805.1-4 libxdo-dev=1:3.20160805.1-4
- name: Rust toolchain installation - name: Rust toolchain installation
uses: dtolnay/rust-toolchain@6691ebadcb18182cc1391d07c9f295f657c593cd uses: dtolnay/rust-toolchain@8a40291d6a0a08b8fb98b13bad5a0305b42d5f9c # 1.92.0
with: with:
components: clippy, rustfmt components: clippy, rustfmt
- name: code checkout - name: code checkout