Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for release 1.23.3. #58

Merged
merged 1 commit into from
Nov 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.23.1/detekt-cli-1.23.1-all.jar /usr/local/bin/detekt-cli-all.jar
ADD https://github.com/detekt/detekt/releases/download/v1.23.3/detekt-cli-1.23.3-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/[email protected].1
uses: natiginfo/[email protected].3
```
## 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/[email protected].1
uses: natiginfo/[email protected].3
with:
args: --fail-fast --config detekt.yml
```
Expand Down
Loading