Skip to content

Commit 606d596

Browse files
committed
ci: Use "v2.0.0" branch for security check
Signed-off-by: John Nunley <[email protected]>
1 parent 02c19c7 commit 606d596

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,11 @@ jobs:
112112
runs-on: ubuntu-latest
113113
steps:
114114
- uses: actions/checkout@v4
115+
# rustsec/audit-check used to do this automatically
116+
- name: Generate Cargo.lock
117+
run: cargo generate-lockfile
115118
# https://github.com/rustsec/audit-check/issues/2
116-
- uses: rustsec/audit-check@master
119+
- uses: rustsec/audit-check@v2.0.0
117120
with:
118121
token: ${{ secrets.GITHUB_TOKEN }}
122+

0 commit comments

Comments
 (0)