From c02e2244d6c8beff4c5d1efa1689d048d45fe7b2 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 10:02:59 -0700 Subject: [PATCH] Fix linux build CI error due to action runner env upgrade node 20 (#821) (#822) * Fix linux build CI error due to action runner env upgrade node 20 Signed-off-by: Varun Jain * Fix linux build on additional integ tests Signed-off-by: Varun Jain --------- Signed-off-by: Varun Jain (cherry picked from commit 3ca4b6c593b78217c676e617600306350be3c4a5) Co-authored-by: Varun Jain --- .github/workflows/CI.yml | 2 ++ .github/workflows/test_aggregations.yml | 2 ++ .github/workflows/test_security.yml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index df31b0353..a3cb16721 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -10,6 +10,8 @@ on: branches: - "*" - "feature/**" +env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true jobs: Get-CI-Image-Tag: diff --git a/.github/workflows/test_aggregations.yml b/.github/workflows/test_aggregations.yml index 3bd5a66c0..e49c47eb5 100644 --- a/.github/workflows/test_aggregations.yml +++ b/.github/workflows/test_aggregations.yml @@ -10,6 +10,8 @@ on: branches: - "*" - "feature/**" +env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true jobs: Get-CI-Image-Tag: diff --git a/.github/workflows/test_security.yml b/.github/workflows/test_security.yml index 5b7f9d210..be7ca9a11 100644 --- a/.github/workflows/test_security.yml +++ b/.github/workflows/test_security.yml @@ -10,6 +10,8 @@ on: branches: - "*" - "feature/**" +env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true jobs: Get-CI-Image-Tag: