Commit 00b8810
authored
Update the
* Use a pinned version of `cargo audit`
* Update the `rustsec/audit-check` dependency
* Use a cache when installing `cargo audit` to speed up the job
I noticed that the audit runs currently execute
`cargo generate-lockfile` which means it's not actually auditing our
dependencies but an updated version of our dependencies. Local testing
shows that I think this'll resolve things, although we'll figure that
out on the next run.cargo audit cron CI job (#12586)1 parent 5c2795e commit 00b8810
1 file changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
14 | 22 | | |
15 | 23 | | |
16 | 24 | | |
| |||
0 commit comments