Skip to content

Commit fe566e8

Browse files
committed
ci: Use "v2.0.0" branch for audit check
Signed-off-by: John Nunley <dev@notgull.net>
1 parent b447c2d commit fe566e8

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
@@ -75,7 +75,10 @@ jobs:
7575
runs-on: ubuntu-latest
7676
steps:
7777
- uses: actions/checkout@v4
78+
# rustsec/audit-check used to do this automatically
79+
- name: Generate Cargo.lock
80+
run: cargo generate-lockfile
7881
# https://github.com/rustsec/audit-check/issues/2
79-
- uses: rustsec/audit-check@master
82+
- uses: rustsec/audit-check@v2.0.0
8083
with:
8184
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)