Skip to content

Commit 93f4af4

Browse files
authored
ci: remove codeql matrix strategy (#14)
## Summary - Remove matrix strategy from CodeQL analysis workflow, simplifying the CI configuration 🤖 Generated with [Claude Code](https://claude.com/claude-code)
1 parent 36590ca commit 93f4af4

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,8 @@ permissions:
2020

2121
jobs:
2222
codeql:
23-
name: CodeQL
2423
runs-on: ubuntu-latest
2524

26-
strategy:
27-
fail-fast: false
28-
matrix:
29-
language:
30-
- javascript
31-
3225
steps:
3326
- name: Checkout
3427
id: checkout
@@ -39,7 +32,7 @@ jobs:
3932
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4
4033
with:
4134
config-file: .github/codeql/codeql-config.yml
42-
languages: ${{ matrix.language }}
35+
languages: javascript
4336

4437
- name: Autobuild
4538
id: autobuild

0 commit comments

Comments
 (0)