chains-project / maven-lockfile

Lockfiles for Maven. Pin your dependencies. Build with integrity.
MIT License
30 stars 9 forks source link

feat: trigger github action on changed lockfile.json #883

Open LogFlames opened 6 days ago

LogFlames commented 6 days ago

The github action would only trigger when the pom.xml was changed. If someone makes a PR where the lockfile.json is changed but the pom stays the same. The maven-lockfile github action would not trigger and a faulty lockfile might accidentally get commited. Someone could for example modify a checksum thus enabeling tampered dependencies to pass a verify check later.

Se #881