@@ -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/rng@main
139+ uses : slsa-framework/slsa-github-generator/.github/actions/rng@v1.4.0-rc.1
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/detect-workflow@main
151+ uses : slsa-framework/slsa-github-generator/.github/actions/detect-workflow@v1.4.0-rc.1
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/generate-builder@main
166+ uses : slsa-framework/slsa-github-generator/.github/actions/generate-builder@v1.4.0-rc.1
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/secure-builder-checkout@main
197+ uses : slsa-framework/slsa-github-generator/.github/actions/secure-builder-checkout@v1.4.0-rc.1
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/secure-builder-checkout@main
245+ uses : slsa-framework/slsa-github-generator/.github/actions/secure-builder-checkout@v1.4.0-rc.1
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/secure-builder-checkout@main
296+ uses : slsa-framework/slsa-github-generator/.github/actions/secure-builder-checkout@v1.4.0-rc.1
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/secure-builder-checkout@main
343+ uses : slsa-framework/slsa-github-generator/.github/actions/secure-builder-checkout@v1.4.0-rc.1
344344 with :
345345 repository : " ${{ needs.detect-env.outputs.repository }}"
346346 ref : " ${{ needs.detect-env.outputs.ref }}"
0 commit comments