@@ -28,42 +28,43 @@ jobs:
2828 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929 with :
3030 fetch-depth : 0
31+ persist-credentials : false
3132
3233 - name : Setup Go
33- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v4.0.1
34+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v4.0.1
3435 with :
3536 go-version-file : go.mod
3637 cache : false
3738
3839 - name : Setup Syft
39- uses : anchore/sbom-action/download-syft@55dc4ee22412511ee8c3142cbea40418e6cec693 # v0.17.8
40+ uses : anchore/sbom-action/download-syft@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # v0.18.0
4041
4142 - name : Setup Cosign
42- uses : sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
43+ uses : sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
4344
4445 - name : Setup QEMU
45- uses : docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2 .0
46+ uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6 .0
4647
4748 - name : Setup Docker Buildx
48- uses : docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
49+ uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
4950
5051 - name : Login to GitHub Container Registry
51- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
52+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
5253 with :
5354 registry : ghcr.io
5455 username : ${{ github.actor }}
5556 password : ${{ secrets.GITHUB_TOKEN }}
5657
5758 - name : Login to Quay.io
58- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
59+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
5960 with :
6061 registry : quay.io
6162 username : ${{ secrets.QUAY_BOT_USERNAME }}
6263 password : ${{ secrets.QUAY_BOT_TOKEN }}
6364
6465 - name : Run GoReleaser
6566 id : goreleaser
66- uses : goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0
67+ uses : goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
6768 with :
6869 # Note that the following is the version of goreleaser, and NOT a Go version!
6970 # When bumping it, make sure to check out goreleaser's changelog first!
@@ -168,7 +169,7 @@ jobs:
168169 id-token : write # For creating OIDC tokens for signing.
169170 contents : write # For adding assets to a release.
170171
171- uses : slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0 .0
172+ uses : slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.1 .0
172173 with :
173174 base64-subjects : " ${{ needs.combine-subjects.outputs.all-subjects }}"
174175 upload-assets : true
@@ -185,7 +186,7 @@ jobs:
185186 strategy :
186187 matrix : ${{ fromJSON(needs.release.outputs.container-subjects) }}
187188
188- uses : slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.0 .0
189+ uses : slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.1 .0
189190 with :
190191 image : ghcr.io/${{ matrix.image }}
191192 digest : ${{ matrix.digest }}
@@ -204,7 +205,7 @@ jobs:
204205 strategy :
205206 matrix : ${{ fromJSON(needs.release.outputs.container-subjects) }}
206207
207- uses : slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.0 .0
208+ uses : slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.1 .0
208209 with :
209210 image : quay.io/${{ matrix.image }}
210211 digest : ${{ matrix.digest }}
0 commit comments