Skip to content

Commit ca483f9

Browse files
authored
Merge pull request #1051 from WordPress/dependabot/github_actions/develop/action-runners-cdf4019e4f
2 parents 0916f36 + 088b37b commit ca483f9

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/cs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
persist-credentials: false
5050

5151
- name: Install PHP
52-
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
52+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
5353
with:
5454
php-version: 'latest'
5555
coverage: none

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
persist-credentials: false
3333

3434
- name: Install PHP
35-
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
35+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
3636
with:
3737
php-version: ${{ matrix.php }}
3838
ini-values: error_reporting=-1, display_errors=On, display_startup_errors=On, log_errors_max_len=0

.github/workflows/quicktest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
persist-credentials: false
3333

3434
- name: Install PHP
35-
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
35+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
3636
with:
3737
php-version: ${{ matrix.php }}
3838
ini-values: zend.assertions=1, error_reporting=-1, display_errors=On, display_startup_errors=On, log_errors_max_len=0

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
persist-credentials: false
4444

4545
- name: Install PHP
46-
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
46+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
4747
with:
4848
php-version: ${{ matrix.php }}
4949
ini-values: zend.assertions=1, error_reporting=-1, display_errors=On, display_startup_errors=On, log_errors_max_len=0
@@ -141,7 +141,7 @@ jobs:
141141

142142
- name: Send coverage report to Codecov
143143
if: ${{ success() && matrix.coverage == true && github.event.repository.fork == false }}
144-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
144+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
145145
with:
146146
token: "${{ secrets.CODECOV_TOKEN }}"
147147
files: ./tests/coverage/clover.xml

.github/workflows/update-website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
persist-credentials: false
5656

5757
- name: Install PHP
58-
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
58+
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
5959
with:
6060
php-version: '8.4'
6161
ini-values: display_errors=On, display_startup_errors=On
@@ -195,7 +195,7 @@ jobs:
195195

196196
# Test that the site builds correctly.
197197
- name: Set up Ruby
198-
uses: ruby/setup-ruby@7372622e62b60b3cb750dcd2b9e32c247ffec26a # v1.302.0
198+
uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
199199
with:
200200
# Use the version as per https://pages.github.com/versions/.
201201
ruby-version: 3.3.4

0 commit comments

Comments
 (0)