From 3ca4b6c593b78217c676e617600306350be3c4a5 Mon Sep 17 00:00:00 2001 From: Varun Jain Date: Sun, 7 Jul 2024 20:35:48 -0700 Subject: [PATCH] Fix linux build CI error due to action runner env upgrade node 20 (#821) * 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 --- .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 77d3b24e0..fbbf159ae 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: