diff --git a/.github/workflows/auto-approve-pr.yaml b/.github/workflows/auto-approve-pr.yaml index fa1d6d5..f120465 100644 --- a/.github/workflows/auto-approve-pr.yaml +++ b/.github/workflows/auto-approve-pr.yaml @@ -14,7 +14,7 @@ jobs: if: github.event.pull_request.user.login == ${{ github.repository_owner }} steps: - name: Harden Runner - uses: step-security/harden-runner@0c6ab70129fa3660acd9cd2b51e8685d619cd613 # v2.5.0 + uses: step-security/harden-runner@ea8b747819ff6d82907eb4018229f1a75c174697 # v2.5.0 with: egress-policy: audit diff --git a/.github/workflows/auto-update-pre-commit.yaml b/.github/workflows/auto-update-pre-commit.yaml index 2114967..51a435c 100644 --- a/.github/workflows/auto-update-pre-commit.yaml +++ b/.github/workflows/auto-update-pre-commit.yaml @@ -22,7 +22,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@0c6ab70129fa3660acd9cd2b51e8685d619cd613 # v2.5.0 + uses: step-security/harden-runner@ea8b747819ff6d82907eb4018229f1a75c174697 # v2.5.0 with: egress-policy: audit diff --git a/.github/workflows/py-lint.yaml b/.github/workflows/py-lint.yaml index e048ce8..9eb9f51 100644 --- a/.github/workflows/py-lint.yaml +++ b/.github/workflows/py-lint.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: Harden Runner - uses: step-security/harden-runner@0c6ab70129fa3660acd9cd2b51e8685d619cd613 # v2.5.0 + uses: step-security/harden-runner@ea8b747819ff6d82907eb4018229f1a75c174697 # v2.5.0 with: egress-policy: audit