Skip to content

Commit 76d0d42

Browse files
committed
ci: Use "v2.0.0" branch for audit check
Signed-off-by: John Nunley <[email protected]>
1 parent 7f42885 commit 76d0d42

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
@@ -80,7 +80,10 @@ jobs:
8080
runs-on: ubuntu-latest
8181
steps:
8282
- uses: actions/checkout@v4
83+
# rustsec/audit-check used to do this automatically
84+
- name: Generate Cargo.lock
85+
run: cargo generate-lockfile
8386
# https://github.com/rustsec/audit-check/issues/2
84-
- uses: rustsec/audit-check@master
87+
- uses: rustsec/audit-check@v2.0.0
8588
with:
8689
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)