Skip to content

Commit e2fc7e8

Browse files
fix(codeql): switch language matrix to 'actions' (no JS/TS in repo) (#17)
CodeQL was pinned to language: javascript-typescript on a repo with no JS/TS source files, so the analyze job failed with a configuration error every run — blocking all Dependabot PRs. Same root cause as IJ.jl#6 (and the same fix applied to JuliaKids.jl#7, PRComms.jl#7, etc.). Switches to �ctions, which scans the workflow files every repo has. Going forward: a workflow_audit rule will be added to hypatia to flag any codeql.yml whose language matrix doesn't match the repo's actual source languages. Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 2d0c3ad commit e2fc7e8

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
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
include:
25-
- language: javascript-typescript
25+
- language: actions
2626
build-mode: none
2727

2828
steps:

0 commit comments

Comments
 (0)