cashapp / licensee

Gradle plugin which validates the licenses of your dependency graph match what you expect
https://cashapp.github.io/licensee/docs/1.x/
Apache License 2.0
626 stars 29 forks source link

Move Gradle wrapper validator action to own workflow #156

Closed JakeWharton closed 1 year ago

JakeWharton commented 1 year ago

It fails too much and the wrapper almost never changes. New rule: Renovate is the only one who is allowed to bump Gradle (because we generally trust it) and this action will only run on those PRs.

Closes #150

JakeWharton commented 1 year ago

Yep. The validation action could check the github.actor and fail if it's anyone but renovate.