Skip to content

Commit e746449

Browse files
authored
Merge branch 'WordPress:trunk' into trunk
2 parents 1cce85d + bd8ff4a commit e746449

550 files changed

Lines changed: 34130 additions & 2493 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/coding-standards.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,12 @@ jobs:
7070

7171
steps:
7272
- name: Checkout repository
73-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
73+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
74+
with:
75+
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
7476

7577
- name: Set up PHP
76-
uses: shivammathur/setup-php@d30ad8b1843ace22e6698ab99bbafaa747b6bd0d # v2.24.0
78+
uses: shivammathur/setup-php@4bd44f22a98a19e0950cbad5f31095157cc9621b # v2.25.4
7779
with:
7880
php-version: '7.4'
7981
coverage: none
@@ -86,7 +88,7 @@ jobs:
8688
run: echo "date=$(/bin/date -u --date='last Mon' "+%F")" >> $GITHUB_OUTPUT
8789

8890
- name: Cache PHPCS scan cache
89-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
91+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
9092
with:
9193
path: |
9294
.cache/phpcs-src.json
@@ -145,10 +147,12 @@ jobs:
145147

146148
steps:
147149
- name: Checkout repository
148-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
150+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
151+
with:
152+
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
149153

150154
- name: Set up Node.js
151-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
155+
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
152156
with:
153157
node-version-file: '.nvmrc'
154158
cache: npm

.github/workflows/end-to-end-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,12 @@ jobs:
6868
echo "PHP_FPM_GID=$(id -g)" >> $GITHUB_ENV
6969
7070
- name: Checkout repository
71-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
71+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
72+
with:
73+
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
7274

7375
- name: Set up Node.js
74-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
76+
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
7577
with:
7678
node-version-file: '.nvmrc'
7779
cache: npm

.github/workflows/javascript-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,12 @@ jobs:
6262

6363
steps:
6464
- name: Checkout repository
65-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
65+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
66+
with:
67+
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
6668

6769
- name: Set up Node.js
68-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
70+
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
6971
with:
7072
node-version-file: '.nvmrc'
7173
cache: npm

.github/workflows/performance.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,12 @@ jobs:
9797
echo "PHP_FPM_GID=$(id -g)" >> $GITHUB_ENV
9898
9999
- name: Checkout repository
100-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
100+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
101+
with:
102+
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
101103

102104
- name: Set up Node.js
103-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
105+
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
104106
with:
105107
node-version-file: '.nvmrc'
106108
cache: npm

.github/workflows/php-compatibility.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,12 @@ jobs:
6565

6666
steps:
6767
- name: Checkout repository
68-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
68+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
69+
with:
70+
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
6971

7072
- name: Set up PHP
71-
uses: shivammathur/setup-php@d30ad8b1843ace22e6698ab99bbafaa747b6bd0d # v2.24.0
73+
uses: shivammathur/setup-php@4bd44f22a98a19e0950cbad5f31095157cc9621b # v2.25.4
7274
with:
7375
php-version: '7.4'
7476
coverage: none
@@ -85,7 +87,7 @@ jobs:
8587
run: echo "date=$(/bin/date -u --date='last Mon' "+%F")" >> $GITHUB_OUTPUT
8688

8789
- name: Cache PHP compatibility scan cache
88-
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
90+
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
8991
with:
9092
path: .cache/phpcompat.json
9193
key: ${{ runner.os }}-date-${{ steps.get-date.outputs.date }}-phpcompat-cache-${{ hashFiles('**/composer.json', 'phpcompat.xml.dist') }}

.github/workflows/phpunit-tests-run.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,12 @@ jobs:
8585
echo "PHP_FPM_GID=$(id -g)" >> $GITHUB_ENV
8686
8787
- name: Checkout repository
88-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
88+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
89+
with:
90+
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
8991

9092
- name: Set up Node.js
91-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
93+
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
9294
with:
9395
node-version-file: '.nvmrc'
9496
cache: npm
@@ -101,7 +103,7 @@ jobs:
101103
# dependency versions are installed and cached.
102104
##
103105
- name: Set up PHP
104-
uses: shivammathur/setup-php@d30ad8b1843ace22e6698ab99bbafaa747b6bd0d # v2.24.0
106+
uses: shivammathur/setup-php@4bd44f22a98a19e0950cbad5f31095157cc9621b # v2.25.4
105107
with:
106108
php-version: '${{ inputs.php }}'
107109
coverage: none
@@ -173,10 +175,11 @@ jobs:
173175

