ci: make scripts/deny.sh test the locked version of dependencies

This commit is contained in:
link2xt
2026-02-03 16:40:18 +00:00
committed by l
parent ff2fbebff0
commit 378fb09c80
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ jobs:
persist-credentials: false
- uses: EmbarkStudios/cargo-deny-action@76cd80eb775d7bbbd2d80292136d74d39e1b4918
with:
arguments: --all-features --workspace
arguments: --workspace --all-features --locked
command: check
command-arguments: "-Dwarnings"

View File

@@ -3,4 +3,4 @@
# Update package cache without changing the lockfile.
cargo update --dry-run
cargo deny --workspace --all-features check -D warnings
cargo deny --workspace --all-features --locked check -D warnings