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 cfc0ab0 commit 8ad2283Copy full SHA for 8ad2283
.github/workflows/ci.yml
@@ -113,6 +113,6 @@ jobs:
113
- name: Generate Cargo.lock
114
run: cargo generate-lockfile
115
# https://github.com/rustsec/audit-check/issues/2
116
- - uses: rustsec/audit-check@main
+ - uses: rustsec/audit-check@v2.0.0
117
with:
118
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments