Skip to content

Commit d49753b

Browse files
committed
Remove harden-runner for docker actions
1 parent c85db5f commit d49753b

3 files changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/pr_workflow.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ jobs:
1717
- "v28.0.1" # 2025-02 --> EOL ?
1818
fail-fast: false
1919
steps:
20-
- name: Harden the runner (Audit all outbound calls)
21-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
22-
with:
23-
egress-policy: audit
24-
2520
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2621
- name: Set up JDK
2722
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ jobs:
2020
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
2121
PRERELEASE: "${{ github.event.inputs.prerelease }}"
2222
steps:
23-
- name: Harden the runner (Audit all outbound calls)
24-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
25-
with:
26-
egress-policy: audit
27-
2823
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2924
with:
3025
fetch-depth: 0

.github/workflows/test_and_build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ jobs:
1919
- "v28.0.1" # 2025-02 --> EOL ?
2020
fail-fast: false
2121
steps:
22-
- name: Harden the runner (Audit all outbound calls)
23-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
24-
with:
25-
egress-policy: audit
26-
2722
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2823
- name: Set up JDK
2924
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0

0 commit comments

Comments
 (0)