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 40
40
41
41
# Initializes the CodeQL tools for scanning.
42
42
- name : Initialize CodeQL
43
- uses : github/codeql-action/init@v2
43
+ uses : github/codeql-action/init@v3
44
44
with :
45
45
languages : ${{ matrix.language }}
46
46
# If you wish to specify custom queries, you can do so here or in a config file.
62
62
# If this step fails, then you should remove it and run the build manually (see below)
63
63
- if : matrix.language != 'cpp'
64
64
name : Autobuild
65
- uses : github/codeql-action/autobuild@v2
65
+ uses : github/codeql-action/autobuild@v3
66
66
67
67
# ℹ️ Command-line programs to run using the OS shell.
68
68
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
75
75
# ./location_of_script_within_repo/buildscript.sh
76
76
77
77
- name : Perform CodeQL Analysis
78
- uses : github/codeql-action/analyze@v2
78
+ uses : github/codeql-action/analyze@v3
79
79
with :
80
80
category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments