From 1d95f8e5d592e7ebeb2492d101a95a45291d644b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 23:55:13 +0000 Subject: [PATCH] build(deps): bump sigstore/gh-action-sigstore-python from 3.0.1 to 3.3.0 Bumps [sigstore/gh-action-sigstore-python](https://github.com/sigstore/gh-action-sigstore-python) from 3.0.1 to 3.3.0. - [Release notes](https://github.com/sigstore/gh-action-sigstore-python/releases) - [Changelog](https://github.com/sigstore/gh-action-sigstore-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/sigstore/gh-action-sigstore-python/compare/f7ad0af51a5648d09a20d00370f0a91c3bdf8f84...04cffa1d795717b140764e8b640de88853c92acc) --- updated-dependencies: - dependency-name: sigstore/gh-action-sigstore-python dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- .github/workflows/sign-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 59b5e8b8..4a8936dd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -154,7 +154,7 @@ jobs: - name: Sign wheel + sdist with Sigstore (keyless) # sigstore/gh-action-sigstore-python v3.0.0 - uses: sigstore/gh-action-sigstore-python@f7ad0af51a5648d09a20d00370f0a91c3bdf8f84 + uses: sigstore/gh-action-sigstore-python@04cffa1d795717b140764e8b640de88853c92acc with: inputs: | dist/*.whl diff --git a/.github/workflows/sign-release.yml b/.github/workflows/sign-release.yml index 40cc05f7..f694118c 100644 --- a/.github/workflows/sign-release.yml +++ b/.github/workflows/sign-release.yml @@ -56,7 +56,7 @@ jobs: - name: Sign artifacts with Sigstore (keyless) # sigstore/gh-action-sigstore-python v3.0.0 - uses: sigstore/gh-action-sigstore-python@f7ad0af51a5648d09a20d00370f0a91c3bdf8f84 + uses: sigstore/gh-action-sigstore-python@04cffa1d795717b140764e8b640de88853c92acc with: inputs: | dist/*.whl