From 4023d3872dd4b38de4c00bf355fe151e315a32ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 25 Sep 2024 08:07:08 +0000 Subject: [PATCH] updated workflows to fix CIs (#965) Signed-off-by: Amardeepsingh Siglani (cherry picked from commit 47f8a3a43e6d04e6c054bf9fe756f10c0171e136) Signed-off-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 58440396..8b1ab9f0 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: