diff --git a/Dockerfile b/Dockerfile index af11d3d..2819f93 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.13.1 # https://github.com/detekt/detekt/releases -ARG DETEKT_VERSION="1.22.0-RC2" +ARG DETEKT_VERSION="1.22.0-RC3" # https://github.com/reviewdog/reviewdog/releases ARG REVIEWDOG_VERSION="0.14.1" diff --git a/README.md b/README.md index 0f2a755..b85e334 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ jobs: ref: ${{ github.head_ref }} - name: detekt - uses: alaegin/Detekt-Action@v1.22.0-RC2 + uses: alaegin/Detekt-Action@v1.22.0-RC3 with: github_token: ${{ secrets.github_token }} detekt_config: detekt-config.yml # Change config path