We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 814ac38 commit c42a647Copy full SHA for c42a647
1 file changed
.github/workflows/codeql.yml
@@ -16,9 +16,7 @@ jobs:
16
strategy:
17
fail-fast: false
18
matrix:
19
- language:
20
- - language: go
21
- build-mode: autobuild
+ language: [ 'go' ]
22
23
steps:
24
- name: Checkout repository
@@ -29,6 +27,7 @@ jobs:
29
27
uses: github/codeql-action/init@v3
30
28
with:
31
languages: ${{ matrix.language }}
+ build-mode: autobuild
32
33
- name: Perform CodeQL Analysis
34
uses: github/codeql-action/analyze@v3
0 commit comments