Skip to content

Commit 1424919

Browse files
Aitomatesclaude
andcommitted
ci: switch codeql analysis from javascript to actions
Org profile repo has no JavaScript; scan the GitHub Actions workflows instead. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent d4113e2 commit 1424919

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
language: [ 'javascript' ]
18+
language: [ 'actions' ]
1919
steps:
2020
- name: Checkout repository
2121
uses: actions/checkout@v4

0 commit comments

Comments
 (0)