Skip to content

Commit ef24084

Browse files
committed
Fix the audit workflow by generating cargo lock during the audit process
1 parent 325329a commit ef24084

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/audit.yml

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424

25+
- name: Generate Cargo.lock
26+
# https://github.com/rustsec/audit-check/issues/27
27+
run: cargo generate-lockfile
28+
2529
- name: Audit Check
2630
# https://github.com/rustsec/audit-check/issues/2
2731
uses: rustsec/audit-check@master

0 commit comments

Comments
 (0)