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 50
50
51
51
# Initializes the CodeQL tools for scanning.
52
52
- name : Initialize CodeQL
53
- uses : github/codeql-action/init@v2
53
+ uses : github/codeql-action/init@v3
54
54
with :
55
55
config-file : ./.github/codeql/codeql-config.yml
56
56
queries : security-extended
63
63
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
64
64
# If this step fails, then you should remove it and run the build manually (see below)
65
65
- name : Autobuild
66
- uses : github/codeql-action/autobuild@v2
66
+ uses : github/codeql-action/autobuild@v3
67
67
68
68
# ℹ️ Command-line programs to run using the OS shell.
69
69
# 📚 https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
77
77
# make release
78
78
79
79
- name : Perform CodeQL Analysis
80
- uses : github/codeql-action/analyze@v2
80
+ uses : github/codeql-action/analyze@v3
You can’t perform that action at this time.
0 commit comments