Commit 90bc26d
committed
ci: Audit-check: create Cargo.lock before audit-check
Allow on demand action checks
use latest actions/checkout
---
rtic-rs#1080 switched
to using rustsec/audit-check but didn't setup the
Cargo.lock file. This action has been failing for
three months.
https://github.com/rtic-rs/rtic/actions/workflows/audit.yaml
---
rustsec/audit-check#39
describes how a missing Cargo.lock will be missing
in library crates.1 parent c94dfcd commit 90bc26d
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
10 | 15 | | |
11 | 16 | | |
12 | 17 | | |
0 commit comments