Skip to content

Commit a1f5ea2

Browse files
hyperpolymathclaude
andcommitted
fix(ci): add language: actions to codeql.yml matrix (WF020)
Adds the actions extractor alongside javascript-typescript so GitHub Actions workflow YAML is scanned for CI/CD weaknesses (injection, permission issues). Fixes Hypatia WF020 codeql_missing_actions_language. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a8b926a commit a1f5ea2

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
@@ -24,6 +24,8 @@ jobs:
2424
include:
2525
- language: javascript-typescript
2626
build-mode: none
27+
- language: actions
28+
build-mode: none
2729

2830
steps:
2931
- name: Checkout

0 commit comments

Comments
 (0)