File tree 4 files changed +4
-4
lines changed
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@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
181
+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
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 97
97
token : ${{ secrets.CODECOV_TOKEN }}
98
98
99
99
- name : Upload Coverage Report
100
- uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
100
+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
101
101
with :
102
102
name : cover-${{ github.run_id }}.html
103
103
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@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
132
+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
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@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
55
+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
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