Skip to content

Commit e99b757

Browse files
authored
Add languages to codeql matrix
1 parent 70b65bd commit e99b757

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717

1818
strategy:
1919
fail-fast: false
20+
matrix:
21+
language: [ 'actions', 'go' ]
2022

2123
runs-on: ubuntu-latest # windows-latest and ubuntu-latest are supported. macos-latest is not supported at this time.
2224

@@ -26,6 +28,8 @@ jobs:
2628

2729
- name: Initialize CodeQL
2830
uses: github/codeql-action/init@v3
31+
with:
32+
languages: ${{ matrix.language }}
2933

3034
- name: Perform CodeQL Analysis
3135
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)