File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 65
65
- name : Run Tests
66
66
run : make unit-test
67
67
- name : Upload Coverage Report
68
- uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
68
+ uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
69
69
with :
70
70
name : cover-${{ github.run_id }}.html
71
71
path : ${{ github.workspace }}/cover.html
@@ -215,7 +215,7 @@ jobs:
215
215
with :
216
216
sarif_file : ' trivy-results-nginx-kubernetes-gateway.sarif'
217
217
- name : Upload Scan Results
218
- uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
218
+ uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
219
219
continue-on-error : true
220
220
with :
221
221
name : ' trivy-results-nginx-kubernetes-gateway.sarif'
Original file line number Diff line number Diff line change 45
45
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
46
46
# format to the repository Actions tab.
47
47
- name : " Upload artifact"
48
- uses : actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v3.0.0
48
+ uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.0.0
49
49
with :
50
50
name : SARIF file
51
51
path : results.sarif
You can’t perform that action at this time.
0 commit comments