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@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
160
+ uses : github/codeql-action/upload-sarif@f0e3dfb30302f8a0881bb509b044e0de4f6ef589 # v2.3.4
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 @@ -171,7 +171,7 @@ jobs:
171
171
ignore-unfixed : ' true'
172
172
173
173
- name : Upload Trivy scan results to GitHub Security tab
174
- uses : github/codeql-action/upload-sarif@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
174
+ uses : github/codeql-action/upload-sarif@f0e3dfb30302f8a0881bb509b044e0de4f6ef589 # v2.3.4
175
175
continue-on-error : true
176
176
with :
177
177
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@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
39
+ uses : github/codeql-action/init@f0e3dfb30302f8a0881bb509b044e0de4f6ef589 # v2.3.4
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@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
50
+ uses : github/codeql-action/autobuild@f0e3dfb30302f8a0881bb509b044e0de4f6ef589 # v2.3.4
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@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
64
+ uses : github/codeql-action/analyze@f0e3dfb30302f8a0881bb509b044e0de4f6ef589 # v2.3.4
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@29b1f65c5e92e24fe6b6647da1eaabe529cec70f # v2.3.3
56
+ uses : github/codeql-action/upload-sarif@f0e3dfb30302f8a0881bb509b044e0de4f6ef589 # v2.3.4
57
57
with :
58
58
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments