diff --git a/.github/workflows/lf-build-windows-x86_64.yml b/.github/workflows/lf-build-windows-x86_64.yml index ccab0f4d7..3d54b83c7 100644 --- a/.github/workflows/lf-build-windows-x86_64.yml +++ b/.github/workflows/lf-build-windows-x86_64.yml @@ -105,7 +105,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@bc66d86b015a46e9c6d9700de73143a82f9570ff' # v2.1 + uses: 'signpath/github-action-submit-signing-request@b9d91eadd323de506c0c81cf0c7fe7438f3360fd' # v2.2 with: api-token: '${{ secrets.SIGNPATH_API_TOKEN }}' organization-id: '35067665-5434-42c5-9fa2-4c750069f161' @@ -155,7 +155,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@bc66d86b015a46e9c6d9700de73143a82f9570ff' # v2.1 + uses: 'signpath/github-action-submit-signing-request@b9d91eadd323de506c0c81cf0c7fe7438f3360fd' # v2.2 with: api-token: '${{ secrets.SIGNPATH_API_TOKEN }}' organization-id: '35067665-5434-42c5-9fa2-4c750069f161'