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 33
33
34
34
# Initializes the CodeQL tools for scanning.
35
35
- name : Initialize CodeQL
36
- uses : github/codeql-action/init@v2
36
+ uses : github/codeql-action/init@v3
37
37
with :
38
38
languages : ${{ matrix.language }}
39
39
# If you wish to specify custom queries, you can do so here or in a config file.
47
47
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
48
48
# If this step fails, then you should remove it and run the build manually (see below)
49
49
- name : Autobuild
50
- uses : github/codeql-action/autobuild@v2
50
+ uses : github/codeql-action/autobuild@v3
51
51
52
52
# ℹ️ Command-line programs to run using the OS shell.
53
53
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
60
60
# ./location_of_script_within_repo/buildscript.sh
61
61
62
62
- name : Perform CodeQL Analysis
63
- uses : github/codeql-action/analyze@v2
63
+ uses : github/codeql-action/analyze@v3
64
64
with :
65
65
category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments