Skip to content

Commit aebf2ec

Browse files
committed
ci: Remove harden-runner steps from jobs
No one looks at results; the value of it is unknown to anyone I asked. Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
1 parent cc060af commit aebf2ec

File tree

5 files changed

+0
-34
lines changed

5 files changed

+0
-34
lines changed

.github/workflows/actionlint.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ jobs:
2929
actionlint:
3030
runs-on: ubuntu-latest
3131
steps:
32-
- name: "Harden Runner"
33-
uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
34-
with:
35-
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
36-
3732
- name: "Checkout"
3833
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3934
with:

.github/workflows/docs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ jobs:
3232
markdown-lint:
3333
runs-on: ubuntu-latest
3434
steps:
35-
- name: "Harden Runner"
36-
uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
37-
with:
38-
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3935
- name: "Checkout"
4036
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4137
with:

.github/workflows/lint.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@ jobs:
5959
commands: |
6060
tox -e mypy
6161
steps:
62-
- name: "Harden Runner"
63-
uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
64-
with:
65-
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
66-
6762
- name: "Checkout"
6863
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6964
with:

.github/workflows/pypi.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ jobs:
3636
name: Build and check packages
3737
runs-on: ubuntu-latest
3838
steps:
39-
- name: "Harden Runner"
40-
uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
41-
with:
42-
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
43-
4439
- name: "Checkout"
4540
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4641
with:
@@ -65,11 +60,6 @@ jobs:
6560
needs: build-package
6661

6762
steps:
68-
- name: "Harden Runner"
69-
uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
70-
with:
71-
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
72-
7363
- name: "Download build artifacts"
7464
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
7565
with:
@@ -97,11 +87,6 @@ jobs:
9787
needs: build-package
9888

9989
steps:
100-
- name: "Harden Runner"
101-
uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
102-
with:
103-
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
104-
10590
- name: "Download build artifacts"
10691
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
10792
with:

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@ jobs:
5454
- python: "3.11"
5555
platform: "macos-latest"
5656
steps:
57-
- name: "Harden Runner"
58-
uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
59-
with:
60-
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
61-
6257
- name: Checkout
6358
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6459
with:

0 commit comments

Comments
 (0)