Skip to content

Commit

Permalink
Stabilize cargo audit. (#203)
Browse files Browse the repository at this point in the history
The previous incantation both kept cargo-audit back and did not use its
lock. This was the worst of both worlds and led to an audit job break.
  • Loading branch information
jsirois authored Mar 17, 2024
1 parent 0a3e98e commit 59ff0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
uses: actions/checkout@v4
- name: Cargo audit (for security vulnerabilities)
run: |
cargo install --version 0.18.1 cargo-audit
cargo install --locked cargo-audit
cargo audit

0 comments on commit 59ff0cd

Please sign in to comment.