File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
- name : Setup Go
26
26
uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
27
27
with :
28
- go-version-file : ' go.mod '
29
- cache : true
28
+ go-version : 1.22.x
29
+ cache : false
30
30
- name : Setup Syft
31
31
uses : anchore/sbom-action/download-syft@ab5d7b5f48981941c4c5d6bf33aeb98fe3bae38c # v0.15.10
32
32
- name : Run GoReleaser
@@ -113,7 +113,7 @@ jobs:
113
113
actions : read # To read the workflow path.
114
114
id-token : write # To sign the provenance.
115
115
contents : write # To add assets to a release.
116
- uses : slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.10 .0
116
+ uses : slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0 .0
117
117
with :
118
118
provenance-name : " timoni_${{ needs.goreleaser.outputs.version }}_provenance.intoto.jsonl"
119
119
base64-subjects : " ${{ needs.goreleaser.outputs.hashes }}"
You can’t perform that action at this time.
0 commit comments