Skip to content

Commit

Permalink
fix audit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fredr authored and eaufavor committed Oct 31, 2024
1 parent 1c6eed0 commit ab6f84c
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 ab6f84c

Please sign in to comment.