From bb3c237af2cbb97b7740cca10237fedda0147c3c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 8 Jul 2024 20:23:13 +0000 Subject: [PATCH] Allow lower NodeJS version on GH runners for security test (#765) Signed-off-by: Daniel Widdis (cherry picked from commit c76fb3a6ff04d07cd43dfe72fc66441f6ed080b2) Signed-off-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