File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ jobs:
179
179
if : always()
180
180
181
181
- name : Upload Scan Results
182
- uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
182
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
183
183
continue-on-error : true
184
184
with :
185
185
name : scan-results-${{ inputs.image }}
Original file line number Diff line number Diff line change 98
98
token : ${{ secrets.CODECOV_TOKEN }}
99
99
100
100
- name : Upload Coverage Report
101
- uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
101
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
102
102
with :
103
103
name : cover-${{ github.run_id }}.html
104
104
path : ${{ github.workspace }}/cover.html
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129
129
fi
130
130
131
131
- name : Upload Artifacts
132
- uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
132
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
133
133
with :
134
134
name : results-${{ matrix.type }}
135
135
path : tests/results/**/*-${{ matrix.type }}.*
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@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
55
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
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