From b012fb6e8504ba3694948bcc57720903ce5700de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 18:26:24 +0000 Subject: [PATCH] ci(deps): bump azure/trusted-signing-action from 0.5.11 to 1.0.0 Bumps [azure/trusted-signing-action](https://github.com/azure/trusted-signing-action) from 0.5.11 to 1.0.0. - [Release notes](https://github.com/azure/trusted-signing-action/releases) - [Commits](https://github.com/azure/trusted-signing-action/compare/v0.5.11...v1.0.0) --- updated-dependencies: - dependency-name: azure/trusted-signing-action dependency-version: 1.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 50b532ab80..6295f2b3a4 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@v0.5.11 + uses: azure/trusted-signing-action@v1.1.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 8a1626f78e..a0e6e694b4 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@v0.5.11 + uses: azure/trusted-signing-action@v1.1.0 with: endpoint: https://neu.codesigning.azure.net/ trusted-signing-account-name: ${{ secrets.AZURE_SIGNING_ACCOUNT }}