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 @@ -147,7 +147,7 @@ jobs:
147
147
ignore-unfixed : ' true'
148
148
149
149
- name : Upload Trivy scan results to GitHub Security tab
150
- uses : github/codeql-action/upload-sarif@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4
150
+ uses : github/codeql-action/upload-sarif@32dc499307d133bb5085bae78498c0ac2cf762d5 # v2.2.5
151
151
continue-on-error : true
152
152
with :
153
153
sarif_file : ' trivy-results-${{ inputs.image }}.sarif'
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ jobs:
153
153
ignore-unfixed : ' true'
154
154
155
155
- name : Upload Trivy scan results to GitHub Security tab
156
- uses : github/codeql-action/upload-sarif@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4
156
+ uses : github/codeql-action/upload-sarif@32dc499307d133bb5085bae78498c0ac2cf762d5 # v2.2.5
157
157
continue-on-error : true
158
158
with :
159
159
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@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4
39
+ uses : github/codeql-action/init@32dc499307d133bb5085bae78498c0ac2cf762d5 # v2.2.5
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@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4
50
+ uses : github/codeql-action/autobuild@32dc499307d133bb5085bae78498c0ac2cf762d5 # v2.2.5
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@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4
64
+ uses : github/codeql-action/analyze@32dc499307d133bb5085bae78498c0ac2cf762d5 # v2.2.5
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@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4
56
+ uses : github/codeql-action/upload-sarif@32dc499307d133bb5085bae78498c0ac2cf762d5 # v2.2.5
57
57
with :
58
58
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments