From 42d267368d4ddef6ddfd8e1b98f0e978de5482f9 Mon Sep 17 00:00:00 2001 From: Amardeepsingh Siglani Date: Wed, 25 Sep 2024 00:46:31 -0700 Subject: [PATCH] updated workflows to fix CIs Signed-off-by: Amardeepsingh Siglani --- .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: