Skip to content

Commit 35a83cb

Browse files
fix(ci): drop beta-Rust CodeQL leg (cancelled/hanging 'checks 2 things forever') (#60)
## 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 d7a65b3 commit 35a83cb

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
@@ -48,8 +48,6 @@ jobs:
4848
build-mode: none
4949
- language: javascript-typescript
5050
build-mode: none
51-
- language: rust
52-
build-mode: none
5351
# CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', 'swift'
5452
# Use `c-cpp` to analyze code written in C, C++ or both
5553
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both

0 commit comments

Comments
 (0)