Skip to content

Commit

Permalink
Prepare for release 1.23.0. (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Action <action@github.com>
  • Loading branch information
natiginfo and actions-user authored Jun 17, 2023
1 parent 6587a98 commit 9d52368
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM openjdk:jre-slim

ADD https://github.com/detekt/detekt/releases/download/v1.22.0/detekt-cli-1.22.0-all.jar /usr/local/bin/detekt-cli-all.jar
ADD https://github.com/detekt/detekt/releases/download/v1.23.0/detekt-cli-1.23.0-all.jar /usr/local/bin/detekt-cli-all.jar
RUN chmod +x /usr/local/bin/detekt-cli-all.jar
RUN cd $GITHUB_WORKSPACE

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
uses: actions/checkout@v2
- name: "detekt"
uses: natiginfo/action-detekt-all@1.22.0
uses: natiginfo/action-detekt-all@1.23.0
```
## Usage with [CLI parameters](https://detekt.github.io/detekt/cli.html#use-the-cli)

Expand All @@ -43,7 +43,7 @@ on:
uses: actions/checkout@v2
- name: "detekt"
uses: natiginfo/action-detekt-all@1.22.0
uses: natiginfo/action-detekt-all@1.23.0
with:
args: --fail-fast --config detekt.yml
```
Expand Down

0 comments on commit 9d52368

Please sign in to comment.