From 510353441cc937039e0f4b209365cb8ee0ac7c49 Mon Sep 17 00:00:00 2001 From: Andy Kwok Date: Fri, 29 Nov 2024 14:57:11 -0800 Subject: [PATCH] Remove unused ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: option Signed-off-by: Andy Kwok --- .github/workflows/integ-tests-with-security.yml | 2 -- .github/workflows/sql-pitest.yml | 2 -- .github/workflows/sql-test-workflow.yml | 2 -- 3 files changed, 6 deletions(-) diff --git a/.github/workflows/integ-tests-with-security.yml b/.github/workflows/integ-tests-with-security.yml index 9111643fb6..e7c52f4231 100644 --- a/.github/workflows/integ-tests-with-security.yml +++ b/.github/workflows/integ-tests-with-security.yml @@ -21,8 +21,6 @@ jobs: fail-fast: false matrix: java: [21] - env: - ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true runs-on: ubuntu-latest container: # using the same image which is used by opensearch-build team to build the OpenSearch Distribution diff --git a/.github/workflows/sql-pitest.yml b/.github/workflows/sql-pitest.yml index 097aaaa981..fed98e4926 100644 --- a/.github/workflows/sql-pitest.yml +++ b/.github/workflows/sql-pitest.yml @@ -22,8 +22,6 @@ jobs: matrix: java: - 21 - env: - ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true runs-on: ubuntu-latest container: # using the same image which is used by opensearch-build team to build the OpenSearch Distribution diff --git a/.github/workflows/sql-test-workflow.yml b/.github/workflows/sql-test-workflow.yml index 104e8cfc9d..9cbec80037 100644 --- a/.github/workflows/sql-test-workflow.yml +++ b/.github/workflows/sql-test-workflow.yml @@ -22,8 +22,6 @@ jobs: matrix: java: - 21 - env: - ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true runs-on: ubuntu-latest container: # using the same image which is used by opensearch-build team to build the OpenSearch Distribution