Skip to content

Commit

Permalink
chore: lock cargo-deny version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangsoledad committed Feb 24, 2025
1 parent ea7153f commit 8e2b46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/ci/ci_main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ case $GITHUB_WORKFLOW in
;;
ci_cargo_deny*)
echo "ci_security_audit_licenses"
cargo deny --version || cargo +stable install cargo-deny --locked
cargo deny --version || cargo +stable install cargo-deny --locked --version 0.17.0
make security-audit
make check-crates
make check-licenses
Expand Down

0 comments on commit 8e2b46b

Please sign in to comment.