Skip to content

Commit

Permalink
Upgrade cargo audit to 0.21 via upgrading the action to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Dec 12, 2024
1 parent 6a251ea commit d915677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions-rust-lang/audit@160ac8b6edd32f74656cabba9d1de3fc8339f676 # v1.2
- uses: actions-rust-lang/audit@5c5da92c0334eb692d0735bb94f086fd83e59572 # v1.2.2
name: Audit Rust Dependencies
with:
denyWarnings: true
Expand Down

0 comments on commit d915677

Please sign in to comment.