Skip to content

Commit 7d709f6

Browse files
committed
ci(codeql): add the actions language to the analysis matrix
CodeQL's `actions` language analyses the GitHub Actions workflows themselves — directly relevant to this PR's workflow hardening, and closes the Hypatia `codeql_missing_actions_language` finding that the single-language (javascript-typescript) matrix triggered. https://claude.ai/code/session_01Jxr3Wy4ngpkbc2QwjEam82
1 parent b850188 commit 7d709f6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ jobs:
3333
include:
3434
- language: javascript-typescript
3535
build-mode: none
36+
# Also analyse the GitHub Actions workflows themselves
37+
# (CodeQL `actions` language) — directly relevant given the
38+
# workflow-hardening in this PR, and closes the Hypatia
39+
# `codeql_missing_actions_language` finding.
40+
- language: actions
41+
build-mode: none
3642

3743
steps:
3844
- name: Checkout

0 commit comments

Comments
 (0)