Skip to content

Commit 1f2e6fb

Browse files
committed
Merge remote-tracking branch 'sirreal/add-html5lib-tests' into html-api/avoid-processing-incomplete-tokens
2 parents 9e7167a + e9c6ec3 commit 1f2e6fb

89 files changed

Lines changed: 24559 additions & 62 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/callable-test-core-build-process.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ jobs:
4141

4242
steps:
4343
- name: Checkout repository
44-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
44+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
4545
with:
4646
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
4747

4848
- name: Set up Node.js
49-
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
49+
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
5050
with:
5151
node-version-file: '.nvmrc'
5252
cache: npm
@@ -79,7 +79,7 @@ jobs:
7979
run: git diff --exit-code
8080

8181
- name: Upload ZIP as a GitHub Actions artifact
82-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
82+
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
8383
if: ${{ inputs.directory == 'build' && 'ubuntu-latest' == inputs.os }}
8484
with:
8585
name: wordpress-build-${{ github.event_name == 'pull_request' && github.event.number || github.sha }}

.github/workflows/callable-test-gutenberg-build-process.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,19 @@ jobs:
4242

4343
steps:
4444
- name: Checkout repository
45-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
45+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
4646
with:
4747
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
4848

4949
- name: Checkout Gutenberg plugin
50-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
50+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
5151
with:
5252
repository: 'WordPress/gutenberg'
5353
path: ${{ env.GUTENBERG_DIRECTORY }}
5454
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
5555

5656
- name: Set up Node.js
57-
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
57+
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
5858
with:
5959
node-version-file: '.nvmrc'
6060
cache: npm

.github/workflows/coding-standards.yml

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

7171
steps:
7272
- name: Checkout repository
73-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
73+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
7474
with:
7575
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
7676

7777
- name: Set up PHP
78-
uses: shivammathur/setup-php@4bd44f22a98a19e0950cbad5f31095157cc9621b # v2.25.4
78+
uses: shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35 # v2.28.0
7979
with:
8080
php-version: 'latest'
8181
coverage: none
@@ -88,7 +88,7 @@ jobs:
8888
run: echo "date=$(/bin/date -u --date='last Mon' "+%F")" >> $GITHUB_OUTPUT
8989

9090
- name: Cache PHPCS scan cache
91-
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
91+
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
9292
with:
9393
path: |
9494
.cache/phpcs-src.json
@@ -147,12 +147,12 @@ jobs:
147147

148148
steps:
149149
- name: Checkout repository
150-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
150+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
151151
with:
152152
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
153153

154154
- name: Set up Node.js
155-
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
155+
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
156156
with:
157157
node-version-file: '.nvmrc'
158158
cache: npm
@@ -207,7 +207,7 @@ jobs:
207207
208208
steps:
209209
- name: Dispatch workflow run
210-
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
210+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
211211
with:
212212
retries: 2
213213
retry-exempt-status-codes: 418

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ jobs:
7171
echo "PHP_FPM_GID=$(id -g)" >> $GITHUB_ENV
7272
7373
- name: Checkout repository
74-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
74+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
7575
with:
7676
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
7777

7878
- name: Set up Node.js
79-
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
79+
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
8080
with:
8181
node-version-file: '.nvmrc'
8282
cache: npm
@@ -128,10 +128,10 @@ jobs:
128128
run: npm run test:e2e
129129

130130
- name: Archive debug artifacts (screenshots, HTML snapshots)
131-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
131+
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
132132
if: always()
133133
with:
134-
name: failures-artifacts
134+
name: failures-artifacts${{ matrix.LOCAL_SCRIPT_DEBUG && '-SCRIPT_DEBUG' || '' }}-${{ github.run_id }}
135135
path: artifacts
136136
if-no-files-found: ignore
137137

@@ -171,7 +171,7 @@ jobs:
171171
)
172172
steps:
173173
- name: Dispatch workflow run
174-
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
174+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
175175
with:
176176
retries: 2
177177
retry-exempt-status-codes: 418

.github/workflows/failed-workflow.yml

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

3131
steps:
3232
- name: Rerun a workflow
33-
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
33+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
3434
with:
3535
retries: 15
3636
retry-exempt-status-codes: 418

.github/workflows/install-testing.yml

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

