From 08174b4beb60fb0441f00e3a580480428501570c Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 16:54:10 -0400 Subject: [PATCH] fix gradle check (#1143) (#1145) (cherry picked from commit d51b5a4cdfb2af9e00efa86a9d54567bd1a7d539) Signed-off-by: Joanne Wang Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] Co-authored-by: Joanne Wang --- .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 1b27e28d2..eb97c6862 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: