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