Commit 7845049
fix(ci): drop beta-Rust CodeQL leg (cancelled/hanging 'checks 2 things forever') (#79)
## What
The CodeQL matrix analysed a `rust` leg. **CodeQL Rust support is beta**
— that leg cancels/hangs and never resolves (the recurring *"CodeQL
checks 2 things forever"* symptom), providing zero real security
coverage.
## Fix
Remove the `rust` leg; keep/ensure an `actions` leg so the matrix stays
non-empty (no zero-jobs `startup_failure`). Rust security belongs in
native tooling (cargo-audit / clippy), not beta CodeQL.
## Verification
`actionlint`: no parse/syntax errors; matrix has an `actions` leg and
zero active `rust` legs.
## Context
Estate-wide shared-fate: 13 repos carried this beta-Rust CodeQL leg.
Reference: hyperpolymath/gitbot-fleet#375.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent ff60b09 commit 7845049
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | 30 | | |
33 | 31 | | |
34 | 32 | | |
| |||
0 commit comments