|
41 | 41 | environment: Production |
42 | 42 | steps: |
43 | 43 | - name: Harden Runner |
44 | | - uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 |
| 44 | + uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 |
45 | 45 | with: |
46 | 46 | egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs |
47 | 47 |
|
@@ -104,7 +104,7 @@ jobs: |
104 | 104 | needs: [checks] |
105 | 105 | steps: |
106 | 106 | - name: Harden Runner |
107 | | - uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 |
| 107 | + uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 |
108 | 108 | with: |
109 | 109 | egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs |
110 | 110 |
|
@@ -151,12 +151,12 @@ jobs: |
151 | 151 | token: ${{ secrets.GOOGLEFORCREATORS_BOT_TOKEN }} |
152 | 152 |
|
153 | 153 | - name: Authenticate |
154 | | - uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 |
| 154 | + uses: google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462 |
155 | 155 | with: |
156 | 156 | credentials_json: ${{ secrets.GCP_SA_KEY }} |
157 | 157 |
|
158 | 158 | - name: Setup Cloud SDK |
159 | | - uses: google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a |
| 159 | + uses: google-github-actions/setup-gcloud@6a7c903a70c8625ed6700fa299f5ddb4ca6022e9 |
160 | 160 | with: |
161 | 161 | project_id: ${{ secrets.GCP_PROJECT_ID }} |
162 | 162 |
|
@@ -245,7 +245,7 @@ jobs: |
245 | 245 | release_name: ${{ steps.release_branch.outputs.release_name }} |
246 | 246 | steps: |
247 | 247 | - name: Harden Runner |
248 | | - uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 |
| 248 | + uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 |
249 | 249 | with: |
250 | 250 | egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs |
251 | 251 |
|
@@ -275,7 +275,7 @@ jobs: |
275 | 275 | cache: npm |
276 | 276 |
|
277 | 277 | - name: Setup PHP |
278 | | - uses: shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35 |
| 278 | + uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e |
279 | 279 | with: |
280 | 280 | php-version: latest |
281 | 281 | coverage: none |
@@ -408,7 +408,7 @@ jobs: |
408 | 408 | needs: [build] |
409 | 409 | steps: |
410 | 410 | - name: Harden Runner |
411 | | - uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 |
| 411 | + uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 |
412 | 412 | with: |
413 | 413 | egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs |
414 | 414 |
|
@@ -444,7 +444,7 @@ jobs: |
444 | 444 | if: ${{ ! startsWith(github.ref, 'refs/heads/release/') && ! contains(github.event.inputs.version, 'rc') }} |
445 | 445 | steps: |
446 | 446 | - name: Harden Runner |
447 | | - uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 |
| 447 | + uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 |
448 | 448 | with: |
449 | 449 | egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs |
450 | 450 |
|
@@ -500,7 +500,7 @@ jobs: |
500 | 500 | SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }} |
501 | 501 | steps: |
502 | 502 | - name: Harden Runner |
503 | | - uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 |
| 503 | + uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 |
504 | 504 | with: |
505 | 505 | egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs |
506 | 506 |
|
|
0 commit comments