File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147
147
sarif_file : ${{ steps.scan.outputs.sarif }}
148
148
149
149
- name : Upload Scan Results
150
- uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
150
+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
151
151
continue-on-error : true
152
152
with :
153
153
name : scan-results-${{ inputs.image }}.sarif
Original file line number Diff line number Diff line change 68
68
run : make unit-test
69
69
70
70
- name : Upload Coverage Report
71
- uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
71
+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
72
72
with :
73
73
name : cover-${{ github.run_id }}.html
74
74
path : ${{ github.workspace }}/cover.html
Original file line number Diff line number Diff line change 52
52
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
53
53
# format to the repository Actions tab.
54
54
- name : " Upload artifact"
55
- uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
55
+ uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
56
56
with :
57
57
name : SARIF file
58
58
path : results.sarif
You can’t perform that action at this time.
0 commit comments