2929      packages : write  #  for pushing and signing container images.
3030    steps :
3131      - name : Checkout 
32-         uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332   #  v4.1.7 
32+         uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683   #  v4.2.2 
3333      - name : Setup Kustomize 
3434        uses : fluxcd/pkg/actions/kustomize@main 
3535      - name : Prepare 
4545        uses : docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf  #  v3.2.0
4646      - name : Setup Docker Buildx 
4747        id : buildx 
48-         uses : docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db   #  v3.6 .1
48+         uses : docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349   #  v3.7 .1
4949      - name : Login to GitHub Container Registry 
5050        uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567  #  v3.3.0
5151        with :
5959          password : ${{ secrets.DOCKER_FLUXCD_PASSWORD }} 
6060      - name : Generate images meta 
6161        id : meta 
62-         uses : docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81   #  v5.5 .1
62+         uses : docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96   #  v5.6 .1
6363        with :
6464          images : | 
6565            fluxcd/${{ env.CONTROLLER }} 
6868            type=raw,value=${{ steps.prep.outputs.VERSION }} 
6969name : Publish images 
7070        id : build-push 
71-         uses : docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85   #  v6.7 .0
71+         uses : docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75   #  v6.9 .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@4959ce089c160fddf62f7b42464195ba1a56d382   #  v3.6 .0
82+       - uses : sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da   #  v3.7 .0
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@61119d458adab75f756bc0b9e4bde25725f86a7a   #  v0.17.2 
95+ uses : anchore/sbom-action/download-syft@fc46e51fd3cb168ffb36c6d1915723c47db58abb   #  v0.17.7 
9696      - name : Create release and SBOM 
9797        id : run-goreleaser 
9898        if : startsWith(github.ref, 'refs/tags/v') 
99-         uses : goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200   #  v6.0 .0
99+         uses : goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf   #  v6.1 .0
100100        with :
101101          version : latest 
102102          args : release --clean --skip=validate 
0 commit comments