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 2999b17 commit 06f8173Copy full SHA for 06f8173
.github/workflows/codeql-analysis.yml
@@ -25,14 +25,14 @@ jobs:
25
26
# Initializes the CodeQL tools for scanning.
27
- name: Initialize CodeQL
28
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v2
29
with:
30
languages: ${{ matrix.language }}
31
32
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
33
# If this step fails, then you should remove it and run the build manually (see below)
34
- name: Autobuild
35
- uses: github/codeql-action/autobuild@v1
+ uses: github/codeql-action/autobuild@v2
36
37
- name: Perform CodeQL Analysis
38
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v2
0 commit comments