Skip to content

Commit 7845049

Browse files
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

File tree

.github/workflows/codeql.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
include:
30-
- language: rust
31-
build-mode: none
3230
- language: actions
3331
build-mode: none
3432
steps:

0 commit comments

Comments
 (0)