From bd0c9fb1590d1e76e1e8fc379bd4ad2474bb233c Mon Sep 17 00:00:00 2001 From: Ulf Sauer Date: Tue, 31 Aug 2021 15:40:24 +0200 Subject: [PATCH] Update detekt to 1.18.1 (#27) --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 235628e..4ea0b2c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.13.1 # https://github.com/detekt/detekt/releases -ARG DETEKT_VERSION="1.16.0" +ARG DETEKT_VERSION="1.18.1" # https://github.com/reviewdog/reviewdog/releases ARG REVIEWDOG_VERSION="0.11.0" diff --git a/README.md b/README.md index 0d3ef56..26e3166 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ jobs: ref: ${{ github.head_ref }} - name: detekt - uses: DominuS-RU/Detekt-Action@v1.16.0 + uses: alaegin/Detekt-Action@v1.18.1 with: github_token: ${{ secrets.github_token }} detekt_config: detekt-config.yml # Change config path