From 21dbdacb2019db642b5e2d172b106bee2ff4d2ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 01:15:12 +0000 Subject: [PATCH] Bump azure/artifact-signing-action from 1.2.0 to 2.0.0 Bumps [azure/artifact-signing-action](https://github.com/azure/artifact-signing-action) from 1.2.0 to 2.0.0. - [Release notes](https://github.com/azure/artifact-signing-action/releases) - [Commits](https://github.com/azure/artifact-signing-action/compare/b443cf8ea4124818d2ea9f043cba29fc3ec47b16...c7ab2a863ab5f9a846ddb8265964877ef296ee82) --- updated-dependencies: - dependency-name: azure/artifact-signing-action dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/create_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 78a7e734d..229635c2c 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -1443,7 +1443,7 @@ jobs: GIT_RELEASE_TAG: ${{ needs.prepare_release.outputs.release_tag }} - name: Sign the executables with Azure Trusted Signing - uses: azure/artifact-signing-action@b443cf8ea4124818d2ea9f043cba29fc3ec47b16 # v1.2.0 + uses: azure/artifact-signing-action@c7ab2a863ab5f9a846ddb8265964877ef296ee82 # v2.0.0 with: azure-tenant-id: ${{ secrets.AZURE_TENANT_ID }} azure-client-id: ${{ secrets.AZURE_CLIENT_ID }}