Skip to content

Commit a75a3c7

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

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
@@ -70,6 +70,10 @@ jobs:
7070
runs-on: ubuntu-latest
7171
steps:
7272
- uses: actions/checkout@v4
73-
- uses: actions-rs/audit-check@v1
73+
# rustsec/audit-check used to do this automatically
74+
- name: Generate Cargo.lock
75+
run: cargo generate-lockfile
76+
# https://github.com/rustsec/audit-check/issues/2
77+
- uses: rustsec/[email protected]
7478
with:
7579
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)