From de8704ececde843f88deafc9ae3ce7ecdc40b408 Mon Sep 17 00:00:00 2001 From: Alexey Egin Date: Tue, 10 Nov 2020 23:15:16 +0300 Subject: [PATCH] Release 1.14.2 (#17) - update detekt to 1.14.2 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4b8213d..889ffb3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.12 # https://github.com/detekt/detekt/releases -ENV DETEKT_VERSION "1.14.1" +ENV DETEKT_VERSION "1.14.2" RUN apk --no-cache --update add git curl openjdk11 \ && rm -rf /var/cache/apk/* diff --git a/README.md b/README.md index c8f1a71..c3d32e5 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ jobs: ref: ${{ github.head_ref }} - name: detekt - uses: DominuS-RU/Detekt-Action@v1.14.1 + uses: DominuS-RU/Detekt-Action@v1.14.2 with: github_token: ${{ secrets.github_token }} detekt_config: detekt-config.yml # Change config path