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 52
52
53
53
# Initializes the CodeQL tools for scanning.
54
54
- name : Initialize CodeQL
55
- uses : github/codeql-action/init@v2
55
+ uses : github/codeql-action/init@v3
56
56
with :
57
57
languages : ${{ matrix.language }}
58
58
# If you wish to specify custom queries, you can do so here or in a config file.
63
63
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
64
64
# If this step fails, then you should remove it and run the build manually (see below)
65
65
- name : Autobuild
66
- uses : github/codeql-action/autobuild@v2
66
+ uses : github/codeql-action/autobuild@v3
67
67
68
68
# ℹ️ Command-line programs to run using the OS shell.
69
69
# 📚 https://git.io/JvXDl
77
77
# make release
78
78
79
79
- name : Perform CodeQL Analysis
80
- uses : github/codeql-action/analyze@v2
80
+ uses : github/codeql-action/analyze@v3
You can’t perform that action at this time.
0 commit comments