Skip to content

Commit 417c35f

Browse files
committed
display cargo-audit version
1 parent 9282b6e commit 417c35f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cargo-audit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,8 @@ jobs:
3838
- name: Install cargo-audit
3939
run: cargo install --version 0.20.1 --force cargo-audit
4040

41+
- name: Display cargo-audit --version
42+
run: cargo audit --version
43+
4144
- name: cargo audit
4245
run: cargo audit --ignore RUSTSEC-2024-0336 # rustls issue; wait for upstream to resolve this

0 commit comments

Comments
 (0)