File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 39
39
40
40
# Initializes the CodeQL tools for scanning.
41
41
- name : Initialize CodeQL
42
- uses : github/codeql-action/init@v2
42
+ uses : github/codeql-action/init@v3
43
43
with :
44
44
languages : ${{ matrix.language }}
45
45
# If you wish to specify custom queries, you can do so here or in a config file.
57
57
# If this step fails, then you should remove it and run the build manually (see below)
58
58
- if : matrix.language != 'java'
59
59
name : Autobuild
60
- uses : github/codeql-action/autobuild@v2
60
+ uses : github/codeql-action/autobuild@v3
61
61
62
62
- if : matrix.language == 'java'
63
63
name : Build Java
76
76
# make release
77
77
78
78
- name : Perform CodeQL Analysis
79
- uses : github/codeql-action/analyze@v2
79
+ uses : github/codeql-action/analyze@v3
You can’t perform that action at this time.
0 commit comments