Skip to content

Commit 056e190

Browse files
authored
Merge pull request #5598 from Automattic/staging
Production release v20230521.0
2 parents 1c531bc + e2d38c0 commit 056e190

26 files changed

+917
-906
lines changed

.github/workflows/changelog-summary-prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
env:
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5252

53-
- uses: softprops/[email protected].4
53+
- uses: softprops/[email protected].5
5454
with:
5555
generate_release_notes: true
5656
tag_name: ${{ steps.id-generator.outputs.id }}

.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].3
35+
uses: github/codeql-action/[email protected].5
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].3
41+
uses: github/codeql-action/[email protected].5

.gitmodules

-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
[submodule "http-concat"]
88
path = http-concat
99
url = https://github.com/Automattic/nginx-http-concat.git
10-
[submodule "shared-plugins/jetpack-force-2fa"]
11-
path = shared-plugins/jetpack-force-2fa
12-
url = https://github.com/Automattic/jetpack-force-2fa.git
1310
[submodule "lightweight-term-count-update"]
1411
path = lightweight-term-count-update
1512
url = https://github.com/Automattic/lightweight-term-count-update

0 commit comments

Comments
 (0)