@@ -150,7 +150,7 @@ jobs:
150150 - name : Register commit build with the registry bridge
151151 id : bridge
152152 if : github.event.pull_request.head.repo.full_name == github.repository
153- uses : voidzero-dev/pkg-pr-registry-bridge@711e22a2e1ae55d809fc5fab514c1180a41ac91e # main
153+ uses : voidzero-dev/pkg-pr-registry-bridge@65c8157a6f44f075c50d3d3faf3a9bd43d2b230a # main
154154 with :
155155 sha : ${{ github.event.pull_request.head.sha }}
156156 admin-token : ${{ secrets.PKG_PR_BRIDGE_ADMIN_TOKEN }}
@@ -276,10 +276,10 @@ jobs:
276276 steps :
277277 - uses : taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
278278
279- - uses : docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1 .0
279+ - uses : docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2 .0
280280
281281 - name : Log in to GHCR
282- uses : docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2 .0
282+ uses : docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4 .0
283283 with :
284284 registry : ghcr.io
285285 username : ${{ github.actor }}
@@ -291,7 +291,7 @@ jobs:
291291 # amd64-only: this throwaway preview avoids the slow arm64 QEMU leg; arm64
292292 # is covered by the release build and the test-install-sh-arm64 job.
293293 - name : Build and push preview image
294- uses : docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2 .0
294+ uses : docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3 .0
295295 with :
296296 context : docker
297297 file : docker/Dockerfile
@@ -323,7 +323,7 @@ jobs:
323323 PR_NUMBER : ${{ github.event.pull_request.number }}
324324 steps :
325325 - name : Log in to GHCR
326- uses : docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2 .0
326+ uses : docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4 .0
327327 with :
328328 registry : ghcr.io
329329 username : ${{ github.actor }}
0 commit comments