-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5999 from Automattic/staging
undefined
- Loading branch information
Showing
45 changed files
with
1,174 additions
and
1,185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
egress-policy: audit | ||
|
||
- name: Check out source code | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: Retrieve tags | ||
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* | ||
|
@@ -50,7 +50,7 @@ jobs: | |
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- uses: softprops/[email protected].8 | ||
- uses: softprops/[email protected].9 | ||
with: | ||
generate_release_notes: true | ||
tag_name: ${{ steps.id-generator.outputs.id }} | ||
|
@@ -61,7 +61,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: Setup PHP | ||
uses: shivammathur/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: Setup PHP | ||
uses: shivammathur/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,8 +28,6 @@ jobs: | |
matrix: | ||
config: | ||
# PHP 8.1, Jetpack | ||
- { wp: 6.0.x, ms: 'no', jp: 'yes', php: '8.1', phpunit: '' } | ||
- { wp: 6.0.x, ms: 'yes', jp: 'yes', php: '8.1', phpunit: '' } | ||
- { wp: 6.1.x, ms: 'no', jp: 'yes', php: '8.1', phpunit: '' } | ||
- { wp: 6.1.x, ms: 'yes', jp: 'yes', php: '8.1', phpunit: '' } | ||
- { wp: 6.2.x, ms: 'no', jp: 'yes', php: '8.1', phpunit: '' } | ||
|
@@ -40,6 +38,8 @@ jobs: | |
- { wp: 6.4.x, ms: 'yes', jp: 'yes', php: '8.1', phpunit: '' } | ||
- { wp: 6.5.x, ms: 'no', jp: 'yes', php: '8.1', phpunit: '' } | ||
- { wp: 6.5.x, ms: 'yes', jp: 'yes', php: '8.1', phpunit: '' } | ||
- { wp: 6.6.x, ms: 'no', jp: 'yes', php: '8.1', phpunit: '' } | ||
- { wp: 6.6.x, ms: 'yes', jp: 'yes', php: '8.1', phpunit: '' } | ||
- { wp: latest, ms: 'no', jp: 'yes', php: '8.1', phpunit: '', coverage: 'yes' } | ||
- { wp: latest, ms: 'yes', jp: 'yes', php: '8.1', phpunit: '', coverage: 'yes' } | ||
- { wp: nightly, ms: 'no', jp: 'yes', php: '8.1', phpunit: '' } | ||
|
@@ -66,7 +66,7 @@ jobs: | |
MYSQL_DATABASE: wordpress_test | ||
steps: | ||
- name: Check out source code | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
submodules: recursive | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,13 +29,13 @@ jobs: | |
- javascript | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: Initialize CodeQL | ||
uses: github/codeql-action/init@v3.26.12 | ||
uses: github/codeql-action/init@v3.27.0 | ||
with: | ||
languages: ${{ matrix.language }} | ||
config-file: ./.github/codeql-config.yml | ||
|
||
- name: Perform CodeQL Analysis | ||
uses: github/codeql-action/analyze@v3.26.12 | ||
uses: github/codeql-action/analyze@v3.27.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,14 +42,14 @@ jobs: | |
echo "PHP_FPM_GID=$(id -g)" >> "${GITHUB_ENV}" | ||
- name: Checkout WordPress | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
repository: wordpress/wordpress-develop | ||
path: wordpress | ||
ref: ${{ steps.version.outputs.latest }} | ||
|
||
- name: Check out source code | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
submodules: recursive | ||
path: wordpress/src/wp-content/mu-plugins | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
MYSQL_DATABASE: wordpress_test | ||
steps: | ||
- name: Check out source code | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
submodules: recursive | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
github.com:443 | ||
- name: Check out the source code | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: Review dependencies | ||
uses: actions/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,19 +22,19 @@ jobs: | |
contents: write | ||
steps: | ||
- name: Check out the source code | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
submodules: recursive | ||
path: ${{ env.SOURCE_REPO_PATH }} | ||
|
||
- name: Check out Automattic/vip-go-mu-plugins-ext | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
repository: Automattic/vip-go-mu-plugins-ext | ||
path: ${{ env.EXT_REPO_PATH }} | ||
|
||
- name: Check out Automattic/vip-go-mu-plugins-built | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
repository: Automattic/vip-go-mu-plugins-built | ||
path: ${{ env.TARGET_REPO_PATH }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,7 +68,7 @@ jobs: | |
wordpress.org:443 | ||
|
||
- name: Check out repository code | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
submodules: true | ||
|
||
|
@@ -131,7 +131,7 @@ jobs: | |
egress-policy: audit | ||
|
||
- name: Check out repository code | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: Setup Node | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out source code | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: Set up PHP | ||
uses: shivammathur/[email protected] | ||
|
@@ -51,7 +51,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out source code | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
|
||
- name: Setup Node | ||
uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ jobs: | |
MYSQL_DATABASE: wordpress_test | ||
steps: | ||
- name: Check out source code | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
submodules: recursive | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
contents: write | ||
steps: | ||
- name: Check out source code | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
token: ${{ secrets.WPCOM_VIP_BOT_TOKEN }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
submodules: recursive | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.