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.
2 parents 6df5c2f + 90075e1 commit bcf7029Copy full SHA for bcf7029
.github/workflows/codeql-analysis.yml
@@ -43,7 +43,7 @@ jobs:
43
44
# Initializes the CodeQL tools for scanning.
45
- name: Initialize CodeQL
46
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
47
with:
48
languages: ${{ matrix.language }}
49
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -54,7 +54,7 @@ jobs:
54
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
55
# If this step fails, then you should remove it and run the build manually (see below)
56
- name: Autobuild
57
- uses: github/codeql-action/autobuild@v2
+ uses: github/codeql-action/autobuild@v3
58
59
- name: Perform CodeQL Analysis
60
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
0 commit comments