File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157
157
ignore-unfixed : " true"
158
158
159
159
- name : Upload Trivy scan results to GitHub Security tab
160
- uses : github/codeql-action/upload-sarif@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2.3.2
160
+ uses : github/codeql-action/upload-sarif@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
161
161
continue-on-error : true
162
162
with :
163
163
sarif_file : " trivy-results-${{ inputs.image }}.sarif"
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ jobs:
170
170
ignore-unfixed : ' true'
171
171
172
172
- name : Upload Trivy scan results to GitHub Security tab
173
- uses : github/codeql-action/upload-sarif@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2.3.2
173
+ uses : github/codeql-action/upload-sarif@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
174
174
continue-on-error : true
175
175
with :
176
176
sarif_file : ' trivy-results-${{ inputs.image }}.sarif'
Original file line number Diff line number Diff line change 36
36
37
37
# Initializes the CodeQL tools for scanning.
38
38
- name : Initialize CodeQL
39
- uses : github/codeql-action/init@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2.3.2
39
+ uses : github/codeql-action/init@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
40
40
with :
41
41
languages : ${{ matrix.language }}
42
42
# If you wish to specify custom queries, you can do so here or in a config file.
47
47
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
48
48
# If this step fails, then you should remove it and run the build manually (see below)
49
49
- name : Autobuild
50
- uses : github/codeql-action/autobuild@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2.3.2
50
+ uses : github/codeql-action/autobuild@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
51
51
52
52
# ℹ️ Command-line programs to run using the OS shell.
53
53
# 📚 https://git.io/JvXDl
61
61
# make release
62
62
63
63
- name : Perform CodeQL Analysis
64
- uses : github/codeql-action/analyze@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2.3.2
64
+ uses : github/codeql-action/analyze@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
Original file line number Diff line number Diff line change 53
53
54
54
# Upload the results to GitHub's code scanning dashboard.
55
55
- name : " Upload to code-scanning"
56
- uses : github/codeql-action/upload-sarif@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2.3.2
56
+ uses : github/codeql-action/upload-sarif@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
57
57
with :
58
58
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments