Skip to content

Commit 649114b

Browse files
fix(ci): CodeQL matrix javascript-typescript -> actions (#29)
typell has no CodeQL-scannable source language (Idris/Rust/Zig), so the `analyze (javascript-typescript)` job exited "no source files" and failed on every run. Switched the matrix to `actions` (scans the GitHub Actions workflows, present in every repo), matching the estate-canonical setup (cf. kategoria, echo-types). Closes the recurring Hypatia codeql_language_matrix_mismatch finding. Claude-Session: https://claude.ai/code/session_019awZjBD1qx61tvmEuEKNpn Co-authored-by: Claude <noreply@anthropic.com>
1 parent b8ea591 commit 649114b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ jobs:
3030
fail-fast: false
3131
matrix:
3232
include:
33-
- language: javascript-typescript
33+
# CodeQL `actions` scans the GitHub Actions workflows (present in every
34+
# repo). typell has no CodeQL-scannable source language, so the prior
35+
# `javascript-typescript` entry exited "no source files" on every run.
36+
- language: actions
3437
build-mode: none
3538

3639
steps:

0 commit comments

Comments
 (0)