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