Skip to content

Commit 8ad2283

Browse files
notgullfogti
andauthored
ci: Use "v2.0.0" branch for security check (#91)
Signed-off-by: John Nunley <[email protected]> Co-authored-by: Alain Emilia Anna Zscheile <[email protected]>
1 parent cfc0ab0 commit 8ad2283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,6 @@ jobs:
113113
- name: Generate Cargo.lock
114114
run: cargo generate-lockfile
115115
# https://github.com/rustsec/audit-check/issues/2
116-
- uses: rustsec/audit-check@main
116+
- uses: rustsec/audit-check@v2.0.0
117117
with:
118118
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)