From 34c750c3719390b69e5d782dedca94e5c4b7e49b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 18:57:16 +0000 Subject: [PATCH] ci(deps): bump azure/trusted-signing-action from 0.5.11 to 1.1.0 Bumps [azure/trusted-signing-action](https://github.com/azure/trusted-signing-action) from 0.5.11 to 1.1.0. - [Release notes](https://github.com/azure/trusted-signing-action/releases) - [Commits](https://github.com/azure/trusted-signing-action/compare/v0.5.11...v1.1.0) --- updated-dependencies: - dependency-name: azure/trusted-signing-action dependency-version: 1.1.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 aa1becec84..9411aa6281 100644 --- a/.github/workflows/beta-release.yml +++ b/.github/workflows/beta-release.yml @@ -213,7 +213,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 cb32992661..0c2ab777f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -155,7 +155,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 }}