Skip to content

Commit 2f22411

Browse files
Jonathan D.A. Jewellclaude
andcommitted
fix(security): CodeQL language matrix correction
- Changed from js/py/go/java/ruby to 'actions' (no source files) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent d1ea958 commit 2f22411

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
language: ['javascript', 'python', 'go', 'java', 'ruby']
23+
include:
24+
- language: actions
25+
build-mode: none
2426
steps:
2527
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2628

0 commit comments

Comments
 (0)