@@ -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/rng@v2.1.0
168+ uses : slsa-framework/slsa-github-generator/.github/actions/rng@main
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/detect-workflow-js@v2.1.0
183+ uses : slsa-framework/slsa-github-generator/.github/actions/detect-workflow-js@main
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/generate-builder@v2.1.0
200+ uses : slsa-framework/slsa-github-generator/.github/actions/generate-builder@main
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
232232 - name : Checkout builder repository
233- uses : slsa-framework/slsa-github-generator/.github/actions/secure-builder-checkout@v2.1.0
233+ uses : slsa-framework/slsa-github-generator/.github/actions/secure-builder-checkout@main
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/secure-builder-checkout@v2.1.0
360+ uses : slsa-framework/slsa-github-generator/.github/actions/secure-builder-checkout@main
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/secure-builder-checkout@v2.1.0
488+ uses : slsa-framework/slsa-github-generator/.github/actions/secure-builder-checkout@main
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/secure-builder-checkout@v2.1.0
578+ uses : slsa-framework/slsa-github-generator/.github/actions/secure-builder-checkout@main
579579 with :
580580 repository : " ${{ needs.detect-env.outputs.repository }}"
581581 ref : " ${{ needs.detect-env.outputs.ref }}"
0 commit comments