From ea7b2cdcf04cd223ad56e98db49c8d415949b377 Mon Sep 17 00:00:00 2001 From: Varun Sharma Date: Thu, 20 Jun 2024 08:57:58 -0700 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 84efa670..f4285263 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -6,7 +6,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: step-security/harden-runner@95691d3d1cfc1f403f673ccbe70465d7c4254108 + - uses: step-security/harden-runner@v2 with: egress-policy: audit - uses: actions/checkout@v3