Skip to content

Commit 1cd264a

Browse files
fix(ci): drop beta-Rust CodeQL leg (cancelled/hanging 'checks 2 things forever') (#67)
## 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 1086745 commit 1cd264a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
include:
3333
- language: javascript-typescript
3434
build-mode: none
35-
- language: rust
35+
- language: actions
3636
build-mode: none
3737

3838
steps:

0 commit comments

Comments
 (0)