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 c657dc2 commit 7cb9e21Copy full SHA for 7cb9e21
1 file changed
.github/workflows/codeql-analysis.yml
@@ -45,7 +45,7 @@ jobs:
45
46
# Initializes the CodeQL tools for scanning.
47
- name: Initialize CodeQL
48
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
49
with:
50
debug: true
51
languages: ${{ matrix.language }}
@@ -81,6 +81,6 @@ jobs:
81
# make release
82
83
- name: Perform CodeQL Analysis
84
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
85
86
- category: "/language:${{matrix.language}}"
+ category: "/language:${{matrix.language}}"
0 commit comments