From 7ab851552874794d8eb6d788cacd160b1151bc69 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 13:00:51 -0400 Subject: [PATCH] Fix checkout action failure (#2807) (#2819) * Fix node issue in CI * fix linux ci --------- (cherry picked from commit f241f3401fc4e73596727f3707e79c53a3290a1b) Signed-off-by: Rupal Mahajan Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- .github/workflows/integ-tests-with-security.yml | 4 ++++ .github/workflows/sql-test-and-build-workflow.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/integ-tests-with-security.yml b/.github/workflows/integ-tests-with-security.yml index f12e67d5b9..569f295ebb 100644 --- a/.github/workflows/integ-tests-with-security.yml +++ b/.github/workflows/integ-tests-with-security.yml @@ -31,6 +31,10 @@ jobs: # need to switch to root so that github actions can install runner binary on container without permission issues. options: --user root + # Allow using Node16 actions + env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true + steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/sql-test-and-build-workflow.yml b/.github/workflows/sql-test-and-build-workflow.yml index 1dd7176a3d..af188261f5 100644 --- a/.github/workflows/sql-test-and-build-workflow.yml +++ b/.github/workflows/sql-test-and-build-workflow.yml @@ -43,6 +43,10 @@ jobs: # need to switch to root so that github actions can install runner binary on container without permission issues. options: --user root + # Allow using Node16 actions + env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true + steps: - uses: actions/checkout@v3