Skip to content

Commit ad0b884

Browse files
committed
💚 remove harden runner action from macOS, Windows, and container actions
1 parent 3388590 commit ad0b884

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,11 @@ jobs:
112112

113113
ci_cmake_options:
114114
runs-on: ubuntu-latest
115+
container: ubuntu:focal
115116
strategy:
116117
matrix:
117118
target: [ci_cmake_flags, ci_test_diagnostics, ci_test_noexceptions, ci_test_noimplicitconversions, ci_test_legacycomparison, ci_test_noglobaludls]
118119
steps:
119-
- name: Harden Runner
120-
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
121-
with:
122-
egress-policy: audit
123-
124120
- name: Install build-essential
125121
run: apt-get update ; apt-get install -y build-essential unzip wget git
126122
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)