Skip to content

Commit 2da6975

Browse files
authored
1 parent 5695770 commit 2da6975

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
language: [ 'csharp' ]
25+
build-mode: manual
2526
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
2627
# Use only 'java' to analyze code written in Java, Kotlin or both
2728
# Use only 'javascript' to analyze code written in JavaScript, TypeScript or both
@@ -40,7 +41,7 @@ jobs:
4041

4142
# Initializes the CodeQL tools for scanning.
4243
- name: Initialize CodeQL
43-
uses: github/codeql-action/init@v3
44+
uses: github/codeql-action/init@v4
4445
with:
4546
languages: ${{ matrix.language }}
4647
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -55,6 +56,6 @@ jobs:
5556
run: dotnet build Build.csproj -c Release /p:CI=true
5657

5758
- name: Perform CodeQL Analysis
58-
uses: github/codeql-action/analyze@v3
59+
uses: github/codeql-action/analyze@v4
5960
with:
60-
category: "/language:${{matrix.language}}"
61+
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)