Skip to content

Commit

Permalink
Merge pull request #5660 from Automattic/develop
Browse files Browse the repository at this point in the history
Staging release v20240618.1
  • Loading branch information
rebeccahum authored Jun 18, 2024
2 parents b7acb69 + c2344f0 commit 5747599
Show file tree
Hide file tree
Showing 15 changed files with 574 additions and 564 deletions.
2 changes: 1 addition & 1 deletion .github/actions/prepare-source/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ runs:
using: composite
steps:
- name: Check out mu-plugins-ext
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.1.7
with:
repository: 'Automattic/vip-go-mu-plugins-ext'
path: 'vip-go-mu-plugins-ext'
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/run-wp-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ runs:
"${PHPUNIT}" ${OPTIONS}
- name: Upload coverage report
uses: codecov/codecov-action@v4.4.1
uses: codecov/codecov-action@v4.5.0
with:
files: ${{ inputs.coverage-file }}
flags: ${{ inputs.coverage-flags }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
uses: actions/checkout@v4.1.6

- name: Initialize CodeQL
uses: github/codeql-action/init@v3.25.7
uses: github/codeql-action/init@v3.25.10
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql-config.yml

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3.25.7
uses: github/codeql-action/analyze@v3.25.10
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
uses: actions/checkout@v4.1.6

- name: Review dependencies
uses: actions/dependency-review-action@v4.3.2
uses: actions/dependency-review-action@v4.3.3
20 changes: 10 additions & 10 deletions __tests__/e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions bin/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ docker run \
${interactive} \
--rm \
--network "${NETWORK_NAME}" \
--platform linux/x86_64 \
-e WP_VERSION \
-e WP_MULTISITE \
-e PHP_VERSION \
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dms/phpunit-arraysubset-asserts": "0.5.0",
"yoast/phpunit-polyfills": "2.0.1",
"johnpbloch/wordpress-core": "6.5.3",
"wp-phpunit/wp-phpunit": "6.5.3",
"wp-phpunit/wp-phpunit": "6.5.4",
"wp-cli/wp-cli": "2.10.0"
},
"config": {
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions cron-control/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions cron/cron-control/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jetpack
Submodule jetpack updated 435 files
4 changes: 2 additions & 2 deletions jetpack.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://jetpack.com
* Description: Security, performance, and marketing tools made by WordPress experts. Jetpack keeps your site protected so you can focus on more important things.
* Author: Automattic
* Version: 13.4.3
* Version: 13.5
* Author URI: https://jetpack.com
* License: GPL2+
* Text Domain: jetpack
Expand Down Expand Up @@ -39,7 +39,7 @@ function vip_default_jetpack_version() {
return '13.1';
} else {
// WordPress 6.4 and newer.
return '13.4';
return '13.5';
}
}

Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5747599

Please sign in to comment.