From ce8e032bd54819f121a8600decbf0f583b250161 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Tue, 1 Oct 2024 12:55:08 -0700 Subject: [PATCH] Removed disallowed action --- .github/workflows/live-protection.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/live-protection.yml b/.github/workflows/live-protection.yml index 3f097ac42e5..fcbf2ed04bd 100644 --- a/.github/workflows/live-protection.yml +++ b/.github/workflows/live-protection.yml @@ -7,11 +7,6 @@ jobs: comment: runs-on: ubuntu-latest steps: - - name: Harden Runner - uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1 - with: - egress-policy: audit - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea env: SHOULD_COMMENT: ${{ github.base_ref == 'refs/heads/live' && !(github.head_ref == 'refs/heads/main') }}