We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ecdc2 commit 659f97dCopy full SHA for 659f97d
1 file changed
.github/workflows/codeql-analysis.yml
@@ -30,17 +30,17 @@ 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
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
38
# If this step fails, then you should remove it and run the build manually (see below)
39
- name: Autobuild
40
- uses: github/codeql-action/autobuild@v2
+ uses: github/codeql-action/autobuild@v3
41
#- run: |
42
# make bootstrap
43
# make release
44
45
- name: Perform CodeQL Analysis
46
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
0 commit comments