diff --git a/.github/workflows/lf-build-windows-x86_64.yml b/.github/workflows/lf-build-windows-x86_64.yml index 26ae6f3e..488ec66a 100644 --- a/.github/workflows/lf-build-windows-x86_64.yml +++ b/.github/workflows/lf-build-windows-x86_64.yml @@ -101,7 +101,7 @@ jobs: # https://github.com/SignPath/github-actions/tree/main/actions/submit-signing-request # https://about.signpath.io/documentation/trusted-build-systems/github - name: 'Sign the compiled plugins' - uses: 'signpath/github-action-submit-signing-request@4f13d373e8f0cd8d3c0465ff4877feff27aed2ae' # v1.2 + uses: 'signpath/github-action-submit-signing-request@ced31329c0317e779dad2eec2a7c3bb46ea1343e' # v1.3 with: api-token: '${{ secrets.SIGNPATH_API_TOKEN }}' organization-id: '35067665-5434-42c5-9fa2-4c750069f161' @@ -151,7 +151,7 @@ jobs: name: "lfmp-${{ env.LFMP_VERSION }}-${{ env.LFMP_PACKAGE_ITERATION }}.unsigned-packaged.windows.${{ env.LFMP_ARCH }}" - name: 'Sign the package' - uses: 'signpath/github-action-submit-signing-request@4f13d373e8f0cd8d3c0465ff4877feff27aed2ae' # v1.2 + uses: 'signpath/github-action-submit-signing-request@ced31329c0317e779dad2eec2a7c3bb46ea1343e' # v1.3 with: api-token: '${{ secrets.SIGNPATH_API_TOKEN }}' organization-id: '35067665-5434-42c5-9fa2-4c750069f161'