@@ -43,14 +43,14 @@ jobs:
4343 attestations : write # For build provenance attestations
4444 steps :
4545 - name : Cosign install
46- uses : sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
46+ uses : sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
4747
4848 - name : Set up QEMU
49- uses : docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7 .0
49+ uses : docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0 .0
5050
5151 - name : Set up Docker Buildx
5252 id : buildx
53- uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12 .0
53+ uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0 .0
5454
5555 - name : Show available Docker Buildx platforms
5656 env :
@@ -124,7 +124,7 @@ jobs:
124124 # because GoReleaser Free doesn't support pushing images with the `--snapshot` flag.
125125 - name : Build and push
126126 if : ${{ inputs.goreleaser_config == 'goreleaser-canary.yml' }}
127- uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
127+ uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
128128 with :
129129 platforms : linux/amd64, linux/arm64
130130 file : ./Dockerfile.canary # path to Dockerfile
@@ -146,7 +146,7 @@ jobs:
146146 # by external contributors. The key is scoped to github.sha, making cross-run collisions
147147 # impossible. Cache is written here and read only by the deploy-packages job in release.yaml.
148148 - name : Cache Trivy binaries
149- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 # zizmor: ignore[cache-poisoning]
149+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # zizmor: ignore[cache-poisoning] # v5.0.4
150150 with :
151151 path : dist/
152152 # use 'github.sha' to create a unique cache folder for each run.
0 commit comments