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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
181
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
101
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
132
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
55
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
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