File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ provenance:
75
75
actions : read # Needed for detection of GitHub Actions environment.
76
76
id-token : write # Needed for provenance signing and ID
77
77
contents : read # Needed for API access
78
- uses :
slsa-framework/slsa-github-generator/.github/workflows/[email protected] .0
78
+ uses :
slsa-framework/slsa-github-generator/.github/workflows/[email protected] .1
79
79
with :
80
80
base64-subjects : " ${{ needs.build.outputs.digest }}"
81
81
` ` `
@@ -127,7 +127,7 @@ jobs:
127
127
id-token : write
128
128
contents : read
129
129
if : startsWith(github.ref, 'refs/tags/')
130
- uses :
slsa-framework/slsa-github-generator/.github/workflows/[email protected] .0
130
+ uses :
slsa-framework/slsa-github-generator/.github/workflows/[email protected] .1
131
131
with :
132
132
base64-subjects : " ${{ needs.build.outputs.digest }}"
133
133
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ jobs:
174
174
contents: write # To upload assets to release.
175
175
actions: read # To read the workflow path.
176
176
needs: args
177
- uses: slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@v1.0.0
177
+ uses: slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@v1.1.1
178
178
with:
179
179
go-version: 1.17
180
180
# Optional: only needed if using ldflags.
@@ -199,7 +199,7 @@ An example of the provenance generated from this repo is below:
199
199
],
200
200
"predicate" : {
201
201
"builder" : {
202
- "id" : " https://github.com/slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@v1.0.0 "
202
+ "id" : " https://github.com/slsa-framework/slsa-github-generator/.github/workflows/builder_go_slsa3.yml@v1.1.1 "
203
203
},
204
204
"buildType" : " https://github.com/slsa-framework/slsa-github-generator/go@v1" ,
205
205
"invocation" : {
You can’t perform that action at this time.
0 commit comments