Skip to content

Commit

Permalink
CI: bump cargo-audit to v0.20 (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Oct 12, 2024
1 parent cb2300d commit 3e1d83e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/security-audit.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Security Audit
on:
pull_request:
paths: Cargo.lock
paths:
- .github/workflows/security-audit.yml
- Cargo.lock
push:
branches: master
paths: Cargo.lock
Expand All @@ -18,7 +20,7 @@ jobs:
uses: actions/cache@v4
with:
path: ~/.cargo/bin
key: ${{ runner.os }}-cargo-audit-v0.14.1
key: ${{ runner.os }}-cargo-audit-v0.20
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3e1d83e

Please sign in to comment.