We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4e2ffb + 674db09 commit 6cb0135Copy full SHA for 6cb0135
1 file changed
.github/workflows/security-audit.yml
@@ -7,6 +7,6 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v6
10
- - uses: actions-rs/audit-check@v1.2.0
+ - uses: rustsec/audit-check@v2.0.0
11
with:
12
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments