From a3eaa49b6096a21a22e2b5fcce9e0a274fb5eb29 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 09:13:48 +0200 Subject: [PATCH] chore(deps): update reviewdog to 0.20.2 (#244) Co-authored-by: dbelyaev <6915328+dbelyaev@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 90fcf10..0e48f88 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM eclipse-temurin:21.0.4_7-jre-alpine@sha256:8cc1202a100e72f6e91bf05ab274b373a5def789ab6d9e3e293a61236662ac27 -ENV REVIEWDOG_VERSION=v0.20.1 +ENV REVIEWDOG_VERSION=v0.20.2 ENV CHECKSTYLE_VERSION=10.18.1 SHELL ["/bin/ash", "-eo", "pipefail", "-c"]