From 6ec2517a71c2eaf62713858edea4857649414765 Mon Sep 17 00:00:00 2001 From: Shubham Date: Thu, 29 Jan 2026 11:56:41 +0530 Subject: [PATCH] chore: migrate to binary code signing --- .github/workflows/test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 7633368e1..3dd8959f0 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -149,7 +149,7 @@ jobs: - name: Code signing with Software Trust Manager id: SSMClientToolSetup - uses: digicert/ssm-code-signing@v0.0.2 + uses: digicert/code-signing-software-trust-action@v1.0.0 env: SM_API_KEY: ${{ env.SM_API_KEY }} SM_CLIENT_CERT_PASSWORD: ${{ env.SM_CLIENT_CERT_PASSWORD }}