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 ac3f564 commit 7b21b20Copy full SHA for 7b21b20
.github/workflows/codeql.yml
@@ -50,7 +50,7 @@ jobs:
50
51
# Initializes the CodeQL tools for scanning.
52
- name: Initialize CodeQL
53
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
54
with:
55
languages: ${{ matrix.language }}
56
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -79,4 +79,4 @@ jobs:
79
- name: Perform CodeQL Analysis
80
uses: github/codeql-action/analyze@v2
81
82
- category: "/language:${{matrix.language}}"
+ category: "/language:${{matrix.language}}"
0 commit comments