diff --git a/Dockerfile b/Dockerfile index cb8eb54..6b10ca0 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.3" +ARG DETEKT_VERSION="1.23.4" # https://github.com/reviewdog/reviewdog/releases ARG REVIEWDOG_VERSION="0.14.2" diff --git a/README.md b/README.md index 1214df5..bd60db4 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ jobs: ref: ${{ github.head_ref }} - name: detekt - uses: alaegin/Detekt-Action@v1.23.3 + uses: alaegin/Detekt-Action@v1.23.4 with: github_token: ${{ secrets.github_token }} detekt_config: detekt-config.yml # Change config path