From 27ba57d78b9228318f7cec7e9d23719624a67dd3 Mon Sep 17 00:00:00 2001 From: Alexey Egin Date: Wed, 26 Aug 2020 10:15:23 +0300 Subject: [PATCH] Update detekt to 1.12.0 (#10) --- Dockerfile | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a371c64..7d410a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM alpine:3.11 +FROM alpine:3.12 # https://github.com/detekt/detekt/releases -ENV DETEKT_VERSION "1.12.0-RC1" +ENV DETEKT_VERSION "1.12.0" RUN apk --no-cache --update add git curl openjdk11 \ && rm -rf /var/cache/apk/* diff --git a/README.md b/README.md index 07e3f52..61cce53 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ jobs: ref: ${{ github.head_ref }} - name: detekt - uses: DominuS-RU/Detekt-Action@v1.12.0-RC1 + uses: DominuS-RU/Detekt-Action@v1.12.0 with: github_token: ${{ secrets.github_token }} detekt_config: detekt-config.yml # Change config path