Skip to content

Commit a2ce3d8

Browse files
authored
Remove harden runner from publish workflow (#7207)
1 parent 5e7cb71 commit a2ce3d8

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ jobs:
2222
artifact-id: ${{ steps.upload-artifact.outputs.artifact-id }}
2323

2424
steps:
25-
- name: Harden the runner (Audit all outbound calls)
26-
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
27-
with:
28-
egress-policy: audit
29-
3025
- name: "Checkout repository"
3126
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
3227
with:
@@ -65,11 +60,6 @@ jobs:
6560
name: "publish"
6661

6762
steps:
68-
- name: Harden the runner (Audit all outbound calls)
69-
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
70-
with:
71-
egress-policy: audit
72-
7363
- name: "Download dists"
7464
uses: "actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131" # v7.0.0
7565
with:
@@ -92,11 +82,6 @@ jobs:
9282
name: "testpypi"
9383

9484
steps:
95-
- name: Harden the runner (Audit all outbound calls)
96-
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
97-
with:
98-
egress-policy: audit
99-
10085
- name: "Download dists"
10186
uses: "actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131" # v7.0.0
10287
with:

0 commit comments

Comments
 (0)