From 28a4a17364dbeab7feec5de20b83852089ec40f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 20 Sep 2024 00:26:31 +0000 Subject: [PATCH] fix gradle check (#1143) Signed-off-by: Joanne Wang (cherry picked from commit d51b5a4cdfb2af9e00efa86a9d54567bd1a7d539) Signed-off-by: github-actions[bot] --- .github/workflows/ci.yml | 2 ++ .github/workflows/multi-node-test-workflow.yml | 3 ++- .github/workflows/security-test-workflow.yml | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a4d0ca7d..afb75470c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,8 @@ on: pull_request: branches: - "*" +env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true jobs: Get-CI-Image-Tag: diff --git a/.github/workflows/multi-node-test-workflow.yml b/.github/workflows/multi-node-test-workflow.yml index 2f2134947..36cb4d216 100644 --- a/.github/workflows/multi-node-test-workflow.yml +++ b/.github/workflows/multi-node-test-workflow.yml @@ -7,7 +7,8 @@ on: push: branches: - "*" - +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-test-workflow.yml b/.github/workflows/security-test-workflow.yml index 8c3a38629..ffd91de13 100644 --- a/.github/workflows/security-test-workflow.yml +++ b/.github/workflows/security-test-workflow.yml @@ -9,6 +9,7 @@ on: - "*" env: OPENSEARCH_INITIAL_ADMIN_PASSWORD: myStrongPassword123! + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true jobs: build: