From cf30e55cc2a53c08288fbe43f925edb938c267f7 Mon Sep 17 00:00:00 2001 From: David Hart Date: Thu, 21 Nov 2024 12:51:58 -0700 Subject: [PATCH] ci(release): remove job-hardener step from jobs --- .github/workflows/release.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a976f3e41..94c63eea2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,10 +16,6 @@ jobs: matrix: os: [windows-latest, macOS-13, macos-13, ubuntu-latest] steps: - - name: Harden Runner - uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1 - with: - egress-policy: audit - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Build wheels uses: pypa/cibuildwheel@79b0dd328794e1180a7268444d46cdf12e1abd01 # v2.21.0 @@ -36,11 +32,6 @@ jobs: name: Make SDist artifact 📦 runs-on: ubuntu-latest steps: - - name: Harden Runner - uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1 - with: - egress-policy: audit - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - uses: actions/setup-python@v5 with: @@ -64,11 +55,6 @@ jobs: id-token: write if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') steps: - - name: Harden Runner - uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1 - with: - egress-policy: audit - - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: pattern: cibw-*