Skip to content

Commit e55b76c

Browse files
authored
chore: update documentation and references to v1.7.0 (#2239)
#label:release v1.7.0 Signed-off-by: Asra Ali <[email protected]>
1 parent 2c15ebe commit e55b76c

File tree

24 files changed

+97
-97
lines changed

24 files changed

+97
-97
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ runs:
6262
using: "composite"
6363
steps:
6464
- name: Checkout builder repository
65-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.1
65+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
6666
with:
6767
repository: ${{ inputs.repository }}
6868
ref: ${{ inputs.ref }}

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

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

8686
- name: Compute the hash
8787
id: compute
88-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.1
88+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
8989
with:
9090
path: "${{ steps.validate-path.outputs.file_path }}"
9191

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
steps:
3232
- name: Compute a random value
3333
id: rng
34-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.1
34+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
3535

3636
- name: Download the artifact
3737
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
@@ -41,7 +41,7 @@ runs:
4141

4242
- name: Compute the hash
4343
id: compute
44-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.1
44+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
4545
with:
4646
path: "${{ steps.rng.outputs.random }}/folder.tgz"
4747

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
steps:
3333
- name: Compute binary hash
3434
id: compute-digest
35-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.1
35+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
3636
with:
3737
path: "${{ inputs.path }}"
3838

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ runs:
6060
6161
- name: Upload the artifact
6262
id: upload
63-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.1
63+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
6464
with:
6565
name: "${{ inputs.name }}"
6666
path: "${{ steps.create.outputs.tarball-path }}"

.github/workflows/builder_container-based_slsa3.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
steps:
166166
- name: Generate random 16-byte value (32-char hex encoded)
167167
id: rng
168-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.1
168+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
169169

170170
# This detects the repository and ref of the reusable workflow.
171171
# For pull request, this gets the referenced slsa-github-generator workflow.
@@ -180,7 +180,7 @@ jobs:
180180
steps:
181181
- name: Detect the builder ref
182182
id: detect
183-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.1
183+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
184184

185185
###################################################################
186186
# #
@@ -197,7 +197,7 @@ jobs:
197197
steps:
198198
- name: Generate builder binary
199199
id: generate
200-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.1
200+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
201201
with:
202202
repository: "${{ needs.detect-env.outputs.repository }}"
203203
ref: "${{ needs.detect-env.outputs.ref }}"
@@ -230,7 +230,7 @@ jobs:
230230
steps:
231231
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
232232
- name: Checkout builder repository
233-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.1
233+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
234234
with:
235235
repository: "${{ needs.detect-env.outputs.repository }}"
236236
ref: "${{ needs.detect-env.outputs.ref }}"
@@ -357,7 +357,7 @@ jobs:
357357
docker login "${untrusted_registry}" -u "${username}" -p "${password}"
358358
359359
- name: Checkout builder repository
360-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.1
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 }}"
@@ -485,7 +485,7 @@ jobs:
485485
provenance-sha256: ${{ steps.upload-signed.outputs.sha256 }}
486486
steps:
487487
- name: Checkout builder repository
488-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.1
488+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
489489
with:
490490
repository: "${{ needs.detect-env.outputs.repository }}"
491491
ref: "${{ needs.detect-env.outputs.ref }}"
@@ -575,7 +575,7 @@ jobs:
575575
if: inputs.upload-assets && (startsWith(github.ref, 'refs/tags/') || inputs.upload-tag-name != '')
576576
steps:
577577
- name: Checkout builder repository
578-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.1
578+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
579579
with:
580580
repository: "${{ needs.detect-env.outputs.repository }}"
581581
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
@@ -130,7 +130,7 @@ jobs:
130130
steps:
131131
- name: Generate random 16-byte value (32-char hex encoded)
132132
id: rng
133-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.1
133+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
134134

135135
detect-env:
136136
outputs:
@@ -142,7 +142,7 @@ jobs:
142142
steps:
143143
- name: Detect the builder ref
144144
id: detect
145-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.1
145+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
146146

147147
###################################################################
148148
# #
@@ -157,7 +157,7 @@ jobs:
157157
steps:
158158
- name: Generate builder binary
159159
id: generate
160-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.1
160+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
161161
with:
162162
repository: "${{ needs.detect-env.outputs.repository }}"
163163
ref: "${{ needs.detect-env.outputs.ref }}"
@@ -191,7 +191,7 @@ jobs:
191191
needs: [builder, rng, detect-env]
192192
steps:
193193
- name: Checkout builder repository
194-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.1
194+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
195195
with:
196196
repository: "${{ needs.detect-env.outputs.repository }}"
197197
ref: "${{ needs.detect-env.outputs.ref }}"
@@ -238,7 +238,7 @@ jobs:
238238
needs: [builder, build-dry, rng, detect-env]
239239
steps:
240240
- name: Checkout builder repository
241-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.1
241+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
242242
with:
243243
repository: "${{ needs.detect-env.outputs.repository }}"
244244
ref: "${{ needs.detect-env.outputs.ref }}"
@@ -320,7 +320,7 @@ jobs:
320320
go-provenance-sha256: ${{ steps.sign-prov.outputs.signed-provenance-sha256 }}
321321
steps:
322322
- name: Checkout builder repository
323-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.1
323+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
324324
with:
325325
repository: "${{ needs.detect-env.outputs.repository }}"
326326
ref: "${{ needs.detect-env.outputs.ref }}"
@@ -378,7 +378,7 @@ jobs:
378378
if: inputs.upload-assets && (startsWith(github.ref, 'refs/tags/') || inputs.upload-tag-name != '')
379379
steps:
380380
- name: Checkout builder repository
381-
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]-rc.1
381+
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
382382
with:
383383
repository: "${{ needs.detect-env.outputs.repository }}"
384384
ref: "${{ needs.detect-env.outputs.ref }}"

.github/workflows/builder_gradle_slsa3.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- name: Generate the token
4343
id: generate
44-
uses: slsa-framework/slsa-github-generator/actions/delegator/[email protected]-rc.1
44+
uses: slsa-framework/slsa-github-generator/actions/delegator/[email protected]
4545
with:
4646
slsa-workflow-recipient: "delegator_lowperms-generic_slsa3.yml"
4747
slsa-rekor-log-public: ${{ inputs.rekor-log-public }}
@@ -56,7 +56,7 @@ jobs:
5656
contents: read # For asset uploads.
5757
actions: read # For the entrypoint.
5858
packages: write # To publish to GitHub packages.
59-
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]-rc.1
59+
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]
6060
with:
6161
slsa-token: ${{ needs.slsa-setup.outputs.slsa-token }}
6262

.github/workflows/builder_maven_slsa3.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- name: Generate the token
4343
id: generate
44-
uses: slsa-framework/slsa-github-generator/actions/delegator/[email protected]-rc.1
44+
uses: slsa-framework/slsa-github-generator/actions/delegator/[email protected]
4545
with:
4646
slsa-workflow-recipient: "delegator_lowperms-generic_slsa3.yml"
4747
slsa-rekor-log-public: ${{ inputs.rekor-log-public }}
@@ -56,7 +56,7 @@ jobs:
5656
contents: read # For asset uploads.
5757
actions: read # For the entrypoint.
5858
packages: write # To publish to GitHub packages.
59-
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]-rc.1
59+
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]
6060
with:
6161
slsa-token: ${{ needs.slsa-setup.outputs.slsa-token }}
6262

.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.1
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.1
107+
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]
108108
with:
109109
slsa-token: ${{ needs.slsa-setup.outputs.slsa-token }}

0 commit comments

Comments
 (0)