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 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.
54
54
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
55
55
# If this step fails, then you should remove it and run the build manually (see below)
56
56
- name : Autobuild
57
- uses : github/codeql-action/autobuild@v2
57
+ uses : github/codeql-action/autobuild@v3
58
58
59
59
# ℹ️ Command-line programs to run using the OS shell.
60
60
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
67
67
# ./location_of_script_within_repo/buildscript.sh
68
68
69
69
- name : Perform CodeQL Analysis
70
- uses : github/codeql-action/analyze@v2
70
+ uses : github/codeql-action/analyze@v3
You can’t perform that action at this time.
0 commit comments