From a94eb9f4d661153d94a9c59bcce7ab17dac2a644 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 09:33:25 +0000 Subject: [PATCH] patch: update tools versions --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c19725d..7e4c267 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ set -e PMD_RELEASE="https://github.com/pmd/pmd/releases/download/pmd_releases/6.55.0/pmd-bin-6.55.0.zip" -CHECKSTYLE_RELEASE="https://github.com/checkstyle/checkstyle/releases/download/checkstyle-10.16.0/checkstyle-10.16.0-all.jar" +CHECKSTYLE_RELEASE="https://github.com/checkstyle/checkstyle/releases/download/checkstyle-10.17.0/checkstyle-10.17.0-all.jar" apt-get update && apt-get install --no-install-recommends -y ca-certificates wget unzip curl bash jq