Skip to content

Commit a70fcda

Browse files
committed
ci(codeql): add actions language to the analysis matrix
Clears Hypatia codeql_missing_actions_language; CodeQL now scans workflow files for vulnerabilities alongside javascript-typescript. Part of the tracked governance-hardening next-action (STATE.a2ml). https://claude.ai/code/session_01BJmfoz1ZS1Pejy9LLMY742
1 parent 036cc8b commit a70fcda

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
include:
3434
- language: javascript-typescript
3535
build-mode: none
36+
- language: actions
37+
build-mode: none
3638

3739
steps:
3840
- name: Checkout

0 commit comments

Comments
 (0)