Skip to content

Commit f143a93

Browse files
fix(codeql): switch language matrix to 'actions' (no JS/TS in repo) (#29)
Same root cause as IJ.jl#6: 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. Switches to `actions`, which scans the workflow files every repo has. Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 4b3f662 commit f143a93

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
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
include:
24-
- language: javascript-typescript
24+
- language: actions
2525
build-mode: none
2626

2727
steps:

0 commit comments

Comments
 (0)