Skip to content

Commit c14e1b1

Browse files
committed
ci(codeql): scan the 'actions' language (workflow files)
Adds an 'actions' matrix entry (build-mode: none) so CodeQL scans the repo's GitHub Actions workflows for security issues, alongside the existing javascript-typescript analysis. Resolves the Hypatia workflow_audit finding codeql_missing_actions_language. https://claude.ai/code/session_01XZhw6Fq27eoeyEB4LR3a2c
1 parent 6cd3772 commit c14e1b1

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
@@ -38,6 +38,8 @@ jobs:
3838
include:
3939
- language: javascript-typescript
4040
build-mode: none
41+
- language: actions
42+
build-mode: none
4143

4244
steps:
4345
- name: Checkout

0 commit comments

Comments
 (0)