Skip to content

Commit

Permalink
Release 1.14.2 (#17)
Browse files Browse the repository at this point in the history
- update detekt to 1.14.2
  • Loading branch information
Alexey Egin authored Nov 10, 2020
1 parent e319d3d commit de8704e
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.14.1"
ENV DETEKT_VERSION "1.14.2"

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.14.1
uses: DominuS-RU/Detekt-Action@v1.14.2
with:
github_token: ${{ secrets.github_token }}
detekt_config: detekt-config.yml # Change config path
Expand Down

0 comments on commit de8704e

Please sign in to comment.