File tree 1 file changed +5
-7
lines changed
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,11 @@ jobs:
18
18
# using the same image which is used by opensearch-build team to build the OpenSearch Distribution
19
19
# this image tag is subject to change as more dependencies and updates will arrive over time
20
20
image : ${{ needs.Get-CI-Image-Tag.outputs.ci-image-version-linux }}
21
- # need to switch to root so that github actions can install runner binary on container without permission issues.
22
- options : --user root
23
- env :
24
- ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION : true
25
-
21
+ options : ${{ needs.Get-CI-Image-Tag.outputs.ci-image-start-options }}
26
22
steps :
27
- - uses : actions/checkout@v3
23
+ - name : Run start commands
24
+ run : ${{ needs.Get-CI-Image-Tag.outputs.ci-image-start-command }}
25
+ - uses : actions/checkout@v4
28
26
- name : Run Gradle (check)
29
27
run : |
30
28
# https://github.com/opensearch-project/opensearch-build/issues/4191
44
42
os : [windows-latest, macos-13]
45
43
runs-on : ${{ matrix.os }}
46
44
steps :
47
- - uses : actions/checkout@v3
45
+ - uses : actions/checkout@v4
48
46
- name : Set up JDK ${{ matrix.java }}
49
47
uses : actions/setup-java@v3
50
48
with :
You can’t perform that action at this time.
0 commit comments