Skip to content

Commit

Permalink
Update detekt to 1.23.6 (#61)
Browse files Browse the repository at this point in the history
Signed-off-by: Kshitij Patil <[email protected]>
  • Loading branch information
Kshitij09-sc authored Apr 15, 2024
1 parent e680fd1 commit dab510f
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.13.1

# https://github.com/detekt/detekt/releases
ARG DETEKT_VERSION="1.23.5"
ARG DETEKT_VERSION="1.23.6"
# https://github.com/reviewdog/reviewdog/releases
ARG REVIEWDOG_VERSION="0.14.2"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
ref: ${{ github.head_ref }}

- name: detekt
uses: alaegin/[email protected].5
uses: alaegin/[email protected].6
with:
github_token: ${{ secrets.github_token }}
detekt_config: detekt-config.yml # Change config path
Expand Down

0 comments on commit dab510f

Please sign in to comment.