Skip to content

Commit d78a7e9

Browse files
authored
Merge pull request #2711 from WordPress/dependabot/github_actions/action-runners-099708f6fe
GH Actions: Bump the action-runners group with 2 updates
2 parents e0ebae2 + a36706e commit d78a7e9

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/basic-qa.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
persist-credentials: false
3232

3333
- name: Setup PHP
34-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
34+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
3535
with:
3636
php-version: 'latest'
3737
coverage: none
@@ -162,7 +162,7 @@ jobs:
162162
persist-credentials: false
163163

164164
- name: Set up PHP
165-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
165+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
166166
with:
167167
php-version: ${{ matrix.php }}
168168
# Allow for PHP deprecation notices.
@@ -245,7 +245,7 @@ jobs:
245245
persist-credentials: false
246246

247247
- name: Install PHP
248-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
248+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
249249
with:
250250
php-version: 'latest'
251251
coverage: none

.github/workflows/quicktest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
persist-credentials: false
3636

3737
- name: Set up PHP
38-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
38+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
3939
with:
4040
php-version: ${{ matrix.php }}
4141
# With stable PHPCS dependencies, allow for PHP deprecation notices.
@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: Send coverage report to Codecov
7777
if: ${{ success() && github.event.repository.fork == false && github.ref_name == 'develop' }}
78-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
78+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
7979
with:
8080
files: ./build/logs/clover.xml
8181
fail_ci_if_error: true

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
fi
9191
9292
- name: Set up PHP
93-
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
93+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
9494
with:
9595
php-version: ${{ matrix.php }}
9696
ini-values: ${{ steps.set_ini.outputs.PHP_INI }}
@@ -137,7 +137,7 @@ jobs:
137137

138138
- name: Send coverage report to Codecov
139139
if: ${{ success() && matrix.coverage == true && github.event.repository.fork == false }}
140-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
140+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
141141
with:
142142
files: ./build/logs/clover.xml
143143
fail_ci_if_error: true

0 commit comments

Comments
 (0)