Skip to content

Commit

Permalink
Update detekt to 1.12.0 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Egin authored Aug 26, 2020
1 parent da71436 commit 27ba57d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.11
FROM alpine:3.12

# https://github.com/detekt/detekt/releases
ENV DETEKT_VERSION "1.12.0-RC1"
ENV DETEKT_VERSION "1.12.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.12.0-RC1
uses: DominuS-RU/Detekt-Action@v1.12.0
with:
github_token: ${{ secrets.github_token }}
detekt_config: detekt-config.yml # Change config path
Expand Down

0 comments on commit 27ba57d

Please sign in to comment.