Update SLSA Go releaser workflow to use specific commit hash for builder configuration
This commit is contained in:
2
.github/workflows/slsa-go-releaser.yml
vendored
2
.github/workflows/slsa-go-releaser.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
id-token: write
|
||||
contents: write
|
||||
actions: read
|
||||
uses: slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@v1.10.0
|
||||
uses: slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@c747fe7769adf3656dc7d588b161cb614d7abfee
|
||||
with:
|
||||
go-version: "1.24"
|
||||
config-file: .slsa-goreleaser.yml
|
||||
|
||||
Reference in New Issue
Block a user