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 53
53
54
54
# Initializes the CodeQL tools for scanning.
55
55
- name : Initialize CodeQL
56
- uses : github/codeql-action/init@v2
56
+ uses : github/codeql-action/init@v3
57
57
with :
58
58
languages : ${{ matrix.language }}
59
59
# If you wish to specify custom queries, you can do so here or in a config file.
67
67
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
68
68
# If this step fails, then you should remove it and run the build manually (see below)
69
69
- name : Autobuild
70
- uses : github/codeql-action/autobuild@v2
70
+ uses : github/codeql-action/autobuild@v3
71
71
72
72
# ℹ️ Command-line programs to run using the OS shell.
73
73
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
80
80
# ./location_of_script_within_repo/buildscript.sh
81
81
82
82
- name : Perform CodeQL Analysis
83
- uses : github/codeql-action/analyze@v2
83
+ uses : github/codeql-action/analyze@v3
84
84
with :
85
85
category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments