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