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 @@ -48,15 +48,15 @@ jobs:
48
48
49
49
# Initializes the CodeQL tools for scanning.
50
50
- name : Initialize CodeQL
51
- uses : github/codeql-action/init@v2
51
+ uses : github/codeql-action/init@v3
52
52
with :
53
53
languages : ${{ matrix.language }}
54
54
55
55
# Autobuild attempts to build any compiled languages (C/C++, C#, or
56
56
# Java). If this step fails, then you should remove it and run the build
57
57
# manually (see below).
58
58
- name : Autobuild
59
- uses : github/codeql-action/autobuild@v2
59
+ uses : github/codeql-action/autobuild@v3
60
60
61
61
# ℹ️ Command-line programs to run using the OS shell.
62
62
# 📚 https://git.io/JvXDl
70
70
# make release
71
71
72
72
- name : Perform CodeQL Analysis
73
- uses : github/codeql-action/analyze@v2
73
+ uses : github/codeql-action/analyze@v3
You can’t perform that action at this time.
0 commit comments