Skip to content

Commit

Permalink
chore(release): 1.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Walz committed Jul 27, 2023
1 parent 91193ed commit 0b33773
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 44 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

<a id='changelog-1.17.3'></a>

## 1.17.3 — 2023-07-27

### Fixed

- Pin PyYAML>=6.0.1 to fix building (see https://github.com/yaml/pyyaml/pull/702)

<a id='changelog-1.17.2'></a>

## 1.17.2 — 2023-06-28
Expand Down
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:v1.17.2'
image: 'docker://gitguardian/ggshield:v1.17.3'
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:v1.17.2'
image: 'docker://gitguardian/ggshield:v1.17.3'
entrypoint: '/app/docker/actions-secret-entrypoint.sh'
args:
- ${{ inputs.args }}

This file was deleted.

2 changes: 1 addition & 1 deletion ggshield/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.17.2"
__version__ = "1.17.3"

0 comments on commit 0b33773

Please sign in to comment.