@@ -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 }}"
0 commit comments