Skip to content

Commit a4bc59b

Browse files
committed
locked cargo-audit install
1 parent 6ea5fa7 commit a4bc59b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Run cargo audit
5454
run: |
55-
[[ ${{ matrix.toolchain }} != 1.87.0 ]] || (cargo install cargo-audit && cargo audit)
55+
[[ ${{ matrix.toolchain }} != 1.87.0 ]] || (cargo install --locked cargo-audit && cargo audit)
5656
5757
- name: Run cargo machete
5858
run: |

0 commit comments

Comments
 (0)