We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 208ac12 commit 3714a2aCopy full SHA for 3714a2a
.github/workflows/release.yml
@@ -49,7 +49,7 @@ jobs:
49
actions: read # For the detection of GitHub Actions environment.
50
id-token: write # For signing.
51
contents: write # For asset uploads.
52
- uses: slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@c747fe7769adf3656dc7d588b161cb614d7abfee # v1.10.0
+ uses: slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@v2.0.0 # always use a tag @X.Y.Z for for slsa builders, not SHA!
53
with:
54
go-version-file: "go.mod"
55
config-file: .slsa-goreleaser/${{matrix.os}}-${{matrix.arch}}.yml
0 commit comments