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 37
37
38
38
# Initializes the CodeQL tools for scanning.
39
39
- name : Initialize CodeQL
40
- uses : github/codeql-action/init@v1
40
+ uses : github/codeql-action/init@v2
41
41
with :
42
42
languages : ${{ matrix.language }}
43
43
# If you wish to specify custom queries, you can do so here or in a config file.
49
49
# If this step fails, then you should remove it and run the build manually (see below)
50
50
- if : matrix.language == 'javascript'
51
51
name : Autobuild
52
- uses : github/codeql-action/autobuild@v1
52
+ uses : github/codeql-action/autobuild@v2
53
53
54
54
# ℹ️ Command-line programs to run using the OS shell.
55
55
# 📚 https://git.io/JvXDl
64
64
make release
65
65
66
66
- name : Perform CodeQL Analysis
67
- uses : github/codeql-action/analyze@v1
67
+ uses : github/codeql-action/analyze@v2
You can’t perform that action at this time.
0 commit comments