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 f1ba782 commit 2933372Copy full SHA for 2933372
.github/workflows/codeql.yml
@@ -30,11 +30,11 @@ jobs:
30
31
# Initializes the CodeQL tools for scanning.
32
- name: Initialize CodeQL
33
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
34
with:
35
languages: ${{ matrix.language }}
36
37
- name: Perform CodeQL Analysis
38
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
39
40
category: "/language:${{matrix.language}}"
0 commit comments