ci: update the Rust and chechkov Rust toolchain
Some checks failed
actionlint check / actionlint check (pull_request) Successful in 7s
conventional pull request title check / conventional pull request title check (pull_request) Successful in 3s
conventional commit messages check / conventional commit messages check (pull_request) Successful in 6s
dotenv-linter check / dotenv-linter check (pull_request) Successful in 8s
GitLeaks check / GitLeaks check (pull_request) Successful in 10s
hadolint check / hadolint check (pull_request) Successful in 20s
markdownlint check / markdownlint check (pull_request) Successful in 32s
htmlhint check / htmlhint check (pull_request) Successful in 35s
Rust check / Rust check (pull_request) Failing after 28s
checkov check / checkov check (pull_request) Successful in 1m19s
Prettier check / Prettier check (pull_request) Successful in 52s
ShellCheck check / ShellCheck check (pull_request) Successful in 31s
yamllint check / yamllint check (pull_request) Successful in 23s
Stylelint check / Stylelint check (pull_request) Successful in 25s
Some checks failed
actionlint check / actionlint check (pull_request) Successful in 7s
conventional pull request title check / conventional pull request title check (pull_request) Successful in 3s
conventional commit messages check / conventional commit messages check (pull_request) Successful in 6s
dotenv-linter check / dotenv-linter check (pull_request) Successful in 8s
GitLeaks check / GitLeaks check (pull_request) Successful in 10s
hadolint check / hadolint check (pull_request) Successful in 20s
markdownlint check / markdownlint check (pull_request) Successful in 32s
htmlhint check / htmlhint check (pull_request) Successful in 35s
Rust check / Rust check (pull_request) Failing after 28s
checkov check / checkov check (pull_request) Successful in 1m19s
Prettier check / Prettier check (pull_request) Successful in 52s
ShellCheck check / ShellCheck check (pull_request) Successful in 31s
yamllint check / yamllint check (pull_request) Successful in 23s
Stylelint check / Stylelint check (pull_request) Successful in 25s
This commit is contained in:
2
.github/workflows/checkov-check.yaml
vendored
2
.github/workflows/checkov-check.yaml
vendored
@@ -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@8a40291d6a0a08b8fb98b13bad5a0305b42d5f9c # 1.92.0
|
uses: dtolnay/rust-toolchain@9bc92bc5598b4f3bec5d910d352094982cb0c3b9 # 1.92.0
|
||||||
- name: code checkout
|
- name: code checkout
|
||||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||||
with:
|
with:
|
||||||
|
|||||||
2
.github/workflows/rust-check.yaml
vendored
2
.github/workflows/rust-check.yaml
vendored
@@ -26,7 +26,7 @@ jobs:
|
|||||||
libwebkit2gtk-4.1-dev=2.50.2-0ubuntu0.22.04.2
|
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@8a40291d6a0a08b8fb98b13bad5a0305b42d5f9c # 1.92.0
|
uses: dtolnay/rust-toolchain@9bc92bc5598b4f3bec5d910d352094982cb0c3b9 # 1.92.0
|
||||||
with:
|
with:
|
||||||
components: clippy, rustfmt
|
components: clippy, rustfmt
|
||||||
- name: code checkout
|
- name: code checkout
|
||||||
|
|||||||
Reference in New Issue
Block a user