Skip to content

Commit

Permalink
CI: use rustsec/audit-check@v2 (#457)
Browse files Browse the repository at this point in the history
The `actions-rs` action is unmaintained
  • Loading branch information
tarcieri authored Oct 19, 2024
1 parent 8845d6d commit 01b7daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
with:
path: ~/.cargo/bin
key: ${{ runner.os }}-cargo-audit-v0.20-ubuntu-24.04
- uses: actions-rs/audit-check@v1
- uses: rustsec/audit-check@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 01b7daf

Please sign in to comment.