From 566dd50ea29848a47c2b1945834841fc23f9fd55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 20:14:44 +0000 Subject: [PATCH] chore(deps): bump azure/trusted-signing-action from 0.4.0 to 1.1.0 Bumps [azure/trusted-signing-action](https://github.com/azure/trusted-signing-action) from 0.4.0 to 1.1.0. - [Release notes](https://github.com/azure/trusted-signing-action/releases) - [Commits](https://github.com/azure/trusted-signing-action/compare/acc6d03023f35c22bfc9ac05d2981db9dc008330...87c2e83e6868da99d3380aa309851b32ed9a8346) --- 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/build-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index b2a5d295..6b8cb2e6 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -552,7 +552,7 @@ jobs: - name: Sign Windows installers (Azure Trusted Signing) if: ${{ secrets.AZURE_CLIENT_ID != '' }} - uses: azure/trusted-signing-action@acc6d03023f35c22bfc9ac05d2981db9dc008330 + uses: azure/trusted-signing-action@87c2e83e6868da99d3380aa309851b32ed9a8346 with: azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }} azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}