From c9dd77627ecb31ae18c4916372101957d2869f09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 09:26:26 +0000 Subject: [PATCH] chore(deps): bump sigstore/gh-action-sigstore-python from 3.3.0 to 3.5.0 Bumps [sigstore/gh-action-sigstore-python](https://github.com/sigstore/gh-action-sigstore-python) from 3.3.0 to 3.5.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/v3.3.0...v3.5.0) --- updated-dependencies: - dependency-name: sigstore/gh-action-sigstore-python dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-ghidra.yml | 2 +- .github/workflows/publish-pypi.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-ghidra.yml b/.github/workflows/publish-ghidra.yml index c52073da..7da21e6f 100644 --- a/.github/workflows/publish-ghidra.yml +++ b/.github/workflows/publish-ghidra.yml @@ -62,7 +62,7 @@ jobs: merge-multiple: true - name: Sign the dists with Sigstore - uses: sigstore/gh-action-sigstore-python@v3.3.0 + uses: sigstore/gh-action-sigstore-python@v3.5.0 with: inputs: >- ./dist/*.zip diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index a7f07ef1..c9a60514 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -108,7 +108,7 @@ jobs: path: dist/ - name: Sign distributions with Sigstore - uses: sigstore/gh-action-sigstore-python@v3.3.0 + uses: sigstore/gh-action-sigstore-python@v3.5.0 with: inputs: >- ./dist/*.tar.gz