Skip to content

Commit d852aaf

Browse files
authored
Merge pull request #5675 from Automattic/staging
Production release v20240625.0
2 parents 34340a4 + 5747599 commit d852aaf

File tree

12 files changed

+570
-560
lines changed

12 files changed

+570
-560
lines changed

.github/actions/prepare-source/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ runs:
44
using: composite
55
steps:
66
- name: Check out mu-plugins-ext
7-
uses: actions/[email protected].6
7+
uses: actions/[email protected].7
88
with:
99
repository: 'Automattic/vip-go-mu-plugins-ext'
1010
path: 'vip-go-mu-plugins-ext'

.github/actions/run-wp-tests/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ runs:
122122
"${PHPUNIT}" ${OPTIONS}
123123
124124
- name: Upload coverage report
125-
uses: codecov/codecov-action@v4.4.1
125+
uses: codecov/codecov-action@v4.5.0
126126
with:
127127
files: ${{ inputs.coverage-file }}
128128
flags: ${{ inputs.coverage-flags }}

.github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
uses: actions/[email protected]
3333

3434
- name: Initialize CodeQL
35-
uses: github/codeql-action/[email protected].7
35+
uses: github/codeql-action/[email protected].10
3636
with:
3737
languages: ${{ matrix.language }}
3838
config-file: ./.github/codeql-config.yml
3939

4040
- name: Perform CodeQL Analysis
41-
uses: github/codeql-action/[email protected].7
41+
uses: github/codeql-action/[email protected].10

.github/workflows/dependency-review.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
uses: actions/[email protected]
2626

2727
- name: Review dependencies
28-
uses: actions/[email protected].2
28+
uses: actions/[email protected].3

__tests__/e2e/package-lock.json

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/test.sh

+1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ docker run \
115115
${interactive} \
116116
--rm \
117117
--network "${NETWORK_NAME}" \
118+
--platform linux/x86_64 \
118119
-e WP_VERSION \
119120
-e WP_MULTISITE \
120121
-e PHP_VERSION \

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dms/phpunit-arraysubset-asserts": "0.5.0",
88
"yoast/phpunit-polyfills": "2.0.1",
99
"johnpbloch/wordpress-core": "6.5.3",
10-
"wp-phpunit/wp-phpunit": "6.5.3",
10+
"wp-phpunit/wp-phpunit": "6.5.4",
1111
"wp-cli/wp-cli": "2.10.0"
1212
},
1313
"config": {

composer.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cron-control/package-lock.json

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cron/cron-control/package-lock.json

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)