@@ -42,24 +42,24 @@ jobs:
4242          echo "BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT 
4343          echo "VERSION=${VERSION}" >> $GITHUB_OUTPUT 
4444name : Setup QEMU 
45-         uses : docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25   #  v3.4 .0
45+         uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392   #  v3.6 .0
4646      - name : Setup Docker Buildx 
4747        id : buildx 
48-         uses : docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca   #  v3.9 .0
48+         uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2   #  v3.10 .0
4949      - name : Login to GitHub Container Registry 
50-         uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567   #  v3.3 .0
50+         uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772   #  v3.4 .0
5151        with :
5252          registry : ghcr.io 
5353          username : fluxcdbot 
5454          password : ${{ secrets.GHCR_TOKEN }} 
5555      - name : Login to Docker Hub 
56-         uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567   #  v3.3 .0
56+         uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772   #  v3.4 .0
5757        with :
5858          username : fluxcdbot 
5959          password : ${{ secrets.DOCKER_FLUXCD_PASSWORD }} 
6060      - name : Generate images meta 
6161        id : meta 
62-         uses : docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96   #  v5.6.1 
62+         uses : docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804   #  v5.7.0 
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@ca877d9245402d1537745e0e356eab47c3520991   #  v6.13 .0
71+         uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4   #  v6.15 .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@c56c2d3e59e4281cc41dea2217323ba5694b171e   #  v3.8.0 
82+       - uses : sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb   #  v3.8.2 
8383      - name : Sign images 
8484        env :
8585          COSIGN_EXPERIMENTAL : 1 
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@9c156ee8a17a598857849441385a2041ef570552   #  v6.3 .0
100100        with :
101101          version : latest 
102102          args : release --clean --skip=validate 
@@ -123,7 +123,7 @@ jobs:
123123      id-token : write  #  for creating OIDC tokens for signing.
124124      contents : write  #  for uploading attestations to GitHub releases.
125125    if : startsWith(github.ref, 'refs/tags/v') 
126-     uses : slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0 .0 
126+     uses : slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.1 .0 
127127    with :
128128      provenance-name : " provenance.intoto.jsonl" 
129129      base64-subjects : " ${{ needs.release.outputs.hashes }}" 
@@ -136,7 +136,7 @@ jobs:
136136      id-token : write  #  for creating OIDC tokens for signing.
137137      packages : write  #  for uploading attestations.
138138    if : startsWith(github.ref, 'refs/tags/v') 
139-     uses : slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.0 .0 
139+     uses : slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.1 .0 
140140    with :
141141      image : ${{ needs.release.outputs.image_url }} 
142142      digest : ${{ needs.release.outputs.image_digest }} 
@@ -151,7 +151,7 @@ jobs:
151151      id-token : write  #  for creating OIDC tokens for signing.
152152      packages : write  #  for uploading attestations.
153153    if : startsWith(github.ref, 'refs/tags/v') 
154-     uses : slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.0 .0 
154+     uses : slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.1 .0 
155155    with :
156156      image : ghcr.io/${{ needs.release.outputs.image_url }} 
157157      digest : ${{ needs.release.outputs.image_digest }} 
0 commit comments