You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/codeql.yml
+7-14Lines changed: 7 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ jobs:
44
44
matrix:
45
45
include:
46
46
- language: csharp
47
-
build-mode: autobuild
47
+
build-mode: manual
48
48
# CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'
49
49
# Use `c-cpp` to analyze code written in C, C++ or both
50
50
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both
@@ -70,21 +70,14 @@ jobs:
70
70
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
71
71
# queries: security-extended,security-and-quality
72
72
73
-
# If the analyze step fails for one of the languages you are analyzing with
74
-
# "We were unable to automatically build your code", modify the matrix above
75
-
# to set the build mode to "manual" for that language. Then modify this step
76
-
# to build your code.
77
-
# ℹ️ Command-line programs to run using the OS shell.
78
-
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
73
+
- name: Setup .NET 6.0
74
+
uses: actions/setup-dotnet@v4
75
+
with:
76
+
dotnet-version: 6.0.427
77
+
79
78
- if: matrix.build-mode == 'manual'
80
79
shell: bash
81
-
run: |
82
-
echo 'If you are using a "manual" build mode for one or more of the' \
83
-
'languages you are analyzing, replace this with the commands to build' \
0 commit comments