We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c514d25 commit 1c5f527Copy full SHA for 1c5f527
.github/workflows/audit.yml
@@ -34,7 +34,7 @@ jobs:
34
with:
35
toolchain: stable
36
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2
37
- - uses: rustsec/audit-check@dd51754d4e59da7395a4cd9b593f0ff2d61a9b95 # v1.4.1
+ - uses: rustsec/audit-check@69366f33c96575abad1ee0dba8212993eecbe998 # v2.0.0
38
39
token: ${{ secrets.GITHUB_TOKEN }}
40
ignore: RUSTSEC-2023-0071 # rsa thingy, ignored for now
0 commit comments