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 62
62
63
63
# Initializes the CodeQL tools for scanning.
64
64
- name : Initialize CodeQL
65
- uses : github/codeql-action/init@v2
65
+ uses : github/codeql-action/init@v3
66
66
with :
67
67
languages : ${{ matrix.language }}
68
68
setup-python-dependencies : false
77
77
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
78
78
# If this step fails, then you should remove it and run the build manually (see below)
79
79
- name : Autobuild
80
- uses : github/codeql-action/autobuild@v2
80
+ uses : github/codeql-action/autobuild@v3
81
81
82
82
# ℹ️ Command-line programs to run using the OS shell.
83
83
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
90
90
# ./location_of_script_within_repo/buildscript.sh
91
91
92
92
- name : Perform CodeQL Analysis
93
- uses : github/codeql-action/analyze@v2
93
+ uses : github/codeql-action/analyze@v3
94
94
with :
95
95
category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments