From 48dd4558c7e907f65125b20a515a367f36bac6ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 10:28:51 +0530 Subject: [PATCH] =?UTF-8?q?:arrow=5Fup:=F0=9F=91=B7=20Bump=20lando/code-si?= =?UTF-8?q?gn-action=20from=202=20to=203=20(#1789)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [lando/code-sign-action](https://github.com/lando/code-sign-action) from 2 to 3. - [Release notes](https://github.com/lando/code-sign-action/releases) - [Changelog](https://github.com/lando/code-sign-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/lando/code-sign-action/compare/v2...v3) --- updated-dependencies: - dependency-name: lando/code-sign-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/executable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/executable.yml b/.github/workflows/executable.yml index ea542d2c0..d46397b2b 100644 --- a/.github/workflows/executable.yml +++ b/.github/workflows/executable.yml @@ -53,7 +53,7 @@ jobs: - name: Update exe metadata run: node ./scripts/win-metadata-update.js - name: Sign binary - uses: lando/code-sign-action@v2 + uses: lando/code-sign-action@v3 with: file: ./percy.exe certificate-data: ${{ secrets.WINDOWS_CERT }}