Skip to content

Commit

Permalink
Fix the audit workflow by generating cargo lock during the audit process
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhurt committed Nov 7, 2024
1 parent 325329a commit e8ed7a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Generate Cargo.lock
# https://github.com/rustsec/audit-check/issues/27
run: cargo generate-lockfile

- name: Audit Check
# https://github.com/rustsec/audit-check/issues/2
uses: rustsec/audit-check@master
Expand Down

0 comments on commit e8ed7a2

Please sign in to comment.