Skip to content

Commit 6dcc6ba

Browse files
committed
Disable harden-runner step for nightly build
This was re-enabled as the previous issue with gsutil is no longer relevant due to our move to OCI buckets. However, we are now encountering a different error due to the proxy config that's preventing npm resolving the registry IP during the release pipeline's build-static step. This appears similar to a known issue with harden-runner reported with podman containers.
1 parent ea88632 commit 6dcc6ba

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/nightly-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
id-token: write
3737

3838
steps:
39-
- name: Harden runner
40-
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
41-
with:
42-
egress-policy: audit
39+
# - name: Harden runner
40+
# uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
41+
# with:
42+
# egress-policy: audit
4343

4444
- name: Checkout repository
4545
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)