File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
44
45
45
# Initializes the CodeQL tools for scanning.
46
46
- name : Initialize CodeQL
47
- uses : github/codeql-action/init@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2.3.2
47
+ uses : github/codeql-action/init@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
48
48
with :
49
49
languages : ${{ matrix.language }}
50
50
# If you wish to specify custom queries, you can do so here or in a config file.
55
55
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
56
56
# If this step fails, then you should remove it and run the build manually (see below)
57
57
- name : Autobuild
58
- uses : github/codeql-action/autobuild@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2.3.2
58
+ uses : github/codeql-action/autobuild@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
59
59
# Command-line programs to run using the OS shell.
60
60
# 📚 https://git.io/JvXDl
61
61
68
68
# make release
69
69
70
70
- name : Perform CodeQL Analysis
71
- uses : github/codeql-action/analyze@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2.3.2
71
+ uses : github/codeql-action/analyze@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
Original file line number Diff line number Diff line change 57
57
58
58
# Upload the results to GitHub's code scanning dashboard.
59
59
- name : " Upload to code-scanning"
60
- uses : github/codeql-action/upload-sarif@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2.3.2
60
+ uses : github/codeql-action/upload-sarif@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
61
61
with :
62
62
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments