Commit 51eac1d
fix(ci): replace rustsec/audit-check with actions-rust-lang/audit (#438)
The rustsec/audit-check@v2 action was failing with exit code 101 when
trying to install cargo-audit. This was caused by cargo install
compilation failures in the CI environment.
Switch to actions-rust-lang/audit@v1, which is a more actively
maintained alternative that:
- Explicitly installs Rust stable toolchain before cargo-audit
- Provides better summary reports with vulnerability details
- Is actively maintained (last updated Jan 2026)
- Has proper handling of cargo-audit installation
Also updated permissions from 'checks: write' to 'issues: write'
as required by the new action.
Co-authored-by: Droid Agent <droid@factory.ai>1 parent f6d1a0d commit 51eac1d
1 file changed
+5
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
271 | | - | |
272 | 271 | | |
| 272 | + | |
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
| 276 | + | |
| 277 | + | |
283 | 278 | | |
284 | | - | |
285 | | - | |
286 | | - | |
| 279 | + | |
| 280 | + | |
287 | 281 | | |
288 | 282 | | |
289 | 283 | | |
| |||
0 commit comments