2828 if : (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository)
2929 steps :
3030 - name : Harden Runner
31- uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
31+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
3232 with :
3333 egress-policy : audit
3434
4444 - kill_previous
4545 steps :
4646 - name : Harden Runner
47- uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
47+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
4848 with :
4949 egress-policy : audit
5050
6969 - php_syntax_errors
7070 steps :
7171 - name : Harden Runner
72- uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
72+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
7373 with :
7474 egress-policy : audit
7575
@@ -100,7 +100,7 @@ jobs:
100100 - php_syntax_errors
101101 steps :
102102 - name : Harden Runner
103- uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
103+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
104104 with :
105105 egress-policy : audit
106106
@@ -126,7 +126,7 @@ jobs:
126126 - php_syntax_errors
127127 steps :
128128 - name : Harden Runner
129- uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
129+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
130130 with :
131131 egress-policy : audit
132132
@@ -178,7 +178,7 @@ jobs:
178178
179179 steps :
180180 - name : Harden Runner
181- uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
181+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
182182 with :
183183 egress-policy : audit
184184
@@ -202,7 +202,7 @@ jobs:
202202 make clean dist
203203
204204 - name : Upload build artifact
205- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
205+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
206206 with :
207207 name : Lychee.zip
208208 path : Lychee.zip
@@ -257,7 +257,7 @@ jobs:
257257 uses : sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
258258
259259 - name : Download generated artifact
260- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
260+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
261261 with :
262262 name : Lychee.zip
263263
0 commit comments