Skip to content

Commit b336dac

Browse files
committed
fix: use proper CodeQL workflow with auto language detection
1 parent 1086cdb commit b336dac

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,18 @@ jobs:
1818
actions: read
1919
contents: read
2020

21-
strategy:
22-
fail-fast: false
23-
matrix:
24-
include: []
25-
2621
steps:
2722
- name: Checkout repository
2823
uses: actions/checkout@v4
2924

3025
- name: Initialize CodeQL
3126
uses: github/codeql-action/init@v3
3227
with:
33-
languages: ${{ matrix.language }}
28+
languages: auto
3429
queries: security-extended
3530

3631
- name: Autobuild
3732
uses: github/codeql-action/autobuild@v3
3833

3934
- name: Perform CodeQL Analysis
4035
uses: github/codeql-action/analyze@v3
41-
with:
42-
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)