From eebea1bd303259741862423a9ddf4dca9ba2aed8 Mon Sep 17 00:00:00 2001 From: "leafdbot[bot]" <192038741+leafdbot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 01:26:10 +0000 Subject: [PATCH] chore(deps): update azure/trusted-signing-action action to v0.5.10 Signed-off-by: leafdbot[bot] <192038741+leafdbot[bot]@users.noreply.github.com> --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 06cf98f..c5cc466 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -163,7 +163,7 @@ jobs: SENTRY_ENVIRONMENT: 'production' - name: Sign files with Trusted Signing if: 'startsWith(matrix.platform, ''windows'')' - uses: azure/trusted-signing-action@v0.5.1 + uses: azure/trusted-signing-action@v0.5.10 with: azure-tenant-id: '${{ secrets.AZURE_TENANT_ID }}' azure-client-id: '${{ secrets.AZURE_CLIENT_ID }}'