Skip to content

Push Behaviour Change & Using PMD Latest

Compare
Choose a tag to compare
@Clint-Chester Clint-Chester released this 14 Aug 05:20
· 9 commits to main since this release
e208795

Two major updates as part of this release:

  • The push event behaviour is now changed (breaking change if you relied on how the push events were working when not analysing all code) so that it will compare the commit before a push to the last commit after to push. From a file diff perspective I'd say this makes more sense in comparison to the existing logic of comparing the latest commit on two different branches. This also means that we can make use of the SARIF uploader to get comments for pull request diffs.
  • The ability to specify latest as the PMD version you'd like so you can pull straight from the PMD releases. This resolves #3