Skip to content

Commit 87a2dd9

Browse files
author
Kevin Westphal
committed
chore(release): 1.50.2
1 parent c389616 commit 87a2dd9

4 files changed

Lines changed: 10 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
<a id='changelog-1.50.2'></a>
4+
5+
## 1.50.2 — 2026-04-29
6+
7+
### Fixed
8+
9+
- Fixed `uv tool install ggshield` resolution by requiring sigstore 4, avoiding sigstore 3's transitive pre-release dependency on `betterproto`.
10+
311
<a id='changelog-1.50.1'></a>
412

513
## 1.50.1 — 2026-04-29

actions/secret/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ inputs:
1616

1717
runs:
1818
using: 'docker'
19-
image: 'docker://gitguardian/ggshield:v1.50.1'
19+
image: 'docker://gitguardian/ggshield:v1.50.2'
2020
entrypoint: '/app/docker/actions-secret-entrypoint.sh'
2121
args:
2222
- ${{ inputs.args }}

changelog.d/20260429_093600_fix_sigstore_uv_install.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

ggshield/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.50.1"
1+
__version__ = "1.50.2"

0 commit comments

Comments
 (0)