Skip to content

Commit 71fbca7

Browse files
claudehyperpolymath
authored andcommitted
ci: set CodeQL language matrix to actions (no JS/TS source in repo)
codeql.yml declared `javascript-typescript`, but the repo has no JS/TS source, so the analyze job recorded zero results / failed "no source files" every run. CodeQL's `actions` language scans the workflow files (present in every repo), giving real SAST signal. Per the repo's Hypatia workflow_audit finding. https://claude.ai/code/session_017TXizM5c1Yd9HWf7Y15YH2
1 parent 7cd0f79 commit 71fbca7

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: javascript-typescript
30+
- language: actions
3131
build-mode: none
3232
steps:
3333
- name: Checkout

0 commit comments

Comments
 (0)