Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit c0759ef

Browse files
committed
The existing cargo audit action is no longer maintained and reports an error. This will at least fail the pipeline if there are failures, but should no longer have a problem of trying to publish the results.
1 parent 16cba56 commit c0759ef

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/security.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ jobs:
88
- uses: actions-rs/toolchain@v1
99
with:
1010
toolchain: 1.76.0
11-
- name: pin audit version
11+
- name: Install cargo audit compatible with toolchain
1212
run: cargo install cargo-audit --locked --version 0.21.1
13-
- uses: actions-rs/audit-check@v1
14-
with:
15-
token: ${{ secrets.GITHUB_TOKEN }}
13+
- name: Run cargo audit
14+
run: cargo audit

0 commit comments

Comments
 (0)