Skip to content

Commit 5811889

Browse files
committed
cicd: codeql fix
1 parent c2de142 commit 5811889

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/codeql-analysis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ jobs:
3636
strategy:
3737
fail-fast: false
3838
matrix:
39-
language: ["go"]
39+
include:
40+
- language: go
41+
build-mode: autobuild
4042
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
4143
# Learn more:
4244
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed

0 commit comments

Comments
 (0)