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 c0b7185 commit 6a01e15Copy full SHA for 6a01e15
.github/workflows/codeql-analysis.yml
@@ -31,7 +31,7 @@ jobs:
31
32
# Initializes the CodeQL tools for scanning.
33
- name: Initialize CodeQL
34
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
35
with:
36
languages: ${{ matrix.language }}
37
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -42,6 +42,6 @@ jobs:
42
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
43
# If this step fails, then you should remove it and run the build manually (see below)
44
- name: Autobuild
45
- uses: github/codeql-action/autobuild@v2
+ uses: github/codeql-action/autobuild@v3
46
- name: Perform CodeQL Analysis
47
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
0 commit comments