File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 66
66
download-location : ${{env.PLUGIN_NAME}}
67
67
68
68
- name : Run Opensearch with A Single Plugin
69
- uses : derek-ho/start-opensearch@v6
69
+ uses : derek-ho/start-opensearch@v7
70
70
with :
71
71
opensearch-version : ${{ env.OPENSEARCH_VERSION }}
72
72
plugins : " file:$(pwd)/opensearch-security.zip"
Original file line number Diff line number Diff line change 42
42
download-location : ${{ env.PLUGIN_NAME }}
43
43
44
44
- name : Run Opensearch with security
45
- uses : derek-ho/start-opensearch@v6
45
+ uses : derek-ho/start-opensearch@v7
46
46
with :
47
47
opensearch-version : ${{ env.OPENSEARCH_VERSION }}
48
48
plugins : " file:$(pwd)/${{ env.PLUGIN_NAME }}.zip"
Original file line number Diff line number Diff line change 43
43
download-location : ${{ env.PLUGIN_NAME }}
44
44
45
45
- name : Run Opensearch with security
46
- uses : derek-ho/start-opensearch@v6
46
+ uses : derek-ho/start-opensearch@v7
47
47
with :
48
48
opensearch-version : ${{ env.OPENSEARCH_VERSION }}
49
49
plugins : " file:$(pwd)/${{ env.PLUGIN_NAME }}.zip"
Original file line number Diff line number Diff line change 46
46
plugin-version : ${{ env.PLUGIN_VERSION }}
47
47
48
48
- name : Run Opensearch with A Single Plugin Remote Cluster
49
- uses : derek-ho/start-opensearch@v6
49
+ uses : derek-ho/start-opensearch@v7
50
50
with :
51
51
opensearch-version : ${{ env.OPENSEARCH_VERSION }}
52
52
plugins : " file:$(pwd)/opensearch-security-${{ env.OPENSEARCH_VERSION }}.zip"
62
62
shell : bash
63
63
64
64
- name : Run Opensearch with security
65
- uses : derek-ho/start-opensearch@v6
65
+ uses : derek-ho/start-opensearch@v7
66
66
with :
67
67
opensearch-version : ${{ env.OPENSEARCH_VERSION }}
68
68
plugins : " file:$(pwd)/${{ env.PLUGIN_NAME }}.zip"
Original file line number Diff line number Diff line change 38
38
download-location : ${{ env.PLUGIN_NAME }}
39
39
40
40
- name : Run Opensearch with security
41
- uses : derek-ho/start-opensearch@v6
41
+ uses : derek-ho/start-opensearch@v7
42
42
with :
43
43
opensearch-version : ${{ env.OPENSEARCH_VERSION }}
44
44
plugins : " file:$(pwd)/${{ env.PLUGIN_NAME }}.zip"
You can’t perform that action at this time.
0 commit comments