Skip to content

Commit 68bad40

Browse files
authored
chore: set references for v1.4.0 release (#1292)
Signed-off-by: Ian Lewis <[email protected]> Signed-off-by: Ian Lewis <[email protected]>
1 parent c40a5cf commit 68bad40

File tree

5 files changed

+20
-20
lines changed

5 files changed

+20
-20
lines changed

.github/workflows/builder_go_slsa3.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
steps:
7777
- name: Generate random 16-byte value (32-char hex encoded)
7878
id: rng
79-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.2
79+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
8080

8181
detect-env:
8282
outputs:
@@ -88,7 +88,7 @@ jobs:
8888
steps:
8989
- name: Detect the builder ref
9090
id: detect
91-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.2
91+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
9292

9393
###################################################################
9494
# #
@@ -103,7 +103,7 @@ jobs:
103103
steps:
104104
- name: Generate builder binary
105105
id: generate
106-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.2
106+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
107107
with:
108108
repository: "${{ needs.detect-env.outputs.repository }}"
109109
ref: "${{ needs.detect-env.outputs.ref }}"
@@ -137,7 +137,7 @@ jobs:
137137
needs: [builder, rng, detect-env]
138138
steps:
139139
- name: Checkout builder repository
140-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.2
140+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
141141
with:
142142
repository: "${{ needs.detect-env.outputs.repository }}"
143143
ref: "${{ needs.detect-env.outputs.ref }}"
@@ -183,7 +183,7 @@ jobs:
183183
needs: [builder, build-dry, rng, detect-env]
184184
steps:
185185
- name: Checkout builder repository
186-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.2
186+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
187187
with:
188188
repository: "${{ needs.detect-env.outputs.repository }}"
189189
ref: "${{ needs.detect-env.outputs.ref }}"
@@ -263,7 +263,7 @@ jobs:
263263
go-provenance-sha256: ${{ steps.sign-prov.outputs.signed-provenance-sha256 }}
264264
steps:
265265
- name: Checkout builder repository
266-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.2
266+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
267267
with:
268268
repository: "${{ needs.detect-env.outputs.repository }}"
269269
ref: "${{ needs.detect-env.outputs.ref }}"
@@ -321,7 +321,7 @@ jobs:
321321
if: startsWith(github.ref, 'refs/tags/') && inputs.upload-assets == true
322322
steps:
323323
- name: Checkout builder repository
324-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.2
324+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
325325
with:
326326
repository: "${{ needs.detect-env.outputs.repository }}"
327327
ref: "${{ needs.detect-env.outputs.ref }}"

.github/workflows/builder_nodejs_slsa3.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
steps:
137137
- name: Generate random 16-byte value (32-char hex encoded)
138138
id: rng
139-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.2
139+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
140140

141141
detect-env:
142142
outputs:
@@ -148,7 +148,7 @@ jobs:
148148
steps:
149149
- name: Detect the builder ref
150150
id: detect
151-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.2
151+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
152152

153153
###################################################################
154154
# #
@@ -163,7 +163,7 @@ jobs:
163163
steps:
164164
- name: Generate builder
165165
id: generate
166-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.2
166+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
167167
with:
168168
repository: "${{ needs.detect-env.outputs.repository }}"
169169
ref: "${{ needs.detect-env.outputs.ref }}"
@@ -194,7 +194,7 @@ jobs:
194194
needs: [builder, rng, detect-env]
195195
steps:
196196
- name: Checkout builder repository
197-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.2
197+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
198198
with:
199199
repository: "${{ needs.detect-env.outputs.repository }}"
200200
ref: "${{ needs.detect-env.outputs.ref }}"
@@ -242,7 +242,7 @@ jobs:
242242
needs: [builder, build, rng, detect-env]
243243
steps:
244244
- name: Checkout builder repository
245-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.2
245+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
246246
with:
247247
repository: "${{ needs.detect-env.outputs.repository }}"
248248
ref: "${{ needs.detect-env.outputs.ref }}"
@@ -293,7 +293,7 @@ jobs:
293293
provenances: ${{ steps.sign-prov.outputs.provenances }}
294294
steps:
295295
- name: Checkout builder repository
296-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.2
296+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
297297
with:
298298
repository: "${{ needs.detect-env.outputs.repository }}"
299299
ref: "${{ needs.detect-env.outputs.ref }}"
@@ -340,7 +340,7 @@ jobs:
340340
needs: [build, provenance, detect-env]
341341
steps:
342342
- name: Checkout builder repository
343-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.2
343+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
344344
with:
345345
repository: "${{ needs.detect-env.outputs.repository }}"
346346
ref: "${{ needs.detect-env.outputs.ref }}"

.github/workflows/generator_container_slsa3.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
steps:
6565
- name: Detect the generator ref
6666
id: detect
67-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.2
67+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
6868

6969
# generator builds the generator binary and runs it to generate SLSA
7070
# provenance.
@@ -84,7 +84,7 @@ jobs:
8484
packages: write # Needed to login and upload attestations to ghcr.io.
8585
steps:
8686
- name: Generate builder
87-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.2
87+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
8888
with:
8989
repository: "${{ needs.detect-env.outputs.repository }}"
9090
ref: "${{ needs.detect-env.outputs.ref }}"

.github/workflows/generator_generic_slsa3.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
steps:
7777
- name: Detect the generator ref
7878
id: detect
79-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.2
79+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
8080

8181
# generator builds the generator binary and runs it to generate SLSA
8282
# provenance.
@@ -99,7 +99,7 @@ jobs:
9999
actions: read # Needed to read workflow info.
100100
steps:
101101
- name: Generate builder
102-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.2
102+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
103103
with:
104104
repository: "${{ needs.detect-env.outputs.repository }}"
105105
ref: "${{ needs.detect-env.outputs.ref }}"
@@ -161,7 +161,7 @@ jobs:
161161
if: startsWith(github.ref, 'refs/tags/') && inputs.upload-assets == true
162162
steps:
163163
- name: Checkout builder repository
164-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.2
164+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
165165
with:
166166
repository: "${{ needs.detect-env.outputs.repository }}"
167167
ref: "${{ needs.detect-env.outputs.ref }}"

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,4 +280,4 @@ Update:
280280

281281
## Announce
282282

283-
<!-- TODO(release): Provide details -->
283+
<!-- TODO(release): Provide details -->

0 commit comments

Comments
 (0)