@@ -42,10 +42,10 @@ jobs:
4242 echo "BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT
4343 echo "VERSION=${VERSION}" >> $GITHUB_OUTPUT
4444 - name : Setup QEMU
45- uses : docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2 .0
45+ uses : docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4 .0
4646 - name : Setup Docker Buildx
4747 id : buildx
48- uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8 .0
48+ uses : docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9 .0
4949 - name : Login to GitHub Container Registry
5050 uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
5151 with :
6868 type=raw,value=${{ steps.prep.outputs.VERSION }}
6969 - name : Publish images
7070 id : build-push
71- uses : docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10 .0
71+ uses : docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14 .0
7272 with :
7373 sbom : true
7474 provenance : true
7979 platforms : linux/amd64,linux/arm/v7,linux/arm64
8080 tags : ${{ steps.meta.outputs.tags }}
8181 labels : ${{ steps.meta.outputs.labels }}
82- - uses : sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
82+ - uses : sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
8383 - name : Sign images
8484 env :
8585 COSIGN_EXPERIMENTAL : 1
@@ -92,11 +92,11 @@ jobs:
9292 mkdir -p config/release
9393 kustomize build ./config/crd > ./config/release/${{ env.CONTROLLER }}.crds.yaml
9494 kustomize build ./config/manager > ./config/release/${{ env.CONTROLLER }}.deployment.yaml
95- - uses : anchore/sbom-action/download-syft@df80a981bc6edbc4e220a492d3cbe9f5547a6e75 # v0.17.9
95+ - uses : anchore/sbom-action/download-syft@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # v0.18.0
9696 - name : Create release and SBOM
9797 id : run-goreleaser
9898 if : startsWith(github.ref, 'refs/tags/v')
99- uses : goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
99+ uses : goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
100100 with :
101101 version : latest
102102 args : release --clean --skip=validate
0 commit comments