File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8282 file : Containerfile
8383
8484 - name : Generate artifact attestation
85- uses : actions/attest-build-provenance@v1
85+ uses : actions/attest-build-provenance@v2
8686 with :
8787 subject-name : ${{ env.GHCR_REGISTRY }}/${{ env.GHCR_UI_IMAGE_NAME}}
8888 subject-digest : ${{ steps.push-ui-ghcr.outputs.digest }}
@@ -166,7 +166,7 @@ jobs:
166166 file : Containerfile.ps
167167
168168 - name : Generate artifact attestation
169- uses : actions/attest-build-provenance@v1
169+ uses : actions/attest-build-provenance@v2
170170 with :
171171 subject-name : ${{ env.GHCR_REGISTRY }}/${{ env.GHCR_PATHSERVICE_IMAGE_NAME}}
172172 subject-digest : ${{ steps.push-ps-ghcr.outputs.digest }}
Original file line number Diff line number Diff line change 2727 steps :
2828 - uses : actions/checkout@v4
2929 - name : markdownlint-cli2-action
30- uses : DavidAnson/markdownlint-cli2-action@v17
30+ uses : DavidAnson/markdownlint-cli2-action@v19
3131 with :
3232 globs : " **/*.md"
You can’t perform that action at this time.
0 commit comments