diff --git a/.github/workflows/multi-build-typesense.yaml b/.github/workflows/multi-build-typesense.yaml index 7ea8a320..cbf31030 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.16.0 + uses: step-security/harden-runner@v2.16.1 with: egress-policy: audit diff --git a/.github/workflows/multi-build.yaml b/.github/workflows/multi-build.yaml index 9b6b8c8b..f540e549 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.16.0 + uses: step-security/harden-runner@v2.16.1 with: egress-policy: audit