Skip to content

Commit

Permalink
Migrate Gradle wrapper validation action. (#66602)
Browse files Browse the repository at this point in the history
* Migrate Gradel wrapper validation action.

The `gradle/wrapper-validation-action` has been migrated to `gradle/actions/wrapper-validation`.

Read more: https://github.com/gradle/actions/blob/main/docs/deprecation-upgrade-guide.md#the-action-gradlewrapper-validation-action-has-been-replaced-by-gradleactionswrapper-validation.

* FIx botched merge.

* Update gradle/actions version.

---------

Co-authored-by: desrosj <desrosj@git.wordpress.org>
  • Loading branch information
desrosj and desrosj authored Nov 21, 2024
1 parent 0c32e9e commit e0d5ee6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ jobs:
name: 'Validation'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
show-progress: ${{ runner.debug == '1' && 'true' || 'false' }}
- uses: gradle/wrapper-validation-action@v3
- name: Validate checksums
uses: gradle/actions/wrapper-validation@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 # v4.2.1

1 comment on commit e0d5ee6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in e0d5ee6.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/11958539685
📝 Reported issues:

Please sign in to comment.