174176
- name: Checkout the WordPress Test Reporter
175177
if: ${{ github.repository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/trunk' && inputs.report }}
176-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
178+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
177179
with:
178180
repository: 'WordPress/phpunit-test-runner'
179181
path: 'test-runner'
182+
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
180183

181184
- name: Submit test results to the WordPress.org host test results
182185
if: ${{ github.repository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/trunk' && inputs.report }}

.github/workflows/slack-notifications.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161

162162
steps:
163163
- name: Post failure notifications to Slack
164-
uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844 # v1.23.0
164+
uses: slackapi/slack-github-action@e28cf165c92ffef168d23c5c9000cffc8a25e117 # v1.24.0
165165
with:
166166
payload: ${{ needs.prepare.outputs.payload }}
167167
env:
@@ -177,7 +177,7 @@ jobs:
177177

178178
steps:
179179
- name: Post failure notifications to Slack
180-
uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844 # v1.23.0
180+
uses: slackapi/slack-github-action@e28cf165c92ffef168d23c5c9000cffc8a25e117 # v1.24.0
181181
with:
182182
payload: ${{ needs.prepare.outputs.payload }}
183183
env:
@@ -193,7 +193,7 @@ jobs:
193193

194194
steps:
195195
- name: Post success notifications to Slack
196-
uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844 # v1.23.0
196+
uses: slackapi/slack-github-action@e28cf165c92ffef168d23c5c9000cffc8a25e117 # v1.24.0
197197
with:
198198
payload: ${{ needs.prepare.outputs.payload }}
199199
env:
@@ -209,7 +209,7 @@ jobs:
209209

210210
steps:
211211
- name: Post cancelled notifications to Slack
212-
uses: slackapi/slack-github-action@007b2c3c751a190b6f0f040e47ed024deaa72844 # v1.23.0
212+
uses: slackapi/slack-github-action@e28cf165c92ffef168d23c5c9000cffc8a25e117 # v1.24.0
213213
with:
214214
payload: ${{ needs.prepare.outputs.payload }}
215215
env:

.github/workflows/test-and-zip-default-themes.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,13 @@ jobs:
7979

8080
steps:
8181
- name: Checkout repository
82-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
82+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
8383
with:
8484
ref: ${{ github.event_name == 'workflow_dispatch' && inputs.branch || github.ref }}
85+
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
8586

8687
- name: Set up Node.js
87-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
88+
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
8889
with:
8990
node-version-file: '.nvmrc'
9091
cache: npm
@@ -133,9 +134,10 @@ jobs:
133134

134135
steps:
135136
- name: Checkout repository
136-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
137+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
137138
with:
138139
ref: ${{ github.event_name == 'workflow_dispatch' && inputs.branch || github.ref }}
140+
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
139141

140142
- name: Upload theme ZIP as an artifact
141143
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2

.github/workflows/test-coverage.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,12 @@ jobs:
7676
echo "PHP_FPM_GID=$(id -g)" >> $GITHUB_ENV
7777
7878
- name: Checkout repository
79-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
79+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
80+
with:
81+
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
8082

8183
- name: Set up Node.js
82-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
84+
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
8385
with:
8486
node-version-file: '.nvmrc'
8587
cache: npm
@@ -92,7 +94,7 @@ jobs:
9294
# dependency versions are installed and cached.
9395
##
9496
- name: Set up PHP
95-
uses: shivammathur/setup-php@d30ad8b1843ace22e6698ab99bbafaa747b6bd0d # v2.24.0
97+
uses: shivammathur/setup-php@4bd44f22a98a19e0950cbad5f31095157cc9621b # v2.25.4
9698
with:
9799
php-version: '7.4'
98100
coverage: none
@@ -151,7 +153,7 @@ jobs:
151153

152154
- name: Upload single site report to Codecov
153155
if: ${{ ! matrix.multisite && github.event_name != 'pull_request' }}
154-
uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3.1.1
156+
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
155157
with:
156158
file: wp-code-coverage-single-clover-${{ github.sha }}.xml
157159
flags: single,php
@@ -166,7 +168,7 @@ jobs:
166168

167169
- name: Upload multisite report to Codecov
168170
if: ${{ matrix.multisite && github.event_name != 'pull_request' }}
169-
uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 # v3.1.1
171+
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
170172
with:
171173
file: wp-code-coverage-multisite-clover-${{ github.sha }}.xml
172174
flags: multisite,php

.github/workflows/test-npm.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,12 @@ jobs:
6868

6969
steps:
7070
- name: Checkout repository
71-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
71+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
72+
with:
73+
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
7274

7375
- name: Set up Node.js
74-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
76+
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
7577
with:
7678
node-version-file: '.nvmrc'
7779
cache: npm
@@ -134,10 +136,12 @@ jobs:
134136
if: ${{ github.repository == 'WordPress/wordpress-develop' }}
135137
steps:
136138
- name: Checkout repository
137-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
139+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
140+
with:
141+
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
138142

139143
- name: Set up Node.js
140-
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
144+
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
141145
with:
142146
node-version-file: '.nvmrc'
143147
cache: npm

0 commit comments

Comments
 (0)