Skip to content

Commit 0babcc5

Browse files
chore(deps): update default checkstyle to 12.1.1 (#403)
* chore(deps): update default checkstyle to 12.1.1 * chore(deps): adjust tests * chore(deps): adjust version to full semver on checkstyle --------- Co-authored-by: dbelyaev <6915328+dbelyaev@users.noreply.github.com>
1 parent 7726db1 commit 0babcc5

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.github/workflows/test-versions.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,21 @@ jobs:
4646
github_token: ${{ secrets.github_token }}
4747
workdir: ./testdata/java/
4848
checkstyle_version: "10.0"
49+
50+
test-custom-checkstyle-version-11:
51+
if: github.event_name == 'pull_request'
52+
name: runner / checkstyle (v11.0.0)
53+
runs-on: ubuntu-latest
54+
55+
steps:
56+
- name: Harden Runner
57+
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
58+
with:
59+
egress-policy: audit
60+
61+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
62+
- uses: ./
63+
with:
64+
github_token: ${{ secrets.github_token }}
65+
workdir: ./testdata/java/
66+
checkstyle_version: "11.0.0"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM eclipse-temurin:25-jre-alpine@sha256:bf9c91071c4f90afebb31d735f111735975d6fe2b668a82339f8204202203621
22

33
ENV REVIEWDOG_VERSION=v0.21.0
4-
ENV CHECKSTYLE_VERSION=11.0.1
4+
ENV CHECKSTYLE_VERSION=12.1.1
55

66
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
77

0 commit comments

Comments
 (0)