From ba23600df4adf1beb1fad8c1145194ab0e8095cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 07:55:27 +0000 Subject: [PATCH] ci(deps): bump signpath/github-action-submit-signing-request Bumps [signpath/github-action-submit-signing-request](https://github.com/signpath/github-action-submit-signing-request) from 1.3 to 2.3. - [Release notes](https://github.com/signpath/github-action-submit-signing-request/releases) - [Commits](https://github.com/signpath/github-action-submit-signing-request/compare/ced31329c0317e779dad2eec2a7c3bb46ea1343e...c92b958760219087e01f8d67a1669ed57afe2627) --- updated-dependencies: - dependency-name: signpath/github-action-submit-signing-request dependency-version: '2.3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/beta-release.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beta-release.yml b/.github/workflows/beta-release.yml index cb711eb..1a4d71e 100644 --- a/.github/workflows/beta-release.yml +++ b/.github/workflows/beta-release.yml @@ -275,7 +275,7 @@ jobs: - name: Sign Windows binaries (SignPath) if: ${{ steps.signing.outputs.enabled == 'true' }} - uses: signpath/github-action-submit-signing-request@ced31329c0317e779dad2eec2a7c3bb46ea1343e # v1 + uses: signpath/github-action-submit-signing-request@c92b958760219087e01f8d67a1669ed57afe2627 # v2.3 with: api-token: ${{ secrets.SIGNPATH_API_TOKEN }} organization-id: '5c4d4e48-c428-4e10-ab07-8db7f46cbec9' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 55c1799..fe55181 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -273,7 +273,7 @@ jobs: - name: Sign Windows binaries (SignPath) if: ${{ steps.signing.outputs.enabled == 'true' }} - uses: signpath/github-action-submit-signing-request@ced31329c0317e779dad2eec2a7c3bb46ea1343e # v1 + uses: signpath/github-action-submit-signing-request@c92b958760219087e01f8d67a1669ed57afe2627 # v2.3 with: api-token: ${{ secrets.SIGNPATH_API_TOKEN }} organization-id: '5c4d4e48-c428-4e10-ab07-8db7f46cbec9'