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 ca6e12a commit fd81ea4Copy full SHA for fd81ea4
.github/workflows/security-audit.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/cache@v4
19
with:
20
path: ~/.cargo/bin
21
- key: ${{ runner.os }}-cargo-audit-v0.12.0
22
- - uses: actions-rs/audit-check@v1
+ key: ${{ runner.os }}-cargo-audit-v0.22.0
+ - uses: rustsec/audit-check@v2
23
24
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments