35
35
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36
36
with :
37
37
fetch-depth : 0
38
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
38
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
39
39
with :
40
40
go-version : stable
41
41
- name : Login to GHCR
44
44
registry : ghcr.io
45
45
username : ${{ github.repository_owner }}
46
46
password : ${{ secrets.GITHUB_TOKEN }}
47
- - uses : advanced-security/sbom-generator-action@375dee8e6144d9fd0ec1f5667b4f6fb4faacefed # v0.0.1
47
+ - uses : advanced-security/sbom-generator-action@6fe43abf522b2e7a19bc769aec1e6c848614b517 # v0.0.2
48
48
id : sbom
49
49
env :
50
50
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
61
61
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
62
62
GITHUB_SBOM_PATH : ./sbom.spdx.json
63
63
# attest archives
64
- - uses : actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1 .0
64
+ - uses : actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2 .0
65
65
with :
66
66
subject-path : " dist/*.tar.gz"
67
67
# parse artifacts to the format required for image attestation
@@ -78,12 +78,12 @@ jobs:
78
78
env:
79
79
ARTIFACTS: ${{steps.goreleaser.outputs.artifacts}}
80
80
# attest images
81
- - uses : actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1 .0
81
+ - uses : actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2 .0
82
82
with :
83
83
subject-digest : ${{steps.image_metadata_go_cli_github.outputs.digest}}
84
84
subject-name : ${{steps.image_metadata_go_cli_github.outputs.name}}
85
85
push-to-registry : true
86
- - uses : actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1 .0
86
+ - uses : actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2 .0
87
87
with :
88
88
subject-digest : ${{steps.image_metadata_another_binary.outputs.digest}}
89
89
subject-name : ${{steps.image_metadata_another_binary.outputs.name}}
0 commit comments