Skip to content

Commit 0ea5645

Browse files
authored
Merge pull request #146 from sir-gon/develop
[BUGFIX] CodeQL suggestion: set "build-mode" to "autobuild".
2 parents af8eeca + dfc09ed commit 0ea5645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
matrix:
5757
include:
5858
- language: csharp
59-
build-mode: none
59+
build-mode: autobuild
6060
# yamllint disable rule:line-length
6161
# CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'
6262
# Use `c-cpp` to analyze code written in C, C++ or both

0 commit comments

Comments
 (0)