Commit 32a8e6d
ci: use pre-built cargo-audit binary instead of compiling from source (#736)
The Security Audit job had a 2-minute timeout but cargo-audit requires
compiling ~400 crates from source when not cached on the runner. This
caused consistent failures on runners without a warm cargo cache (e.g.
runner-4). Download the pre-built binary from GitHub releases instead,
which completes in seconds.
Co-authored-by: Terraphim AI <noreply@anthropic.com>1 parent a330ed4 commit 32a8e6d
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
463 | 463 | | |
464 | 464 | | |
465 | 465 | | |
466 | | - | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
467 | 473 | | |
468 | 474 | | |
469 | 475 | | |
| |||
0 commit comments