From 4e68f94b0defcaa85acce25707cf226627f4f915 Mon Sep 17 00:00:00 2001 From: opensearch-ci-bot Date: Thu, 16 May 2024 00:07:53 +0000 Subject: [PATCH 1/2] Increment version to 2.14.1-SNAPSHOT Signed-off-by: opensearch-ci-bot --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bc71d139c..ea019f0dd 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ import java.nio.file.Paths buildscript { ext { - opensearch_version = System.getProperty("opensearch.version", "2.14.0-SNAPSHOT") + opensearch_version = System.getProperty("opensearch.version", "2.14.1-SNAPSHOT") buildVersionQualifier = System.getProperty("build.version_qualifier", "") isSnapshot = "true" == System.getProperty("build.snapshot", "true") version_tokens = opensearch_version.tokenize('-') From 157503f7279b469348c80a5dd35cfec9a6f1dcdd 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 13:35:08 -0700 Subject: [PATCH 2/2] [Backport 2.x] Allow lower NodeJS version on GH runners for security test (#770) Allow lower NodeJS version on GH runners for security test (#765) (cherry picked from commit c76fb3a6ff04d07cd43dfe72fc66441f6ed080b2) Signed-off-by: Daniel Widdis Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- .github/workflows/test_security.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test_security.yml b/.github/workflows/test_security.yml index fafcec0fa..5ba0002a5 100644 --- a/.github/workflows/test_security.yml +++ b/.github/workflows/test_security.yml @@ -7,6 +7,9 @@ on: pull_request: types: [opened, synchronize, reopened] +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