diff --git a/.github/workflows/multi-build-typesense.yaml b/.github/workflows/multi-build-typesense.yaml index 35b8385..8d717d5 100644 --- a/.github/workflows/multi-build-typesense.yaml +++ b/.github/workflows/multi-build-typesense.yaml @@ -58,7 +58,7 @@ jobs: echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV - name: Harden the GitHub runner - uses: step-security/harden-runner@v2.14.2 + uses: step-security/harden-runner@v2.15.0 with: egress-policy: audit diff --git a/.github/workflows/multi-build.yaml b/.github/workflows/multi-build.yaml index 765841b..b49c56b 100644 --- a/.github/workflows/multi-build.yaml +++ b/.github/workflows/multi-build.yaml @@ -77,7 +77,7 @@ jobs: - name: Harden the GitHub runner # Make use of the Step Security Harden Runner workflow to monitor the build process. - uses: step-security/harden-runner@v2.14.2 + uses: step-security/harden-runner@v2.15.0 with: egress-policy: audit