Skip to content

Commit c42a647

Browse files
committed
Fixing mapping error
Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
1 parent 814ac38 commit c42a647

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
language:
20-
- language: go
21-
build-mode: autobuild
19+
language: [ 'go' ]
2220

2321
steps:
2422
- name: Checkout repository
@@ -29,6 +27,7 @@ jobs:
2927
uses: github/codeql-action/init@v3
3028
with:
3129
languages: ${{ matrix.language }}
30+
build-mode: autobuild
3231

3332
- name: Perform CodeQL Analysis
3433
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)