mirror of
https://github.com/ddworken/hishtory.git
synced 2024-12-26 00:39:02 +01:00
Try to run the latest slsa releaser to see if that fixes anything
This commit is contained in:
parent
a905d74681
commit
6c196969f4
6
.github/workflows/slsa-releaser.yml
vendored
6
.github/workflows/slsa-releaser.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
contents: write
|
||||
actions: read
|
||||
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:
|
||||
config-file: .slsa-goreleaser-linux-amd64.yml
|
||||
go-version: 1.18
|
||||
@ -43,7 +43,7 @@ jobs:
|
||||
actions: read
|
||||
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:
|
||||
config-file: .slsa-goreleaser-darwin-amd64.yml
|
||||
go-version: 1.18
|
||||
@ -57,7 +57,7 @@ jobs:
|
||||
actions: read
|
||||
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:
|
||||
config-file: .slsa-goreleaser-darwin-arm64.yml
|
||||
go-version: 1.18
|
||||
|
Loading…
Reference in New Issue
Block a user