File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 40
40
41
41
# Initializes the CodeQL tools for scanning.
42
42
- name : Initialize CodeQL
43
- uses : github/codeql-action/init@v2
43
+ uses : github/codeql-action/init@v3
44
44
with :
45
45
languages : ${{ matrix.language }}
46
46
# If you wish to specify custom queries, you can do so here or in a config file.
51
51
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
52
52
# If this step fails, then you should remove it and run the build manually (see below)
53
53
- name : Autobuild
54
- uses : github/codeql-action/autobuild@v2
54
+ uses : github/codeql-action/autobuild@v3
55
55
56
56
# ℹ️ Command-line programs to run using the OS shell.
57
57
# 📚 https://git.io/JvXDl
65
65
# make release
66
66
67
67
- name : Perform CodeQL Analysis
68
- uses : github/codeql-action/analyze@v2
68
+ uses : github/codeql-action/analyze@v3
69
69
You can’t perform that action at this time.
0 commit comments