Skip to content

Commit

Permalink
Release 1.14.0 (#15)
Browse files Browse the repository at this point in the history
- update detekt to 1.14.0
  • Loading branch information
Alexey Egin authored Sep 27, 2020
1 parent 4444b8c commit 8ca38f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.12

# https://github.com/detekt/detekt/releases
ENV DETEKT_VERSION "1.13.1"
ENV DETEKT_VERSION "1.14.0"

RUN apk --no-cache --update add git curl openjdk11 \
&& rm -rf /var/cache/apk/*
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
ref: ${{ github.head_ref }}

- name: detekt
uses: DominuS-RU/Detekt-Action@v1.13.1.1
uses: DominuS-RU/Detekt-Action@v1.14.0
with:
github_token: ${{ secrets.github_token }}
detekt_config: detekt-config.yml # Change config path
Expand Down

0 comments on commit 8ca38f7

Please sign in to comment.