diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml index 98238af9..1a03d674 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -34,7 +34,7 @@ jobs: if: ${{ needs.release.outputs.previous_version != needs.release.outputs.current_version }} steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0 + uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1 with: egress-policy: audit