From 88923969a582a567160beacea6cdd554246fee6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 10:43:22 +0000 Subject: [PATCH] Bump azure/trusted-signing-action in the all-actions group Bumps the all-actions group with 1 update: [azure/trusted-signing-action](https://github.com/azure/trusted-signing-action). Updates `azure/trusted-signing-action` from 0.5.0 to 0.5.1 - [Release notes](https://github.com/azure/trusted-signing-action/releases) - [Commits](https://github.com/azure/trusted-signing-action/compare/v0.5.0...v0.5.1) --- updated-dependencies: - dependency-name: azure/trusted-signing-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index c8a80f8202..a9d9f0c3e0 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -144,7 +144,7 @@ jobs: - name: 🎭 Sign if: ( github.event_name == 'release' && startsWith(github.ref, 'refs/tags/v') ) || github.event_name == 'workflow_dispatch' && env.ARTIFACT_NAME != null - uses: azure/trusted-signing-action@v0.5.0 + uses: azure/trusted-signing-action@v0.5.1 with: azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }} azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}