Skip to content

Commit

Permalink
Release 1.15.0 (#19)
Browse files Browse the repository at this point in the history
- update detekt to 1.15.0
  • Loading branch information
Alexey Egin authored Dec 20, 2020
1 parent ba4c93b commit 2359150
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.15.0-RC2"
ENV DETEKT_VERSION "1.15.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.15.0-RC2
uses: DominuS-RU/Detekt-Action@v1.15.0
with:
github_token: ${{ secrets.github_token }}
detekt_config: detekt-config.yml # Change config path
Expand Down

0 comments on commit 2359150

Please sign in to comment.