Skip to content

Commit

Permalink
CI: use rustsec/audit-check@v2 (#1093)
Browse files Browse the repository at this point in the history
Also busts the cache as an attempt to fix compile errors
  • Loading branch information
tarcieri authored Oct 16, 2024
1 parent 158f5f1 commit 4333c01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/security-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/cache@v4
with:
path: ~/.cargo/bin
key: ${{ runner.os }}-cargo-audit-v0.20
- uses: actions-rs/audit-check@v1
key: ${{ runner.os }}-cargo-audit-v0.20.1
- uses: rustsec/audit-check@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4333c01

Please sign in to comment.