Skip to content

Commit c53b1ae

Browse files
ci(codeql): converge to canonical language-autodetect workflow (Refs #8) (#20)
k9iser's codeql.yml was a stale hardcoded `javascript-typescript`-only matrix (left as a local security workflow by the b618a53 bundle migration). On this Rust-only repo CodeQL exits with a permanent false-red 'no source / configuration error' on the analyze job. Replace it verbatim with the canonical estate template shipped by rsr-template-repo / v3-templater / reposystem: a detect job reads the repo's actual language stats and only analyses CodeQL-supported, buildless-safe languages (here: rust), skipping entirely when none apply. Also brings the estate concurrency guardrail (cancel superseded runs). This is resolve-at-source + convergence to the central canonical template rather than a k9iser-local divergence. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 00441b8 commit c53b1ae

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@ concurrency:
1515
group: ${{ github.workflow }}-${{ github.ref }}
1616
cancel-in-progress: true
1717

18-
# Estate guardrail: cancel superseded runs so re-pushes / rebased PR
19-
# updates do not pile up queued runs against the shared account-wide
20-
# Actions concurrency pool. Applied only to read-only check workflows
21-
# (no publish/mutation), so cancelling a superseded run is always safe.
22-
concurrency:
23-
group: ${{ github.workflow }}-${{ github.ref }}
24-
cancel-in-progress: true
25-
2618
permissions:
2719
contents: read
2820

0 commit comments

Comments
 (0)