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 4848 if : success() || failure()
4949 with :
5050 sarif_file : megalinter-reports/megalinter-report.sarif
51- - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
51+ - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
5252 if : success() || failure()
5353 with :
5454 name : Linter Report
Original file line number Diff line number Diff line change 9999 GITHUB_PASSWORD : ${{ secrets.TEST_GITHUB_PASSWORD }}
100100 GITHUB_TOTP_SECRET : ${{ secrets.TEST_GITHUB_TOTP_SECRET }}
101101 PLAYWRIGHT_JUNIT_OUTPUT_NAME : ${{ github.workspace }}/test-report-acceptance-${{ inputs.image-basename }}.xml
102- - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
102+ - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
103103 if : ${{ !cancelled() }}
104104 with :
105105 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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
131+ - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
132132 with :
133133 name : digests-${{ needs.sanitize-image-name.outputs.image-basename }}-${{ steps.devcontainer-arch.outputs.arch }}
134134 path : ${{ runner.temp }}/digests/*
@@ -221,7 +221,7 @@ jobs:
221221 env:
222222 FROM_CONTAINER: ${{ needs.sanitize-image-name.outputs.fully-qualified-image-name }}:edge
223223 TO_CONTAINER: ${{ needs.sanitize-image-name.outputs.fully-qualified-image-name }}:${{ steps.metadata.outputs.version }}
224- - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
224+ - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
225225 with :
226226 name : container-diff-${{ needs.sanitize-image-name.outputs.image-basename }}
227227 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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
35+ - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
62+ - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .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