diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 35b2b4b..4205cef 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -56,7 +56,7 @@ jobs: matrix: include: - language: csharp - build-mode: none + build-mode: autobuild # yamllint disable rule:line-length # CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift' # Use `c-cpp` to analyze code written in C, C++ or both