We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a7bad commit 5e6d3d0Copy full SHA for 5e6d3d0
.github/workflows/codeql-analysis.yml
@@ -39,7 +39,7 @@ jobs:
39
40
# Initializes the CodeQL tools for scanning.
41
- name: Initialize CodeQL
42
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
43
with:
44
languages: ${{ matrix.language }}
45
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -57,7 +57,7 @@ jobs:
57
# If this step fails, then you should remove it and run the build manually (see below)
58
- if: matrix.language != 'java'
59
name: Autobuild
60
- uses: github/codeql-action/autobuild@v2
+ uses: github/codeql-action/autobuild@v3
61
62
- if: matrix.language == 'java'
63
name: Build Java
@@ -76,4 +76,4 @@ jobs:
76
# make release
77
78
- name: Perform CodeQL Analysis
79
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
0 commit comments