wrapper-validation-action icon indicating copy to clipboard operation
wrapper-validation-action copied to clipboard

Gradle Wrapper Validation Action

Results 30 wrapper-validation-action issues
Sort by recently updated
recently updated
newest added

I would like to use this with similar parameters to `gradle-build-action` so that it can run in a subdirectory: https://github.com/gradle/gradle-build-action#gradle-build-located-in-a-subdirectory. Right now, from the readme, I don't see a way...

There's few vulnerabilities has been fixed since last version. Is there anything new version has not been published?

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

**Summary** This will keep stuff like `- uses: actions/checkout@v2` updated (v3 is latest) in Github Actions, e.g. in the [CI Action](https://github.com/gradle/wrapper-validation-action/blob/master/.github/workflows/ci.yml#L13) > Actions are often updated with bug fixes and...

We've had a few reports of a failure to verify valid wrappers: https://github.com/jMonkeyEngine/jmonkeyengine/runs/5841232153 > ✗ Found unknown Gradle Wrapper JAR files: > e996d452d2645e70c01c11143ca2d3742734a28da2bf61f25c82bdc288c9e637 gradle/wrapper/gradle-wrapper.jar This is a valid wrapper checksum....

Not all OS Projects are using GitHub and have the benefit of using GitHub Actions. With this changes the Wrapper-Validation-Action is executable on its own. It will use command line...

Example runs: https://github.com/square/anvil/pull/266/checks?check_run_id=2589215352 https://github.com/square/anvil/pull/266/checks?check_run_id=2589215611 I've seen this flakey behavior happen somewhat often in the past few weeks, not sure what else is going on so filing this as an FYI.

I randomly get the following error using v1: `Error: Request timeout: /distributions/gradle-6.8-rc-4-wrapper.jar.sha256` I currently use 7.1.1 and never used 6.80-rc-4

If this action is run and a user forgets to add the `- uses: actions/checkout@v2` they get this uninformative error: ``` Run gradle/wrapper-validation-action@v1 with: wrapper-directory: gradle/wrapper gradle-executable: gradlew allow-snapshots: true...

good first issue

Validate `gradle/wrapper/gradle-wrapper.properties`: 1) Assume `distributionUrl` points to a canonical Gradle location. If the link is not listed in https://services.gradle.org/versions/all, then fail the validation. 2) For those who want a customized...