From b775c373a361f139c82ead2c58c50b3c6b797df5 Mon Sep 17 00:00:00 2001 From: Sam Wolfand Date: Sun, 30 Oct 2022 02:42:50 -0700 Subject: [PATCH] v1.22.0-RC2 (#44) * Update Dockerfile * Update readme Co-authored-by: Alexey Egin --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ba7cd86..af11d3d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.13.1 # https://github.com/detekt/detekt/releases -ARG DETEKT_VERSION="1.21.0-RC2" +ARG DETEKT_VERSION="1.22.0-RC2" # https://github.com/reviewdog/reviewdog/releases ARG REVIEWDOG_VERSION="0.14.1" diff --git a/README.md b/README.md index bf6380f..0f2a755 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ jobs: ref: ${{ github.head_ref }} - name: detekt - uses: alaegin/Detekt-Action@v1.21.0-RC2 + uses: alaegin/Detekt-Action@v1.22.0-RC2 with: github_token: ${{ secrets.github_token }} detekt_config: detekt-config.yml # Change config path