Skip to content

Commit 96e1157

Browse files
hyperpolymathclaude
andcommitted
fix(ci): drop the beta-Rust CodeQL leg, keep an actions leg
CodeQL Rust support is beta — that matrix leg cancels/hangs and never resolves (the recurring "CodeQL checks 2 things forever" symptom), giving zero real coverage. Removed it; ensured an actions leg remains so the matrix is non-empty (no zero-jobs startup_failure). Rust security belongs in cargo-audit/clippy. Verified with actionlint: no parse/syntax errors; actions leg present, no active rust leg. Part of the estate-wide CI cleanup (13 repos; reference hyperpolymath/gitbot-fleet#375). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 39e8f48 commit 96e1157

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
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
include:
30-
- language: rust
30+
- language: actions
3131
build-mode: none
3232
steps:
3333
- name: Checkout

0 commit comments

Comments
 (0)