actions-marketplace-validations/Update Gradle Wrapper Action

Keeps Gradle Wrapper script in your projects up-to-date

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit May 25, 2026
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/gradle-update_update-gradle-wrapper-action@d8362b03d4ae1e108a52bd78a289fb4830ebf9ba # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
repo-tokenAccess token for the repository, e.g. `{{ secrets.GITHUB_TOKEN }}`.no${{ github.token }}
reviewersList of users to request a review from (comma or newline-separated).no""
team-reviewersList of teams to request a review from (comma or newline-separated).no""
labelsList of labels to set on the Pull Request (comma or newline-separated).no""
base-branchBase branch where the action will run and update the Gradle Wrapper.no
target-branchBranch to create the Pull Request against.no
set-distribution-checksumWhether to set the `distributionSha256Sum` property in `gradle-wrapper.properties`.notrue
distributions-base-urlUse a custom base url to download the distributions file.no""
pathsList of paths where to search for Gradle Wrapper files (comma or newline-separated).no""
paths-ignoreList of paths to be excluded when searching for Gradle Wrapper files (comma or newline-separated).no""
release-channelGradle release channel to be used (either `stable` or `release-candidate`).nostable
merge-methodWhich merge method to use for auto-merge (either `MERGE`, `REBASE`, or `SQUASH`). If unset, auto-merge will not be enabled on opened PRs.no
pr-title-templateTemplate used for PR title. Use %sourceVersion% and %targetVersion% to refer to the source and target versions of the Gradle Wrapper. There are cases in which the source version of the Gradle Wrapper can not be determined successfully. In such cases, the string 'undefined' will be used to replace the source version placeholder. noUpdate Gradle Wrapper from %sourceVersion% to %targetVersion%
pr-message-templateTemplate used for PR description. Use %sourceVersion% and %targetVersion% to refer to the source and target versions of the Gradle Wrapper. There are cases in which the source version of the Gradle Wrapper can not be determined successfully. In such cases, the string 'undefined' will be used to replace the source version placeholder. no""
commit-message-templateTemplate used for commit message. Use %sourceVersion% and %targetVersion% to refer to the source and target versions of the Gradle Wrapper. There are cases in which the source version of the Gradle Wrapper can not be determined successfully. In such cases, the string 'undefined' will be used to replace the source version placeholder. noUpdate Gradle Wrapper from %sourceVersion% to %targetVersion%

no outputs