Skip to content

Commit

Permalink
parent c41d319 (#71)
Browse files Browse the repository at this point in the history
author Alexey Egin <10329086+alaegin@users.noreply.github.com> 1698960481 +0200
committer yunusmete <yunus.mete@polestar.com> 1731939392 +0100

Update README.md

Update .gitignore

Update .gitignore

Bump Detekt version to 1.23.7

Revert .gitignore

Revert .gitignore

Update reviewdog (#65)

Co-authored-by: Alexey Egin <10329086+alaegin@users.noreply.github.com>
  • Loading branch information
yunusmete and alaegin authored Dec 20, 2024
1 parent 296223a commit b43f1c9
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.6"
ARG DETEKT_VERSION="1.23.7"
# https://github.com/reviewdog/reviewdog/releases
ARG REVIEWDOG_VERSION="0.17.4"

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

0 comments on commit b43f1c9

Please sign in to comment.