68
68
steps :
69
69
- name : Generate random 16-byte value (32-char hex encoded)
70
70
id : rng
71
- uses : slsa-framework/slsa-github-generator/.github/actions/rng@575bdd242ac0bc503966cedac1dabb42515b545f
71
+ uses : slsa-framework/slsa-github-generator/.github/actions/rng@e178bc7b362c7cb93899a9721da7a0d7d1286869
72
72
73
73
detect-env :
74
74
outputs :
80
80
steps :
81
81
- name : Detect the builder ref
82
82
id : detect
83
- uses : slsa-framework/slsa-github-generator/.github/actions/detect-workflow@d995948e8d53cc639c0d3ef69db31dbc243519c4 # tag=v1.1.1
83
+ uses : slsa-framework/slsa-github-generator/.github/actions/detect-workflow@bdd89e60dc5387d8f819bebc702987956bcd4913 # tag=v1.2.0
84
84
85
85
# ##################################################################
86
86
# #
95
95
steps :
96
96
- name : Generate builder
97
97
id : generate
98
- uses : slsa-framework/slsa-github-generator/.github/actions/generate-builder@575bdd242ac0bc503966cedac1dabb42515b545f
98
+ uses : slsa-framework/slsa-github-generator/.github/actions/generate-builder@e178bc7b362c7cb93899a9721da7a0d7d1286869
99
99
with :
100
100
repository : " ${{ needs.detect-env.outputs.repository }}"
101
101
ref : " ${{ needs.detect-env.outputs.ref }}"
@@ -128,12 +128,12 @@ jobs:
128
128
needs : [builder, rng]
129
129
steps :
130
130
- name : Checkout the Go repository
131
- uses : slsa-framework/slsa-github-generator/.github/actions/checkout-go@575bdd242ac0bc503966cedac1dabb42515b545f
131
+ uses : slsa-framework/slsa-github-generator/.github/actions/checkout-go@e178bc7b362c7cb93899a9721da7a0d7d1286869
132
132
with :
133
133
go-version : ${{ inputs.go-version }}
134
134
135
135
- name : Download builder
136
- uses : slsa-framework/slsa-github-generator/.github/actions/secure-download-artifact@575bdd242ac0bc503966cedac1dabb42515b545f
136
+ uses : slsa-framework/slsa-github-generator/.github/actions/secure-download-artifact@e178bc7b362c7cb93899a9721da7a0d7d1286869
137
137
with :
138
138
name : " ${{ env.BUILDER_BINARY }}-${{ needs.rng.outputs.value }}"
139
139
path : " ${{ env.BUILDER_BINARY }}"
@@ -166,12 +166,12 @@ jobs:
166
166
needs : [builder, build-dry, rng]
167
167
steps :
168
168
- name : Checkout the Go repository
169
- uses : slsa-framework/slsa-github-generator/.github/actions/checkout-go@575bdd242ac0bc503966cedac1dabb42515b545f
169
+ uses : slsa-framework/slsa-github-generator/.github/actions/checkout-go@e178bc7b362c7cb93899a9721da7a0d7d1286869
170
170
with :
171
171
go-version : ${{ inputs.go-version }}
172
172
173
173
- name : Download builder
174
- uses : slsa-framework/slsa-github-generator/.github/actions/secure-download-artifact@575bdd242ac0bc503966cedac1dabb42515b545f
174
+ uses : slsa-framework/slsa-github-generator/.github/actions/secure-download-artifact@e178bc7b362c7cb93899a9721da7a0d7d1286869
175
175
with :
176
176
name : " ${{ env.BUILDER_BINARY }}-${{ needs.rng.outputs.value }}"
177
177
path : " ${{ env.BUILDER_BINARY }}"
@@ -217,7 +217,7 @@ jobs:
217
217
218
218
- name : Upload generated binary
219
219
id : upload
220
- uses : slsa-framework/slsa-github-generator/.github/actions/secure-upload-artifact@575bdd242ac0bc503966cedac1dabb42515b545f
220
+ uses : slsa-framework/slsa-github-generator/.github/actions/secure-upload-artifact@e178bc7b362c7cb93899a9721da7a0d7d1286869
221
221
with :
222
222
name : " ${{ needs.build-dry.outputs.go-binary-name }}"
223
223
path : " ${{ needs.build-dry.outputs.go-binary-name }}"
@@ -238,7 +238,7 @@ jobs:
238
238
go-provenance-sha256 : ${{ steps.sign-prov.outputs.signed-provenance-sha256 }}
239
239
steps :
240
240
- name : Download builder
241
- uses : slsa-framework/slsa-github-generator/.github/actions/secure-download-artifact@575bdd242ac0bc503966cedac1dabb42515b545f
241
+ uses : slsa-framework/slsa-github-generator/.github/actions/secure-download-artifact@e178bc7b362c7cb93899a9721da7a0d7d1286869
242
242
with :
243
243
name : " ${{ env.BUILDER_BINARY }}-${{ needs.rng.outputs.value }}"
244
244
path : " ${{ env.BUILDER_BINARY }}"
@@ -290,14 +290,14 @@ jobs:
290
290
if : startsWith(github.ref, 'refs/tags/') && inputs.upload-assets == true
291
291
steps :
292
292
- name : Download binary
293
- uses : slsa-framework/slsa-github-generator/.github/actions/secure-download-artifact@575bdd242ac0bc503966cedac1dabb42515b545f
293
+ uses : slsa-framework/slsa-github-generator/.github/actions/secure-download-artifact@e178bc7b362c7cb93899a9721da7a0d7d1286869
294
294
with :
295
295
name : " ${{ needs.build-dry.outputs.go-binary-name }}"
296
296
path : " ${{ needs.build-dry.outputs.go-binary-name }}"
297
297
sha256 : " ${{ needs.build.outputs.go-binary-sha256 }}"
298
298
299
299
- name : Download provenance
300
- uses : slsa-framework/slsa-github-generator/.github/actions/secure-download-artifact@575bdd242ac0bc503966cedac1dabb42515b545f
300
+ uses : slsa-framework/slsa-github-generator/.github/actions/secure-download-artifact@e178bc7b362c7cb93899a9721da7a0d7d1286869
301
301
with :
302
302
name : " ${{ needs.provenance.outputs.go-provenance-name }}"
303
303
path : " ${{ needs.provenance.outputs.go-provenance-name }}"
0 commit comments