We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81caf75 commit 703d63aCopy full SHA for 703d63a
.github/workflows/codeql-analysis.yml
@@ -59,7 +59,7 @@ jobs:
59
60
# Initializes the CodeQL tools for scanning.
61
- name: Initialize CodeQL
62
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
63
with:
64
languages: ${{ matrix.language }}
65
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -72,4 +72,4 @@ jobs:
72
dotnet build ./Source/CdrAuthServer.sln --configuration 'Release'
73
74
- name: Perform CodeQL Analysis
75
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
0 commit comments