3030 is_prerelease : ${{ github.event.inputs.prerelease || 'false' }}
3131 steps :
3232 - name : Harden Runner
33- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
33+ uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
3434 with :
3535 egress-policy : audit
3636
@@ -121,7 +121,7 @@ jobs:
121121 attestations : write # Required for SBOM and build attestations
122122 steps :
123123 - name : Harden Runner
124- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
124+ uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
125125 with :
126126 egress-policy : audit
127127
@@ -179,7 +179,7 @@ jobs:
179179 artifact-name : game-${{ needs.prepare.outputs.version }}
180180
181181 - name : Generate artifact attestation
182- uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3 .0
182+ uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0
183183 id : attest
184184 with :
185185 subject-path : game-${{ needs.prepare.outputs.version }}.zip
@@ -191,7 +191,7 @@ jobs:
191191
192192 - name : Generate SBOM attestation
193193 id : attestsbom
194- uses : actions/attest-sbom@115c3be05ff3974bcbd596578934b3f9ce39bf68 # v2.2 .0
194+ uses : actions/attest-sbom@bd218ad0dbcb3e146bd073d1d9c6d78e08aa8a0b # v2.4 .0
195195 with :
196196 subject-path : game-${{ needs.prepare.outputs.version }}.zip
197197 sbom-path : game-${{ needs.prepare.outputs.version }}.spdx.json
@@ -219,7 +219,7 @@ jobs:
219219 id-token : write # Required for OIDC
220220 steps :
221221 - name : Harden Runner
222- uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
222+ uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
223223 with :
224224 egress-policy : audit
225225
0 commit comments