Skip to content

Commit

Permalink
chore(release): 1.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrelalanne committed Feb 23, 2023
1 parent b491542 commit 7351fbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion actions/iac/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ branding:
color: 'blue'
runs:
using: 'docker'
image: 'docker://gitguardian/ggshield:unstable'
image: 'docker://gitguardian/ggshield:v1.14.4'
entrypoint: '/app/docker/actions-iac-entrypoint.sh'
args:
- ${{ inputs.args }}
2 changes: 1 addition & 1 deletion actions/secret/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ inputs:

runs:
using: 'docker'
image: 'docker://gitguardian/ggshield:unstable'
image: 'docker://gitguardian/ggshield:v1.14.4'
entrypoint: '/app/docker/actions-secret-entrypoint.sh'
args:
- ${{ inputs.args }}
2 changes: 1 addition & 1 deletion ggshield/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.14.3"
__version__ = "1.14.4"

0 comments on commit 7351fbf

Please sign in to comment.