Skip to content

Commit abc4b49

Browse files
ci(codeql): scan actions instead of javascript-typescript (#32)
The repo has no JS/TS sources (language policy bans them; codebase is Rust/ReScript), so the CodeQL `javascript-typescript` matrix exits with "no source files" on every run and produces no analysis. Switch the matrix to `actions`, which scans the workflow files every repo has and gives the security-events upload something real to report. https://claude.ai/code/session_017KxkerbS1hjJwipTExFxLc Co-authored-by: Claude <noreply@anthropic.com>
1 parent a98c79c commit abc4b49

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)