We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1886e2 commit 40bc8d9Copy full SHA for 40bc8d9
.github/workflows/cargo-audit.yml
@@ -5,6 +5,7 @@ on:
5
- labeled
6
- unlabeled
7
- synchronize
8
+ - opened
9
concurrency:
10
group: cargo-audit-${{ github.ref }}
11
cancel-in-progress: true
@@ -24,7 +25,7 @@ jobs:
24
25
sudo apt-get install -y clang curl libssl-dev llvm libudev-dev protobuf-compiler
26
27
- name: Install cargo-audit
- run: cargo install --version 0.20.1 --force cargo-audit
28
+ run: cargo install --force cargo-audit
29
30
- name: Display cargo-audit --version
31
run: cargo audit --version
0 commit comments