Skip to content

Commit 4a43361

Browse files
committed
chore: resolve ci issue
1 parent 40253e4 commit 4a43361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Security Audit & Licenses
7272
run: |
7373
rustup toolchain install stable --profile minimal
74-
cargo deny --version || cargo install cargo-deny@0.17.0
74+
cargo deny --version || cargo install cargo-deny@0.17.0 --locked
7575
make security-audit
7676
make check-crates
7777
make check-licenses

0 commit comments

Comments
 (0)