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