Skip to content

Commit 18d8375

Browse files
Add build-mode option to CodeQL analysis workflow
1 parent 518113c commit 18d8375

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
with:
3838
languages: ${{ matrix.language }}
3939
queries: +security-and-quality
40+
build-mode: autobuild
4041

4142
# Autobuild attempts to build any compiled languages (Java, C#, Go, etc.)
4243
# If this step fails, remove it and run the build manually instead
@@ -46,4 +47,4 @@ jobs:
4647
- name: Perform CodeQL Analysis
4748
uses: github/codeql-action/analyze@v3
4849
with:
49-
category: "/language:${{matrix.language}}"
50+
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)