Skip to content

Commit

Permalink
ci: generate lockfile in ci for rustsec/audit-check (#303)
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan authored Oct 3, 2024
1 parent bd4553a commit a6fdb1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
toolchain: stable
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2

- name: Run cargo update for Cargo.lock
run: cargo update
- name: Generate lockfile (Cargo.lock)
run: cargo generate-lockfile

- uses: rustsec/audit-check@69366f33c96575abad1ee0dba8212993eecbe998 # v2.0.0
with:
Expand Down

0 comments on commit a6fdb1a

Please sign in to comment.