3030 packages : write # needed for ghcr access
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
33+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
3434 - name : Setup Kustomize
3535 uses : fluxcd/pkg/actions/kustomize@main
3636 - name : Prepare
@@ -49,17 +49,17 @@ jobs:
4949 **/go.sum
5050 **/go.mod
5151 - uses : docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
52- - uses : docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v3.1 .0
52+ - uses : docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v3.2 .0
5353 - uses : sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 # v3.4.0
5454 - uses : anchore/sbom-action/download-syft@9fece9e20048ca9590af301449208b2b8861333b # v0.15.9
5555 - name : Docker login ghcr.io
56- uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0 .0
56+ uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1 .0
5757 with :
5858 registry : ghcr.io
5959 username : fluxcdbot
6060 password : ${{ secrets.GHCR_TOKEN }}
6161 - name : Docker login docker.io
62- uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0 .0
62+ uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1 .0
6363 with :
6464 username : fluxcdbot
6565 password : ${{ secrets.DOCKER_FLUXCD_PASSWORD }}
7373 tags : |
7474 type=raw,value=${{ steps.prep.outputs.version }}
7575 - name : Docker push
76- uses : docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2 .0
76+ uses : docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3 .0
7777 id : build-push
7878 with :
7979 sbom : true
@@ -121,7 +121,7 @@ jobs:
121121 actions : read # To read the workflow path.
122122 id-token : write # To sign the provenance.
123123 contents : write # To add assets to the release.
124- uses : slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.9 .0
124+ uses : slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.10 .0
125125 with :
126126 base64-subjects : " ${{ needs.release.outputs.hashes }}"
127127 upload-assets : true
@@ -132,7 +132,7 @@ jobs:
132132 actions : read # for detecting the Github Actions environment.
133133 id-token : write # for creating OIDC tokens for signing.
134134 packages : write # for uploading attestations.
135- uses : slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.9 .0
135+ uses : slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.10 .0
136136 with :
137137 image : ${{ needs.release.outputs.image_url }}
138138 digest : ${{ needs.release.outputs.image_digest }}
@@ -146,7 +146,7 @@ jobs:
146146 actions : read # for detecting the Github Actions environment.
147147 id-token : write # for creating OIDC tokens for signing.
148148 packages : write # for uploading attestations.
149- uses : slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.9 .0
149+ uses : slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.10 .0
150150 with :
151151 image : ghcr.io/${{ needs.release.outputs.image_url }}
152152 digest : ${{ needs.release.outputs.image_digest }}
0 commit comments