@@ -146,7 +146,7 @@ jobs:
146
146
- name : Create pull request for SPDX license headers
147
147
id : pr_spdx_headers
148
148
if : steps.apply-headers.outputs.commits != ''
149
- uses : peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f
149
+ uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
150
150
with :
151
151
branch : release-spdx-headers
152
152
branch-suffix : short-commit-hash
@@ -206,46 +206,46 @@ jobs:
206
206
# -----------------------------------------
207
207
- name : Archive combined test report
208
208
if : always()
209
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
209
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
210
210
with :
211
211
name : combined-sechub-testreport
212
212
path : build/reports/combined-report
213
213
retention-days : 14
214
214
215
215
- name : Archive GIT status
216
216
if : always()
217
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
217
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
218
218
with :
219
219
name : git-status.txt
220
220
path : build/reports/git-status.txt
221
221
retention-days : 14
222
222
223
223
- name : Archive sechub server artifacts
224
224
if : always()
225
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
225
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
226
226
with :
227
227
name : sechub-server
228
228
path : sechub-server/build/libs
229
229
retention-days : 14
230
230
231
231
- name : Archive pds server artifacts
232
232
if : always()
233
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
233
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
234
234
with :
235
235
name : sechub-pds
236
236
path : sechub-pds/build/libs
237
237
238
238
- name : Archive developer tools artifacts
239
239
if : always()
240
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
240
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
241
241
with :
242
242
name : sechub-developertools
243
243
path : sechub-developertools/build/libs
244
244
retention-days : 14
245
245
246
246
- name : Archive sechub client artifacts
247
247
if : always()
248
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
248
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
249
249
with :
250
250
name : sechub-client
251
251
path : sechub-cli/build/go
@@ -261,21 +261,21 @@ jobs:
261
261
# Upload documentation
262
262
# -----------------------------------------
263
263
- name : Archive documentation HTML
264
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
264
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
265
265
with :
266
266
name : sechub-docs-html
267
267
path : sechub-doc/build/docs/final-html/
268
268
retention-days : 14
269
269
270
270
- name : Archive documentation PDF
271
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
271
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
272
272
with :
273
273
name : sechub-docs-pdf
274
274
path : sechub-doc/build/docs/asciidoc/*.pdf
275
275
retention-days : 14
276
276
277
277
- name : Archive openAPI3 JSON files
278
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
278
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
279
279
with :
280
280
name : sechub-api-spec
281
281
path : sechub-doc/build/api-spec/
@@ -295,7 +295,7 @@ jobs:
295
295
# -----------------------------------------
296
296
- name : Create pull request for website and release documentation
297
297
id : pr_release_documentation
298
- uses : peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f
298
+ uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
299
299
with :
300
300
branch : release-documentation
301
301
branch-suffix : short-commit-hash
0 commit comments