Skip to content

Commit 0779f7b

Browse files
authored
chore: Release v1.6.0 (#2118)
#label:release v1.6.0 --------- Signed-off-by: Ian Lewis <[email protected]>
1 parent 8ff4f7f commit 0779f7b

File tree

23 files changed

+95
-95
lines changed

23 files changed

+95
-95
lines changed

.github/actions/generate-builder/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ runs:
4848
using: "composite"
4949
steps:
5050
- name: Checkout builder repository
51-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.3
51+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
5252
with:
5353
repository: ${{ inputs.repository }}
5454
ref: ${{ inputs.ref }}

.github/actions/secure-download-artifact/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ runs:
7171

7272
- name: Compute the hash
7373
id: compute
74-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.3
74+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
7575
with:
7676
path: "${{ steps.validate-path.outputs.file_path }}"
7777

.github/actions/secure-download-folder/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
steps:
1818
- name: Compute a random value
1919
id: rng
20-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.3
20+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
2121

2222
- name: Download the artifact
2323
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
@@ -27,7 +27,7 @@ runs:
2727

2828
- name: Compute the hash
2929
id: compute
30-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.3
30+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
3131
with:
3232
path: "${{ steps.rng.outputs.random }}/folder.tgz"
3333

.github/actions/secure-upload-artifact/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
steps:
1919
- name: Compute binary hash
2020
id: compute-digest
21-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.3
21+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
2222
with:
2323
path: "${{ inputs.path }}"
2424

.github/actions/secure-upload-folder/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ runs:
4646
4747
- name: Upload the artifact
4848
id: upload
49-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.3
49+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
5050
with:
5151
name: "${{ inputs.name }}"
5252
path: "${{ steps.create.outputs.tarball-path }}"

.github/workflows/builder_docker-based_slsa3.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
steps:
152152
- name: Generate random 16-byte value (32-char hex encoded)
153153
id: rng
154-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.3
154+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
155155

156156
# This detects the repository and ref of the reusable workflow.
157157
# For pull request, this gets the referenced slsa-github-generator workflow.
@@ -166,7 +166,7 @@ jobs:
166166
steps:
167167
- name: Detect the builder ref
168168
id: detect
169-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.3
169+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
170170

171171
###################################################################
172172
# #
@@ -183,7 +183,7 @@ jobs:
183183
steps:
184184
- name: Generate builder binary
185185
id: generate
186-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.3
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 }}"
@@ -216,7 +216,7 @@ jobs:
216216
steps:
217217
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
218218
- name: Checkout builder repository
219-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.3
219+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
220220
with:
221221
repository: "${{ needs.detect-env.outputs.repository }}"
222222
ref: "${{ needs.detect-env.outputs.ref }}"
@@ -344,7 +344,7 @@ jobs:
344344
345345
346346
- name: Checkout builder repository
347-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.3
347+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
348348
with:
349349
repository: "${{ needs.detect-env.outputs.repository }}"
350350
ref: "${{ needs.detect-env.outputs.ref }}"
@@ -472,7 +472,7 @@ jobs:
472472
provenance-sha256: ${{ steps.upload-signed.outputs.sha256 }}
473473
steps:
474474
- name: Checkout builder repository
475-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.3
475+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
476476
with:
477477
repository: "${{ needs.detect-env.outputs.repository }}"
478478
ref: "${{ needs.detect-env.outputs.ref }}"
@@ -562,7 +562,7 @@ jobs:
562562
if: inputs.upload-assets && (startsWith(github.ref, 'refs/tags/') || inputs.upload-tag-name != '')
563563
steps:
564564
- name: Checkout builder repository
565-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.3
565+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
566566
with:
567567
repository: "${{ needs.detect-env.outputs.repository }}"
568568
ref: "${{ needs.detect-env.outputs.ref }}"

.github/workflows/builder_go_slsa3.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
steps:
113113
- name: Generate random 16-byte value (32-char hex encoded)
114114
id: rng
115-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.3
115+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
116116

117117
detect-env:
118118
outputs:
@@ -124,7 +124,7 @@ jobs:
124124
steps:
125125
- name: Detect the builder ref
126126
id: detect
127-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.3
127+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
128128

129129
###################################################################
130130
# #
@@ -139,7 +139,7 @@ jobs:
139139
steps:
140140
- name: Generate builder binary
141141
id: generate
142-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.3
142+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
143143
with:
144144
repository: "${{ needs.detect-env.outputs.repository }}"
145145
ref: "${{ needs.detect-env.outputs.ref }}"
@@ -173,7 +173,7 @@ jobs:
173173
needs: [builder, rng, detect-env]
174174
steps:
175175
- name: Checkout builder repository
176-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.3
176+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
177177
with:
178178
repository: "${{ needs.detect-env.outputs.repository }}"
179179
ref: "${{ needs.detect-env.outputs.ref }}"
@@ -219,7 +219,7 @@ jobs:
219219
needs: [builder, build-dry, rng, detect-env]
220220
steps:
221221
- name: Checkout builder repository
222-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.3
222+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
223223
with:
224224
repository: "${{ needs.detect-env.outputs.repository }}"
225225
ref: "${{ needs.detect-env.outputs.ref }}"
@@ -299,7 +299,7 @@ jobs:
299299
go-provenance-sha256: ${{ steps.sign-prov.outputs.signed-provenance-sha256 }}
300300
steps:
301301
- name: Checkout builder repository
302-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.3
302+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
303303
with:
304304
repository: "${{ needs.detect-env.outputs.repository }}"
305305
ref: "${{ needs.detect-env.outputs.ref }}"
@@ -357,7 +357,7 @@ jobs:
357357
if: inputs.upload-assets && (startsWith(github.ref, 'refs/tags/') || inputs.upload-tag-name != '')
358358
steps:
359359
- name: Checkout builder repository
360-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.3
360+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
361361
with:
362362
repository: "${{ needs.detect-env.outputs.repository }}"
363363
ref: "${{ needs.detect-env.outputs.ref }}"

