From 611cf33bced953aa571207861aa2b1ba883adaa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 03:52:28 +0000 Subject: [PATCH] Bump azure/artifact-signing-action from 1 to 1.2.0 Bumps [azure/artifact-signing-action](https://github.com/azure/artifact-signing-action) from 1 to 1.2.0. - [Release notes](https://github.com/azure/artifact-signing-action/releases) - [Commits](https://github.com/azure/artifact-signing-action/compare/v1...v1.2.0) --- updated-dependencies: - dependency-name: azure/artifact-signing-action dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 23aadb886..a481bf3e8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,7 +84,7 @@ jobs: - name: Sign NetOffice libraries if: success() && steps.build.outputs.sign_binaries == 'true' - uses: azure/artifact-signing-action@v1 + uses: azure/artifact-signing-action@v1.2.0 with: endpoint: ${{ secrets.ARTIFACTS_SIGNING_ENDPOINT }} signing-account-name: ${{ secrets.ARTIFACTS_SIGNING_ACCOUNT_NAME }}