We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 005043d commit 0284a97Copy full SHA for 0284a97
1 file changed
.github/workflows/codeql.yml
@@ -17,6 +17,8 @@ jobs:
17
18
strategy:
19
fail-fast: false
20
+ matrix:
21
+ language: [ 'actions', 'go' ]
22
23
runs-on: ubuntu-latest # windows-latest and ubuntu-latest are supported. macos-latest is not supported at this time.
24
@@ -26,6 +28,8 @@ jobs:
26
28
27
29
- name: Initialize CodeQL
30
uses: github/codeql-action/init@v3
31
+ with:
32
+ languages: ${{ matrix.language }}
33
34
- name: Perform CodeQL Analysis
35
uses: github/codeql-action/analyze@v3
0 commit comments