Releases: dbelyaev/action-checkstyle
Release v0.8.3
v0.8.3: PR #31 - apply patches and fixes from similar actions
Release v0.8.2
v0.8.2: PR #30 - clean-up docs
Release v0.8.1
v0.8.1: PR #29 - bump default Checkstyle version to 10.12.1 and clean-up docs a little
Release v0.8.0
v0.8.0: PR #28 - chore(deps): update reviewdog to 0.14.2
Release v0.7.5
v0.7.5: PR #27 - chore(deps): update peter-evans/create-pull-request action to v5
Release v0.7.4
v0.7.4: PR #26 - update docs
Release v0.7.3
v0.7.3: PR #25 - bump default used checkstyle version
Release v0.7.2
v0.7.2: PR #22 - chore(deps): update actions/checkout action to v3
Release v0.7.1
v0.7.1: PR #23 - chore(deps): update peter-evans/create-pull-request action to v4
Release v0.7.0
v0.7.0: PR #21 - switch default JDK used in container image to the Alpine with OpenJDK 17 LTS
Starting from version v10.x Checkstyle needs to use JRE of version 11 or above (https://checkstyle.org/#JRE_and_JDK) this action gives the user possibility to define which version of Checkstyle will be used we need to support versions v10.x and above, thus default JDK has been bumped to the OpenJDK v17 LTS.