We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b59647b commit 1895013Copy full SHA for 1895013
.github/workflows/codeql.yml
@@ -49,7 +49,7 @@ jobs:
49
50
# Initializes the CodeQL tools for scanning.
51
- name: Initialize CodeQL
52
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
53
with:
54
languages: ${{ matrix.language }}
55
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -68,6 +68,6 @@ jobs:
68
run: .\build.ps1 -Compile -verbose
69
70
- name: Perform CodeQL Analysis
71
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
72
73
category: "/language:${{matrix.language}}"
0 commit comments