From b6ef429c2e0b9b66db9c879852b5a0f9e9bf2d69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcell=20F=C3=BCl=C3=B6p?= Date: Mon, 8 May 2023 13:04:28 +0200 Subject: [PATCH] ci: remove 'harden runner' step from self-hosted runners (#31) --- .github/workflows/release.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9817ce99..5ebfabcc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -187,10 +187,6 @@ jobs: needs: [lint, test] if: ${{ startsWith(github.event.ref, 'refs/tags/v') || startsWith(github.event.ref, 'refs/tags/test') }} steps: - - name: Harden Runner - uses: step-security/harden-runner@128a63446a954579617e875aaab7d2978154e969 # v2.4.0 - with: - egress-policy: audit - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 with: fetch-depth: 0