From 5d3f4e163e867bbdcc0e51dc38c3e74b1f45f485 Mon Sep 17 00:00:00 2001 From: cobalt-github-releaser-bot <95661244+cobalt-github-releaser-bot@users.noreply.github.com> Date: Wed, 3 Jul 2024 17:39:28 -0700 Subject: [PATCH] Cherry pick PR #3772: Workaround Actions node20 glibc issues (#3773) Refer to the original PR: https://github.com/youtube/cobalt/pull/3772 Workaround for issue in https://github.com/actions/checkout/issues/1590 b/255654807 Co-authored-by: Kaido Kert --- .github/workflows/main.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index ba5f880e07be..ac1ea495d3df 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -50,6 +50,8 @@ env: SCCACHE_GCS_RW_MODE: READ_WRITE SCCACHE_IDLE_TIMEOUT: 0 # prevent sccache server from shutting down after long idle. STARBOARD_TOOLCHAINS_DIR: /root/starboard-toolchains + # TODO(b/255654807) Workaround for https://github.com/actions/checkout/issues/1590 + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true concurrency: group: '${{ github.workflow }}-${{ github.event_name }}-${{ github.event.action }}-${{ inputs.platform }} @ ${{ github.event.pull_request.number || github.sha }}'