From bf2bf472fddb3a1859157d09297bb88b9146f1a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 23:08:07 +0000 Subject: [PATCH] ci(deps): Bump azure/trusted-signing-action from 1.2.0 to 2.0.0 Bumps [azure/trusted-signing-action](https://github.com/azure/trusted-signing-action) from 1.2.0 to 2.0.0. - [Release notes](https://github.com/azure/trusted-signing-action/releases) - [Commits](https://github.com/azure/trusted-signing-action/compare/v1.2.0...v2.0.0) --- updated-dependencies: - dependency-name: azure/trusted-signing-action dependency-version: 2.0.0 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 e18148368..782a0a502 100644 --- a/.github/workflows/beta-release.yml +++ b/.github/workflows/beta-release.yml @@ -279,7 +279,7 @@ jobs: - name: Sign Windows executable with Azure Trusted Signing if: env.AZURE_CLIENT_ID != '' - uses: azure/trusted-signing-action@v1.2.0 + uses: azure/trusted-signing-action@v2.0.0 with: endpoint: https://neu.codesigning.azure.net/ trusted-signing-account-name: ${{ secrets.AZURE_SIGNING_ACCOUNT }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a656e3b93..c2c74f765 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -221,7 +221,7 @@ jobs: - name: Sign Windows executable with Azure Trusted Signing if: env.AZURE_CLIENT_ID != '' - uses: azure/trusted-signing-action@v1.2.0 + uses: azure/trusted-signing-action@v2.0.0 with: endpoint: https://neu.codesigning.azure.net/ trusted-signing-account-name: ${{ secrets.AZURE_SIGNING_ACCOUNT }}