diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 373ba0286..7215d9fb8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1184,7 +1184,7 @@ jobs: path: unsigned/*.exe - name: Submit to SignPath for signing - uses: signpath/github-action-submit-signing-request@b9d91eadd323de506c0c81cf0c7fe7438f3360fd # v2.2 + uses: signpath/github-action-submit-signing-request@c92b958760219087e01f8d67a1669ed57afe2627 # v2.3 with: api-token: '${{ secrets.SIGNPATH_API_TOKEN }}' organization-id: '84efd51b-c11c-4a85-82e6-7c3b1157d7ca' diff --git a/.github/workflows/retry-sign-release.yml b/.github/workflows/retry-sign-release.yml index a17626596..b18a6bcb4 100644 --- a/.github/workflows/retry-sign-release.yml +++ b/.github/workflows/retry-sign-release.yml @@ -60,7 +60,7 @@ jobs: path: unsigned/*.exe - name: Submit to SignPath for signing - uses: signpath/github-action-submit-signing-request@b9d91eadd323de506c0c81cf0c7fe7438f3360fd # v2.2 + uses: signpath/github-action-submit-signing-request@c92b958760219087e01f8d67a1669ed57afe2627 # v2.3 with: api-token: '${{ secrets.SIGNPATH_API_TOKEN }}' organization-id: '84efd51b-c11c-4a85-82e6-7c3b1157d7ca'