File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4040 persist-credentials : false
4141 - name : Log in to the Container registry
4242 if : ${{ github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork }}
43- uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
43+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
4444 with :
4545 registry : ${{ env.REGISTRY }}
4646 username : ${{ github.actor }}
5252 with :
5353 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
5454
55- - uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12 .0
55+ - uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0 .0
5656 - name : Build and push Docker image
5757 id : push
5858 uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
7171 cache-to : type=gha,mode=min
7272 - name : Attest
7373 if : ${{ github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork }}
74- uses : actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3 .1.0
74+ uses : actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4 .1.0
7575 id : attest
7676 with :
7777 subject-name : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ jobs:
184184
185185 - name : Upload test results
186186 if : always()
187- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
187+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
188188 with :
189189 name : ui-playwright-report-${{ matrix.browser }}-${{ matrix.subsystem }}
190190 path : tests/playwright-report/
You can’t perform that action at this time.
0 commit comments