@@ -27,12 +27,12 @@ jobs:
2727 runs-on : ${{ matrix.runner }}
2828 steps :
2929 - name : Harden the runner (audit all outbound calls)
30- uses : step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
30+ uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
3131 with :
3232 egress-policy : audit
3333
3434 - name : Checkout repository
35- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
35+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3636 with :
3737 persist-credentials : false
3838
5757 sha256sum "${ARCHIVE_DIR}.tar.xz" > "${ARCHIVE_DIR}.tar.xz.sha256"
5858
5959 - name : Attest build provenance
60- uses : actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
60+ uses : actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
6161 with :
6262 subject-path : " blend-${{ matrix.target }}.tar.xz"
6363
@@ -75,12 +75,12 @@ jobs:
7575 runs-on : ubuntu-latest
7676 steps :
7777 - name : Harden the runner (audit all outbound calls)
78- uses : step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
78+ uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
7979 with :
8080 egress-policy : audit
8181
8282 - name : Checkout repository
83- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
83+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
8484 with :
8585 persist-credentials : false
8686
@@ -172,12 +172,12 @@ jobs:
172172 runs-on : ubuntu-latest
173173 steps :
174174 - name : Harden the runner (audit all outbound calls)
175- uses : step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
175+ uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
176176 with :
177177 egress-policy : audit
178178
179179 - name : Checkout repository
180- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
180+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
181181 with :
182182 persist-credentials : false
183183
@@ -222,7 +222,7 @@ jobs:
222222 tags : ${{ steps.tags.outputs.tags }}
223223
224224 - name : Attest Docker image provenance
225- uses : actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
225+ uses : actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
226226 with :
227227 subject-name : ghcr.io/${{ github.repository_owner }}/blend
228228 subject-digest : ${{ steps.build.outputs.digest }}
@@ -233,7 +233,7 @@ jobs:
233233 runs-on : ubuntu-latest
234234 steps :
235235 - name : Harden the runner (audit all outbound calls)
236- uses : step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
236+ uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
237237 with :
238238 egress-policy : audit
239239
0 commit comments