File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4949 if : success() || failure()
5050 with :
5151 sarif_file : megalinter-reports/megalinter-report.sarif
52- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
52+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5353 if : success() || failure()
5454 with :
5555 name : Linter Report
Original file line number Diff line number Diff line change 9696 GITHUB_PASSWORD : ${{ secrets.TEST_GITHUB_PASSWORD }}
9797 GITHUB_TOTP_SECRET : ${{ secrets.TEST_GITHUB_TOTP_SECRET }}
9898 PLAYWRIGHT_JUNIT_OUTPUT_NAME : ${{ github.workspace }}/test-report-acceptance-${{ inputs.image-basename }}.xml
99- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
99+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
100100 if : ${{ !cancelled() }}
101101 with :
102102 name : test-results-acceptance-${{ inputs.image-basename }}
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128128 touch "${RUNNER_TEMP}/digests/${DIGEST#sha256:}"
129129 env :
130130 DIGEST : ${{ steps.build-and-push.outputs.digest }}
131- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
131+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
132132 with :
133133 name : digests-${{ needs.sanitize-image-name.outputs.image-basename }}-${{ steps.devcontainer-arch.outputs.arch }}
134134 path : ${{ runner.temp }}/digests/*
@@ -223,7 +223,7 @@ jobs:
223223 env:
224224 FROM_CONTAINER: ${{ needs.sanitize-image-name.outputs.fully-qualified-image-name }}:edge
225225 TO_CONTAINER: ${{ needs.sanitize-image-name.outputs.fully-qualified-image-name }}:${{ steps.metadata.outputs.version }}
226- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
226+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
227227 with :
228228 name : container-diff-${{ needs.sanitize-image-name.outputs.image-basename }}
229229 path : container-diff.json
Original file line number Diff line number Diff line change 3232 - uses : docker://pandoc/extra:3.7.0@sha256:a703d335fa237f8fc3303329d87e2555dca5187930da38bfa9010fa4e690933a
3333 with :
3434 args : --template eisvogel --listings --number-sections --output software-requirements-specification.pdf software-requirements-specification.md
35- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
35+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
3636 with :
3737 name : documents
3838 path : " *.pdf"
Original file line number Diff line number Diff line change 5959 IMAGE_BASENAME : ${{ inputs.image-basename }}
6060 TEST_FILE : ${{ inputs.test-file }}
6161 RUNNER_ARCH : ${{ steps.runner-arch.outputs.arch }}
62- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
62+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6363 if : ${{ !cancelled() }}
6464 with :
6565 name : test-results-integration-${{ inputs.image-basename }}-${{ steps.runner-arch.outputs.arch }}
You can’t perform that action at this time.
0 commit comments