Skip to content

Commit

Permalink
CI: fix security audit
Browse files Browse the repository at this point in the history
It's linked against an ancient OpenSSL
  • Loading branch information
tarcieri committed Jan 20, 2025
1 parent 92b4e9b commit 4a852a0
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 @@ -18,7 +18,7 @@ jobs:
uses: actions/cache@v4
with:
path: ~/.cargo/bin
key: ${{ runner.os }}-cargo-audit-v0.12.0
key: ${{ runner.os }}-cargo-audit-v0.21.1
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4a852a0

Please sign in to comment.