Skip to content

Commit de59d4f

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,10 @@ jobs:
141141
runs-on: ubuntu-latest
142142
steps:
143143
- uses: actions/checkout@v4
144+
# rustsec/audit-check used to do this automatically
145+
- name: Generate Cargo.lock
146+
run: cargo generate-lockfile
144147
# https://github.com/rustsec/audit-check/issues/2
145-
- uses: rustsec/audit-check@master
148+
- uses: rustsec/audit-check@v2.0.0
146149
with:
147150
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)