From da71436cc91eefad0ec165a163a2335899532a06 Mon Sep 17 00:00:00 2001 From: Alexey Egin Date: Sat, 22 Aug 2020 13:33:49 +0300 Subject: [PATCH] Update detekt to 1.12.0-RC1 (#9) * Update detekt to 1.12.0-RC1 * Update README.md --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 29b6b4c..a371c64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.11 # https://github.com/detekt/detekt/releases -ENV DETEKT_VERSION "1.11.2" +ENV DETEKT_VERSION "1.12.0-RC1" RUN apk --no-cache --update add git curl openjdk11 \ && rm -rf /var/cache/apk/* diff --git a/README.md b/README.md index 69b4c99..07e3f52 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ jobs: ref: ${{ github.head_ref }} - name: detekt - uses: DominuS-RU/Detekt-Action@v1.11.2 + uses: DominuS-RU/Detekt-Action@v1.12.0-RC1 with: github_token: ${{ secrets.github_token }} detekt_config: detekt-config.yml # Change config path