Skip to content

Commit 9335b7e

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

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
@@ -96,7 +96,10 @@ jobs:
9696
runs-on: ubuntu-latest
9797
steps:
9898
- uses: actions/checkout@v4
99+
# rustsec/audit-check used to do this automatically
100+
- name: Generate Cargo.lock
101+
run: cargo generate-lockfile
99102
# https://github.com/rustsec/audit-check/issues/2
100-
- uses: rustsec/audit-check@master
103+
- uses: rustsec/audit-check@v2.0.0
101104
with:
102105
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)