AlexIIL / LibMultiPart

Mozilla Public License 2.0
30 stars 3 forks source link

Add gradle wrapper validation github workflow #40

Closed Kneelawk closed 2 years ago

Kneelawk commented 2 years ago

This PR

This PR adds a github workflow to perform validation on the gradle wrapper jar binary in the repository. This makes sure that when someone updates the gradle wrapper version, everyone can be certain that the new jar binary is not malicious.

See: https://github.com/marketplace/actions/gradle-wrapper-validation

AlexIIL commented 2 years ago

Seems sensible enough :p