@@ -155,7 +155,7 @@ jobs:
155155 id : bridge
156156 if : github.event.pull_request.head.repo.full_name == github.repository
157157 continue-on-error : true
158- uses : voidzero-dev/pkg-pr-registry-bridge@4072b814c54de94d12d11b5174d6eb2a74496b7c # main
158+ uses : voidzero-dev/pkg-pr-registry-bridge@711e22a2e1ae55d809fc5fab514c1180a41ac91e # main
159159 with :
160160 sha : ${{ github.event.pull_request.head.sha }}
161161 admin-token : ${{ secrets.PKG_PR_BRIDGE_ADMIN_TOKEN }}
@@ -272,10 +272,10 @@ jobs:
272272 steps :
273273 - uses : taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
274274
275- - uses : docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1 .0
275+ - uses : docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2 .0
276276
277277 - name : Log in to GHCR
278- uses : docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2 .0
278+ uses : docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3 .0
279279 with :
280280 registry : ghcr.io
281281 username : ${{ github.actor }}
@@ -286,7 +286,7 @@ jobs:
286286 # amd64-only: this throwaway preview avoids the slow arm64 QEMU leg; arm64
287287 # is covered by the release build and the test-install-sh-arm64 job.
288288 - name : Build and push preview image
289- uses : docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2 .0
289+ uses : docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3 .0
290290 with :
291291 context : docker
292292 file : docker/Dockerfile
@@ -318,7 +318,7 @@ jobs:
318318 PR_NUMBER : ${{ github.event.pull_request.number }}
319319 steps :
320320 - name : Log in to GHCR
321- uses : docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2 .0
321+ uses : docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3 .0
322322 with :
323323 registry : ghcr.io
324324 username : ${{ github.actor }}
0 commit comments