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 24
24
25
25
# Initializes the CodeQL tools for scanning.
26
26
- name : Initialize CodeQL
27
- uses : github/codeql-action/init@v2
27
+ uses : github/codeql-action/init@v3
28
28
with :
29
29
config-file : ./.github/codeql/codeql-config.yml
30
30
# Override language selection by uncommenting this and choosing your languages
34
34
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
35
35
# If this step fails, then you should remove it and run the build manually (see below)
36
36
- name : Autobuild
37
- uses : github/codeql-action/autobuild@v2
37
+ uses : github/codeql-action/autobuild@v3
38
38
39
39
# ℹ️ Command-line programs to run using the OS shell.
40
40
# 📚 https://git.io/JvXDl
48
48
# make release
49
49
50
50
- name : Perform CodeQL Analysis
51
- uses : github/codeql-action/analyze@v2
51
+ uses : github/codeql-action/analyze@v3
You can’t perform that action at this time.
0 commit comments