Skip to content

Commit

Permalink
CI: generate lockfile (to see if that fixes rustsec/audit-check v2 fa…
Browse files Browse the repository at this point in the history
…ilures)
  • Loading branch information
chifflier committed Oct 17, 2024
1 parent a1d7084 commit fc53200
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/security-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: generate Cargo.lock
run: cargo generate-lockfile
- uses: rustsec/audit-check@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fc53200

Please sign in to comment.