Skip to content

Commit ef28125

Browse files
committed
ci: remove Harden Runner step
1 parent d3775d8 commit ef28125

File tree

6 files changed

+0
-82
lines changed

6 files changed

+0
-82
lines changed

.github/workflows/ci-vcpkg.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ jobs:
3030
VCPKG_DEFAULT_TRIPLET: ${{ matrix.triplet }}
3131
VCPKG_DEFAULT_HOST_TRIPLET: ${{ matrix.triplet }}
3232
steps:
33-
- name: Harden Runner
34-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
35-
with:
36-
egress-policy: audit
37-
3833
- name: Check out code
3934
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4035
with:

.github/workflows/ci.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@ jobs:
1919
outputs:
2020
presets: ${{ steps.set-matrix.outputs.presets }}
2121
steps:
22-
- name: Harden Runner
23-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
24-
with:
25-
disable-sudo: true
26-
egress-policy: block
27-
allowed-endpoints: >
28-
github.com:443
29-
3022
- name: Check out the source code
3123
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3224

@@ -45,19 +37,6 @@ jobs:
4537
permissions:
4638
contents: read
4739
steps:
48-
- name: Harden Runner
49-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
50-
with:
51-
egress-policy: audit
52-
allowed-endpoints: >
53-
api.github.com:443
54-
azure.archive.ubuntu.com:80
55-
esm.ubuntu.com:443
56-
github.com:443
57-
motd.ubuntu.com:443
58-
objects.githubusercontent.com:443
59-
packages.microsoft.com:443
60-
6140
- name: Check out code
6241
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6342
with:
@@ -79,13 +58,6 @@ jobs:
7958
permissions:
8059
contents: read
8160
steps:
82-
- name: Harden Runner
83-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
84-
with:
85-
egress-policy: block
86-
allowed-endpoints: >
87-
github.com:443
88-
8961
- name: Check out code
9062
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9163

.github/workflows/codeql.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,6 @@ jobs:
2525
language:
2626
- c-cpp
2727
steps:
28-
- name: Harden Runner
29-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
30-
with:
31-
egress-policy: block
32-
allowed-endpoints: >
33-
api.github.com:443
34-
azure.archive.ubuntu.com:80
35-
esm.ubuntu.com:443
36-
github.com:443
37-
motd.ubuntu.com:443
38-
objects.githubusercontent.com:443
39-
packages.microsoft.com:443
40-
4128
- name: Check out code
4229
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4330

.github/workflows/ctest.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@ jobs:
1919
outputs:
2020
scripts: ${{ steps.set-matrix.outputs.scripts }}
2121
steps:
22-
- name: Harden Runner
23-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
24-
with:
25-
disable-sudo: true
26-
egress-policy: block
27-
allowed-endpoints: >
28-
github.com:443
29-
3022
- name: Check out the source code
3123
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3224

@@ -45,19 +37,6 @@ jobs:
4537
permissions:
4638
contents: read
4739
steps:
48-
- name: Harden Runner
49-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
50-
with:
51-
egress-policy: block
52-
allowed-endpoints: >
53-
api.github.com:443
54-
azure.archive.ubuntu.com:80
55-
esm.ubuntu.com:443
56-
github.com:443
57-
motd.ubuntu.com:443
58-
objects.githubusercontent.com:443
59-
packages.microsoft.com:443
60-
6140
- name: Check out code
6241
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6342

.github/workflows/lint.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,6 @@ jobs:
2323
permissions:
2424
contents: read
2525
steps:
26-
- name: Harden Runner
27-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
28-
with:
29-
disable-sudo: true
30-
egress-policy: block
31-
allowed-endpoints: >
32-
ghcr.io:443
33-
github.com:443
34-
pkg-containers.githubusercontent.com:443
35-
3626
- name: Check out code
3727
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3828

.github/workflows/update-vcpkg-baseline.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ jobs:
1616
contents: write
1717
pull-requests: write
1818
steps:
19-
- name: Harden Runner
20-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
21-
with:
22-
egress-policy: audit
23-
2419
- name: Check out code
2520
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2621
with:

0 commit comments

Comments
 (0)