From aa3eb773a82f7ac566942963bf7ea58b65f07bd2 Mon Sep 17 00:00:00 2001 From: Daniel Widdis Date: Mon, 8 Jul 2024 07:16:20 -0700 Subject: [PATCH] Allow lower NodeJS version on GH runners for security test Signed-off-by: Daniel Widdis --- .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 a1c77f39e..23640d922 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