Try to run the latest slsa releaser to see if that fixes anything

This commit is contained in:
David Dworken 2022-10-31 13:03:41 -07:00
parent a905d74681
commit 6c196969f4

View File

@ -29,7 +29,7 @@ jobs:
contents: write contents: write
actions: read actions: read
needs: args needs: args
uses: slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@v1.2.1 uses: slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@main
with: with:
config-file: .slsa-goreleaser-linux-amd64.yml config-file: .slsa-goreleaser-linux-amd64.yml
go-version: 1.18 go-version: 1.18
@ -43,7 +43,7 @@ jobs:
actions: read actions: read
needs: needs:
- args - args
uses: slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@v1.2.1 uses: slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@main
with: with:
config-file: .slsa-goreleaser-darwin-amd64.yml config-file: .slsa-goreleaser-darwin-amd64.yml
go-version: 1.18 go-version: 1.18
@ -57,7 +57,7 @@ jobs:
actions: read actions: read
needs: needs:
- args - args
uses: slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@v1.2.1 uses: slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@main
with: with:
config-file: .slsa-goreleaser-darwin-arm64.yml config-file: .slsa-goreleaser-darwin-arm64.yml
go-version: 1.18 go-version: 1.18