Skip to content

Commit d587ec5

Browse files
committed
ci: remove harden-runner
1 parent d90312a commit d587ec5

File tree

7 files changed

+0
-77
lines changed

7 files changed

+0
-77
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 & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,6 @@ jobs:
1717
permissions:
1818
contents: read
1919
steps:
20-
- name: Harden Runner
21-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
22-
with:
23-
egress-policy: block
24-
allowed-endpoints: >
25-
api.github.com:443
26-
azure.archive.ubuntu.com:80
27-
esm.ubuntu.com:443
28-
github.com:443
29-
motd.ubuntu.com:443
30-
packages.microsoft.com:443
31-
3220
- name: Check out code
3321
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3422

.github/workflows/clang-tidy.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,6 @@ jobs:
1717
permissions:
1818
contents: read
1919
steps:
20-
- name: Harden Runner
21-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
22-
with:
23-
egress-policy: block
24-
allowed-endpoints: >
25-
api.github.com:443
26-
azure.archive.ubuntu.com:80
27-
esm.ubuntu.com:443
28-
github.com:443
29-
motd.ubuntu.com:443
30-
objects.githubusercontent.com:443
31-
packages.microsoft.com:443
32-
3320
- name: Check out the source code
3421
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3522

.github/workflows/codeql.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,6 @@ jobs:
2727
- c-cpp
2828
- actions
2929
steps:
30-
- name: Harden Runner
31-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
32-
with:
33-
egress-policy: block
34-
allowed-endpoints: >
35-
api.github.com:443
36-
azure.archive.ubuntu.com:80
37-
esm.ubuntu.com:443
38-
github.com:443
39-
motd.ubuntu.com:443
40-
objects.githubusercontent.com:443
41-
packages.microsoft.com:443
42-
release-assets.githubusercontent.com:443
43-
4430
- name: Check out code
4531
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4632

.github/workflows/lint.yml

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

.github/workflows/sonarcloud.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,6 @@ jobs:
2121
permissions:
2222
contents: read
2323
steps:
24-
- name: Harden Runner
25-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
26-
with:
27-
egress-policy: block
28-
allowed-endpoints:
29-
analysis-sensorcache-eu-central-1-prod.s3.amazonaws.com:443
30-
api.github.com:443
31-
api.nuget.org:443
32-
api.sonarcloud.io:443
33-
azure.archive.ubuntu.com:80
34-
binaries.sonarsource.com:443
35-
esm.ubuntu.com:443
36-
github.com:443
37-
motd.ubuntu.com:443
38-
packages.microsoft.com:443
39-
scanner.sonarcloud.io:443
40-
sonarcloud.io:443
41-
4224
- name: Check out code
4325
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4426
with:

.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)