diff --git a/Dockerfile b/Dockerfile index ac40db5..4b8213d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.12 # https://github.com/detekt/detekt/releases -ENV DETEKT_VERSION "1.14.0" +ENV DETEKT_VERSION "1.14.1" RUN apk --no-cache --update add git curl openjdk11 \ && rm -rf /var/cache/apk/* diff --git a/README.md b/README.md index 704d677..c8f1a71 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ jobs: ref: ${{ github.head_ref }} - name: detekt - uses: DominuS-RU/Detekt-Action@v1.14.0 + uses: DominuS-RU/Detekt-Action@v1.14.1 with: github_token: ${{ secrets.github_token }} detekt_config: detekt-config.yml # Change config path