Skip to content

Commit 228766c

Browse files
authored
Merge pull request #246 from wp-cli/dependabot/github_actions/shivammathur/setup-php-2.37.1
Bump shivammathur/setup-php from 2.37.0 to 2.37.1
2 parents d3acd2e + 44b0ce3 commit 228766c

7 files changed

Lines changed: 9 additions & 9 deletions

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Set up PHP environment
3333
if: steps.check_composer_file.outputs.files_exists == 'true'
34-
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
34+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2
3535
with:
3636
php-version: 'latest'
3737
ini-values: zend.assertions=1, error_reporting=-1, display_errors=On

.github/workflows/reusable-check-branch-alias.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
token: ${{ secrets.GITHUB_TOKEN }}
3434

3535
- name: Set up PHP
36-
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
36+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2
3737
with:
3838
php-version: 'latest'
3939
tools: composer

.github/workflows/reusable-code-quality.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Set up PHP environment
5656
if: steps.check_composer_file.outputs.files_exists == 'true'
57-
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
57+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2
5858
with:
5959
php-version: 'latest'
6060
ini-values: zend.assertions=1, error_reporting=-1, display_errors=On
@@ -146,7 +146,7 @@ jobs:
146146

147147
- name: Set up PHP environment
148148
if: steps.check_files.outputs.files_exists == 'true'
149-
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
149+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2
150150
with:
151151
php-version: 'latest'
152152
tools: cs2pr
@@ -190,7 +190,7 @@ jobs:
190190

191191
- name: Set up PHP environment
192192
if: steps.check_files.outputs.files_exists == 'true'
193-
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
193+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2
194194
with:
195195
php-version: 'latest'
196196
tools: cs2pr

.github/workflows/reusable-functional.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: brew install ghostscript
7272

7373
- name: Set up PHP environment
74-
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
74+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2
7575
with:
7676
php-version: '${{ inputs.php }}'
7777
ini-values: zend.assertions=1, error_reporting=-1, display_errors=On

.github/workflows/reusable-manage-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
persist-credentials: false
2121

2222
- name: Set up PHP environment
23-
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
23+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2
2424
with:
2525
php-version: 'latest'
2626
env:

.github/workflows/reusable-regenerate-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2626

2727
- name: Set up PHP environment
28-
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
28+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2
2929
with:
3030
php-version: 'latest'
3131
env:

.github/workflows/reusable-unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
persist-credentials: false
3131

3232
- name: Set up PHP environment
33-
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
33+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2
3434
with:
3535
php-version: '${{ inputs.php }}'
3636
ini-values: zend.assertions=1, error_reporting=-1, display_errors=On

0 commit comments

Comments
 (0)