Skip to content

Commit

Permalink
Merge pull request #5581 from Automattic/develop
Browse files Browse the repository at this point in the history
Staging release v20230514.1
  • Loading branch information
WPprodigy committed May 14, 2024
2 parents 14b2e98 + d122025 commit f7e9de8
Show file tree
Hide file tree
Showing 26 changed files with 921 additions and 905 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog-summary-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: softprops/action-gh-release@v2.0.4
- uses: softprops/action-gh-release@v2.0.5
with:
generate_release_notes: true
tag_name: ${{ steps.id-generator.outputs.id }}
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.5

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

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3.25.3
uses: github/codeql-action/analyze@v3.25.5

0 comments on commit f7e9de8

Please sign in to comment.