diff --git a/Dockerfile b/Dockerfile index 6b10ca0..12055c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.13.1 # https://github.com/detekt/detekt/releases -ARG DETEKT_VERSION="1.23.4" +ARG DETEKT_VERSION="1.23.5" # https://github.com/reviewdog/reviewdog/releases ARG REVIEWDOG_VERSION="0.14.2" diff --git a/README.md b/README.md index bd60db4..2d6d42a 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ jobs: ref: ${{ github.head_ref }} - name: detekt - uses: alaegin/Detekt-Action@v1.23.4 + uses: alaegin/Detekt-Action@v1.23.5 with: github_token: ${{ secrets.github_token }} detekt_config: detekt-config.yml # Change config path