File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
182
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
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 99
99
token : ${{ secrets.CODECOV_TOKEN }}
100
100
101
101
- name : Upload Coverage Report
102
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
102
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
103
103
with :
104
104
name : cover-${{ github.run_id }}.html
105
105
path : ${{ github.workspace }}/cover.html
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ jobs:
164
164
165
165
- name : Upload profile to GitHub
166
166
if : ${{ inputs.enable-experimental }}
167
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
167
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
168
168
with :
169
169
name : conformance-profile-${{ inputs.image }}-${{ inputs.k8s-version }}
170
170
path : ./tests/conformance-profile.yaml
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147
147
fi
148
148
149
149
- name : Upload Artifacts
150
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
150
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
151
151
with :
152
152
name : results-${{ matrix.type }}
153
153
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
55
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.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