From 7a2d878b5b16f06cec37a0e0bc506f48d46c07a3 Mon Sep 17 00:00:00 2001 From: Anurag Dalke Date: Thu, 30 Jul 2026 17:06:52 +0530 Subject: [PATCH] Update release.yml --- .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 0d512844..15d2c21e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,7 +84,7 @@ jobs: COSIGN_PUBLIC_KEY: ${{ secrets.COSIGN_PUBLIC_KEY }} steps: - name: Install Harden Runner - uses: checkmarx/harden-runner-action@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0 + uses: checkmarx/harden-runner-action@9af89fc71515a100421586dfdb3dc9c984fbf411 #v2.19.4 with: use-policy-store: true api-key: ${{ secrets.STEP_SECURITY_API_KEY }}