From 8fd0d5c1e87d640a17d22553ace383497a891e23 Mon Sep 17 00:00:00 2001 From: DarkSky <25152247+darkskygit@users.noreply.github.com> Date: Mon, 28 Jul 2025 10:53:45 +0800 Subject: [PATCH] chore: update cert timestamp (#13300) ## Summary by CodeRabbit * **Chores** * Updated the timestamp server URL used in the Windows Signer workflow for code signing. Co-authored-by: fengmk2 --- .github/workflows/windows-signer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-signer.yml b/.github/workflows/windows-signer.yml index b5c8c36fd..becad7d46 100644 --- a/.github/workflows/windows-signer.yml +++ b/.github/workflows/windows-signer.yml @@ -29,7 +29,7 @@ jobs: shell: cmd run: | cd ${{ env.ARCHIVE_DIR }}/out - signtool sign /tr http://timestamp.sectigo.com /td sha256 /fd sha256 /a ${{ inputs.files }} + signtool sign /tr http://timestamp.globalsign.com/tsa/r6advanced1 /td sha256 /fd sha256 /a ${{ inputs.files }} - name: zip file shell: cmd run: |