Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamacku committed Jul 13, 2022
1 parent 6bb8489 commit 531789d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
* More customization - whitelisting and blacklisting of error codes and scripts
* And more...

## v2.3.0

* Use pre-build containers to improve performance of action

## v2.2.0

* Added option to run in debug mode - more verbose output
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ outputs:

runs:
using: docker
image: docker://ghcr.io/differential-shellcheck/differential-shellcheck:v2.2.0
image: docker://ghcr.io/differential-shellcheck/differential-shellcheck:v2.3.0
env:
INPUT_IGNORED_CODES: ${{ inputs.ignored-codes }}
INPUT_SHELL_SCRIPTS: ${{ inputs.shell-scripts }}

0 comments on commit 531789d

Please sign in to comment.