From 7fbe458f33ec7e4fbfaa4eec4d1cf8cb35711b7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 19:05:25 +0000 Subject: [PATCH] Bump azure/artifact-signing-action from 1.0.0 to 1.1.0 Bumps [azure/artifact-signing-action](https://github.com/azure/artifact-signing-action) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/azure/artifact-signing-action/releases) - [Commits](https://github.com/azure/artifact-signing-action/compare/db7a3a6bd3912025c705162fb7475389f5b69ec6...87c2e83e6868da99d3380aa309851b32ed9a8346) --- updated-dependencies: - dependency-name: azure/artifact-signing-action dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 64fbea0..6102b01 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -221,7 +221,7 @@ jobs: run: java Exec.java build windows x64 innosetup - name: Azure Artifact Signing if: ${{ vars.AZURE_CERT_PROFILE_NAME }} - uses: azure/artifact-signing-action@db7a3a6bd3912025c705162fb7475389f5b69ec6 + uses: azure/artifact-signing-action@87c2e83e6868da99d3380aa309851b32ed9a8346 with: azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }} azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}