From f228796068c206c64ea14d093f9f2cd5a14cf2ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 04:02:50 +0000 Subject: [PATCH] build(deps): bump digicert/code-signing-software-trust-action Bumps [digicert/code-signing-software-trust-action](https://github.com/digicert/code-signing-software-trust-action) from 1.0.1 to 1.2.1. - [Release notes](https://github.com/digicert/code-signing-software-trust-action/releases) - [Commits](https://github.com/digicert/code-signing-software-trust-action/compare/cb502242630f8556eb815a4f9c1e8c64d2a2d2a3...fae23a455ba4bde62b64fd7cb2f81ade788f5a95) --- updated-dependencies: - dependency-name: digicert/code-signing-software-trust-action dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index afe8adf3..d18479b4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -342,7 +342,7 @@ jobs: - name: Setup Software Trust Manager if: (github.event_name == 'push' && startsWith(github.ref, 'refs/tags')) - uses: digicert/code-signing-software-trust-action@cb502242630f8556eb815a4f9c1e8c64d2a2d2a3 # v1.0.0 + uses: digicert/code-signing-software-trust-action@fae23a455ba4bde62b64fd7cb2f81ade788f5a95 # v1.0.0 env: SM_HOST: ${{ vars.SM_HOST }} SM_API_KEY: ${{ secrets.SM_API_KEY }}