.github/workflows/builder_nodejs_slsa3.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
steps:
9090
- name: Generate the token
9191
id: generate
92-
uses: slsa-framework/slsa-github-generator/actions/delegator/[email protected]-rc.3
92+
uses: slsa-framework/slsa-github-generator/actions/delegator/[email protected]
9393
with:
9494
slsa-workflow-recipient: "delegator_lowperms-generic_slsa3.yml"
9595
slsa-rekor-log-public: ${{ inputs.rekor-log-public }}
@@ -104,6 +104,6 @@ jobs:
104104
id-token: write # For signing.
105105
contents: read # For repo checkout of private repos.
106106
actions: read # For getting workflow run on private repos.
107-
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]-rc.3
107+
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]
108108
with:
109109
slsa-token: ${{ needs.slsa-setup.outputs.slsa-token }}

.github/workflows/delegator_generic_slsa3.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
steps:
8686
- name: Generate random 16-byte value (32-char hex encoded)
8787
id: rng
88-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.3
88+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
8989

9090
# verify-token verifies the slsa token.
9191
verify-token:
@@ -101,15 +101,15 @@ jobs:
101101
steps:
102102
- name: Verify token
103103
id: verify
104-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.3
104+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
105105
with:
106106
slsa-workflow-recipient: "delegator_generic_slsa3.yml"
107107
slsa-unverified-token: ${{ inputs.slsa-token }}
108108
output-predicate: ${{ env.SLSA_PREDICATE_FILE }}
109109

110110
- name: Upload predicate
111111
id: upload
112-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.3
112+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
113113
with:
114114
name: "${{ needs.rng.outputs.value }}-${{ env.SLSA_PREDICATE_FILE }}"
115115
path: ${{ env.SLSA_PREDICATE_FILE }}
@@ -120,7 +120,7 @@ jobs:
120120
runs-on: ubuntu-latest
121121
steps:
122122
- name: Check private repos
123-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.3
123+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
124124
with:
125125
error_message: "Repository is private. The workflow has halted in order to keep the repository name from being exposed in the public transparency log. Set 'private-repository' to override."
126126
override: ${{ fromJson(needs.verify-token.outputs.slsa-verified-token).builder.rekor_log_public }}
@@ -147,7 +147,7 @@ jobs:
147147
echo "$RUNNER: $RUNNER"
148148
149149
- name: Checkout the tool repository
150-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.3
150+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
151151
with:
152152
repository: ${{ needs.verify-token.outputs.tool-repository }}
153153
ref: ${{ needs.verify-token.outputs.tool-ref }}
@@ -171,7 +171,7 @@ jobs:
171171
tree
172172
173173
- name: Checkout the project repository
174-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.3
174+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
175175
with:
176176
fetch-depth: ${{ toJson(needs.verify-token.outputs.slsa-verified-token).source.checkout.fetch_depth }}
177177

@@ -212,7 +212,7 @@ jobs:
212212
213213
- name: Upload artifact layout file
214214
id: upload
215-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.3
215+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
216216
with:
217217
name: "${{ needs.rng.outputs.value }}-${{ env.SLSA_ARTIFACTS_FILE }}"
218218
path: "${{ env.SLSA_ARTIFACTS_FILE }}"
@@ -228,14 +228,14 @@ jobs:
228228
runs-on: ubuntu-latest
229229
steps:
230230
- name: Download the artifact layout file
231-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.3
231+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
232232
with:
233233
name: "${{ needs.rng.outputs.value }}-${{ env.SLSA_ARTIFACTS_FILE }}"
234234
path: "${{ env.SLSA_ARTIFACTS_FILE }}"
235235
sha256: ${{ needs.build-artifacts-ubuntu.outputs.artifacts-layout-sha256 }}
236236

237237
- name: Download the predicate file
238-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.3
238+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
239239
with:
240240
name: "${{ needs.rng.outputs.value }}-${{ env.SLSA_PREDICATE_FILE }}"
241241
path: ${{ env.SLSA_PREDICATE_FILE }}
@@ -265,7 +265,7 @@ jobs:
265265
266266
- name: Generate attestations
267267
id: attestations
268-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.3
268+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
269269
with:
270270
slsa-layout-file: ${{ env.SLSA_ARTIFACTS_FILE }}
271271
predicate-type: ${{ steps.predicate-type.outputs.predicate-type }}
@@ -274,14 +274,14 @@ jobs:
274274

275275
- name: Sign attestations
276276
id: sign
277-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.3
277+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
278278
with:
279279
attestations: attestations
280280
output-folder: "${{ needs.rng.outputs.value }}-slsa-attestations"
281281

282282
- name: Upload attestations
283283
id: upload
284-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.3
284+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
285285
with:
286286
name: "${{ needs.rng.outputs.value }}-slsa-attestations"
287287
path: "${{ needs.rng.outputs.value }}-slsa-attestations"

0 commit comments

Comments
 (0)