Skip to content

Commit

Permalink
Use the locked version for cargo-audit install
Browse files Browse the repository at this point in the history
  • Loading branch information
asaaki committed Feb 26, 2024
1 parent 3147520 commit c5d72b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- uses: Swatinem/[email protected]
- uses: dtolnay/rust-toolchain@stable
- name: Install cargo audit
run: cargo install cargo-audit
run: cargo install cargo-audit --locked
- name: Run cargo audit
run: cargo audit

0 comments on commit c5d72b5

Please sign in to comment.