6363
steps:
6464
- name: Set up PHP ${{ matrix.php }}
65-
uses: shivammathur/setup-php@7fdd3ece872ec7ec4c098ae5ab7637d5e0a96067 # v2.26.0
65+
uses: shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35 # v2.28.0
6666
with:
6767
php-version: '${{ matrix.php }}'
6868
coverage: none
@@ -115,7 +115,7 @@ jobs:
115115
116116
steps:
117117
- name: Dispatch workflow run
118-
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
118+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
119119
with:
120120
retries: 2
121121
retry-exempt-status-codes: 418

.github/workflows/javascript-tests.yml

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

6363
steps:
6464
- name: Checkout repository
65-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
65+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
6666
with:
6767
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
6868

6969
- name: Set up Node.js
70-
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
70+
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
7171
with:
7272
node-version-file: '.nvmrc'
7373
cache: npm
@@ -122,7 +122,7 @@ jobs:
122122
123123
steps:
124124
- name: Dispatch workflow run
125-
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
125+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
126126
with:
127127
retries: 2
128128
retry-exempt-status-codes: 418

.github/workflows/performance.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@ jobs:
103103
echo "PHP_FPM_GID=$(id -g)" >> $GITHUB_ENV
104104
105105
- name: Checkout repository
106-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
106+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
107107
with:
108108
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
109109

110110
- name: Set up Node.js
111-
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
111+
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
112112
with:
113113
node-version-file: '.nvmrc'
114114
cache: npm
@@ -242,7 +242,7 @@ jobs:
242242
- name: Set the base sha
243243
# Only needed when publishing results.
244244
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/trunk' }}
245-
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
245+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
246246
id: base-sha
247247
with:
248248
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -253,7 +253,7 @@ jobs:
253253
- name: Set commit details
254254
# Only needed when publishing results.
255255
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/trunk' }}
256-
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
256+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
257257
id: commit-timestamp
258258
with:
259259
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -308,7 +308,7 @@ jobs:
308308
309309
steps:
310310
- name: Dispatch workflow run
311-
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
311+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
312312
with:
313313
retries: 2
314314
retry-exempt-status-codes: 418

.github/workflows/php-compatibility.yml

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

6666
steps:
6767
- name: Checkout repository
68-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
68+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
6969
with:
7070
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
7171

7272
- name: Set up PHP
73-
uses: shivammathur/setup-php@4bd44f22a98a19e0950cbad5f31095157cc9621b # v2.25.4
73+
uses: shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35 # v2.28.0
7474
with:
7575
php-version: '7.4'
7676
coverage: none
@@ -87,7 +87,7 @@ jobs:
8787
run: echo "date=$(/bin/date -u --date='last Mon' "+%F")" >> $GITHUB_OUTPUT
8888

8989
- name: Cache PHP compatibility scan cache
90-
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
90+
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
9191
with:
9292
path: .cache/phpcompat.json
9393
key: ${{ runner.os }}-date-${{ steps.get-date.outputs.date }}-phpcompat-cache-${{ hashFiles('**/composer.json', 'phpcompat.xml.dist') }}
@@ -147,7 +147,7 @@ jobs:
147147
148148
steps:
149149
- name: Dispatch workflow run
150-
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
150+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
151151
with:
152152
retries: 2
153153
retry-exempt-status-codes: 418

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

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

9292
- name: Set up Node.js
93-
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
93+
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
9494
with:
9595
node-version-file: '.nvmrc'
9696
cache: npm
@@ -103,7 +103,7 @@ jobs:
103103
# dependency versions are installed and cached.
104104
##
105105
- name: Set up PHP
106-
uses: shivammathur/setup-php@4bd44f22a98a19e0950cbad5f31095157cc9621b # v2.25.4
106+
uses: shivammathur/setup-php@e6f75134d35752277f093989e72e140eaa222f35 # v2.28.0
107107
with:
108108
php-version: '${{ inputs.php }}'
109109
coverage: none
@@ -175,7 +175,7 @@ jobs:
175175

176176
- name: Checkout the WordPress Test Reporter
177177
if: ${{ github.repository == 'WordPress/wordpress-develop' && github.ref == 'refs/heads/trunk' && inputs.report }}
178-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
178+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
179179
with:
180180
repository: 'WordPress/phpunit-test-runner'
181181
path: 'test-runner'

0 commit comments

Comments
 (0)