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 0b889a2 commit 989a40bCopy full SHA for 989a40b
.github/workflows/codeql-analysis.yml
@@ -19,7 +19,7 @@ jobs:
19
20
# Initializes the CodeQL tools for scanning.
21
- name: Initialize CodeQL
22
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
23
with:
24
queries: +security-extended
25
# Override language selection by uncommenting this and choosing your languages
@@ -30,7 +30,7 @@ jobs:
30
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
31
# If this step fails, then you should remove it and run the build manually (see below)
32
- name: Autobuild
33
- uses: github/codeql-action/autobuild@v2
+ uses: github/codeql-action/autobuild@v3
34
35
- name: Perform CodeQL Analysis
36
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
0 commit comments