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 @@ -178,7 +178,7 @@ jobs:
178
178
if : always()
179
179
180
180
- name : Upload Scan Results
181
- uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
181
+ uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
182
182
continue-on-error : true
183
183
with :
184
184
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@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
101
+ uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
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@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
132
+ uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
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@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
55
+ uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
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