Skip to content

Commit

Permalink
Merge pull request #4817 from zhangsoledad/zhangsoledad/lock-cargo-deny
Browse files Browse the repository at this point in the history
chore: lock cargo-deny version
  • Loading branch information
zhangsoledad authored Feb 24, 2025
2 parents ea7153f + 8e2b46b commit 1ebfc56
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 1ebfc56

Please sign in to comment.