Skip to content

Commit d51b5a4

Browse files
authored
fix gradle check (opensearch-project#1143)
Signed-off-by: Joanne Wang <jowg@amazon.com>
1 parent 4d7b29f commit d51b5a4

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
pull_request:
77
branches:
88
- "*"
9+
env:
10+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
911

1012
jobs:
1113
Get-CI-Image-Tag:

.github/workflows/multi-node-test-workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
push:
88
branches:
99
- "*"
10-
10+
env:
11+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
1112
jobs:
1213
Get-CI-Image-Tag:
1314
uses: opensearch-project/opensearch-build/.github/workflows/get-ci-image-tag.yml@main

.github/workflows/security-test-workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- "*"
1010
env:
1111
OPENSEARCH_INITIAL_ADMIN_PASSWORD: myStrongPassword123!
12+
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
1213

1314
jobs:
1415
build:

0 commit comments

Comments
 (0)