From 6ab0ff38506bd50989bd28220f2ab45de42139b5 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:24:26 -0700 Subject: [PATCH] updated workflows to fix CIs (#965) (#966) (cherry picked from commit 47f8a3a43e6d04e6c054bf9fe756f10c0171e136) Signed-off-by: Amardeepsingh Siglani Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- .github/workflows/notifications-test-and-build-workflow.yml | 3 +++ .github/workflows/security-notifications-test-workflow.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/notifications-test-and-build-workflow.yml b/.github/workflows/notifications-test-and-build-workflow.yml index be4eca21..45b9d36f 100644 --- a/.github/workflows/notifications-test-and-build-workflow.yml +++ b/.github/workflows/notifications-test-and-build-workflow.yml @@ -7,6 +7,9 @@ name: Test and Build Notifications on: [push, pull_request] +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 diff --git a/.github/workflows/security-notifications-test-workflow.yml b/.github/workflows/security-notifications-test-workflow.yml index a36b07ca..ba0b6ea3 100644 --- a/.github/workflows/security-notifications-test-workflow.yml +++ b/.github/workflows/security-notifications-test-workflow.yml @@ -7,6 +7,9 @@ name: Security Test and Build Notifications on: [push, pull_request] +env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true + jobs: build: strategy: