From 8c3f58e9830db772a8ba3c975871c10b67cac690 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 13:35:08 -0700 Subject: [PATCH] [Backport 2.x] Allow lower NodeJS version on GH runners for security test (#770) Allow lower NodeJS version on GH runners for security test (#765) (cherry picked from commit c76fb3a6ff04d07cd43dfe72fc66441f6ed080b2) Signed-off-by: Daniel Widdis Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- .github/workflows/test_security.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test_security.yml b/.github/workflows/test_security.yml index fafcec0fa..5ba0002a5 100644 --- a/.github/workflows/test_security.yml +++ b/.github/workflows/test_security.yml @@ -7,6 +7,9 @@ on: pull_request: types: [opened, synchronize, reopened] +env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true + jobs: Get-CI-Image-Tag: uses: opensearch-project/opensearch-build/.github/workflows/get-ci-image-tag.yml@main