Skip to content

Commit cecf8d1

Browse files
committed
Force cargo-audit to use Cargo.lock.
1 parent fac6e32 commit cecf8d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,6 @@ jobs:
134134
- name: Add target
135135
run: rustup toolchain install 1.81.0-x86_64-unknown-linux-gnu
136136
- name: Install cargo-audit
137-
run: cargo install cargo-audit
137+
run: cargo install cargo-audit --locked
138138
- name: Cargo Audit
139139
run: cargo audit

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)