Skip to content

Commit fc53200

Browse files
committed
CI: generate lockfile (to see if that fixes rustsec/audit-check v2 failures)
1 parent a1d7084 commit fc53200

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/security-audit.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13+
- name: generate Cargo.lock
14+
run: cargo generate-lockfile
1315
- uses: rustsec/audit-check@v2
1416
with:
1517
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)