@@ -35,11 +35,11 @@ jobs:
3535 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3636 with :
3737 fetch-depth : 0
38- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
38+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
3939 with :
4040 go-version : stable
4141 - name : Login to GHCR
42- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
42+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
4343 with :
4444 registry : ghcr.io
4545 username : ${{ github.repository_owner }}
5252 run : mv "$GITHUB_SBOM_PATH" ./sbom.spdx.json
5353 env :
5454 GITHUB_SBOM_PATH : ${{ steps.sbom.outputs.fileName }}
55- - uses : goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
55+ - uses : goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
5656 id : goreleaser
5757 with :
5858 version : latest
6161 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6262 GITHUB_SBOM_PATH : ./sbom.spdx.json
6363 # attest archives
64- - uses : actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
64+ - uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
6565 with :
6666 subject-path : " dist/*.tar.gz"
6767 # parse artifacts to the format required for image attestation
@@ -78,12 +78,12 @@ jobs:
7878 env:
7979 ARTIFACTS: ${{steps.goreleaser.outputs.artifacts}}
8080 # attest images
81- - uses : actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
81+ - uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
8282 with :
8383 subject-digest : ${{steps.image_metadata_go_cli_github.outputs.digest}}
8484 subject-name : ${{steps.image_metadata_go_cli_github.outputs.name}}
8585 push-to-registry : true
86- - uses : actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
86+ - uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
8787 with :
8888 subject-digest : ${{steps.image_metadata_another_binary.outputs.digest}}
8989 subject-name : ${{steps.image_metadata_another_binary.outputs.name}}
0 commit comments