Skip to content

Commit ded8c9e

Browse files
Bump derek-ho/start-opensearch from 6 to 7 (#2267)
* Bump derek-ho/start-opensearch from 6 to 7 Bumps [derek-ho/start-opensearch](https://github.com/derek-ho/start-opensearch) from 6 to 7. - [Release notes](https://github.com/derek-ho/start-opensearch/releases) - [Commits](derek-ho/start-opensearch@v6...v7) --- updated-dependencies: - dependency-name: derek-ho/start-opensearch dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bf76672 commit ded8c9e

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

.github/workflows/cypress-test-multidatasources-enabled-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
download-location: ${{env.PLUGIN_NAME}}
6767

6868
- name: Run Opensearch with A Single Plugin
69-
uses: derek-ho/start-opensearch@v6
69+
uses: derek-ho/start-opensearch@v7
7070
with:
7171
opensearch-version: ${{ env.OPENSEARCH_VERSION }}
7272
plugins: "file:$(pwd)/opensearch-security.zip"

.github/workflows/cypress-test-tenancy-disabled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
download-location: ${{ env.PLUGIN_NAME }}
4343

4444
- name: Run Opensearch with security
45-
uses: derek-ho/start-opensearch@v6
45+
uses: derek-ho/start-opensearch@v7
4646
with:
4747
opensearch-version: ${{ env.OPENSEARCH_VERSION }}
4848
plugins: "file:$(pwd)/${{ env.PLUGIN_NAME }}.zip"

.github/workflows/cypress-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
download-location: ${{ env.PLUGIN_NAME }}
4444

4545
- name: Run Opensearch with security
46-
uses: derek-ho/start-opensearch@v6
46+
uses: derek-ho/start-opensearch@v7
4747
with:
4848
opensearch-version: ${{ env.OPENSEARCH_VERSION }}
4949
plugins: "file:$(pwd)/${{ env.PLUGIN_NAME }}.zip"

.github/workflows/integration-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
plugin-version: ${{ env.PLUGIN_VERSION }}
4747

4848
- name: Run Opensearch with A Single Plugin Remote Cluster
49-
uses: derek-ho/start-opensearch@v6
49+
uses: derek-ho/start-opensearch@v7
5050
with:
5151
opensearch-version: ${{ env.OPENSEARCH_VERSION }}
5252
plugins: "file:$(pwd)/opensearch-security-${{ env.OPENSEARCH_VERSION }}.zip"
@@ -62,7 +62,7 @@ jobs:
6262
shell: bash
6363

6464
- name: Run Opensearch with security
65-
uses: derek-ho/start-opensearch@v6
65+
uses: derek-ho/start-opensearch@v7
6666
with:
6767
opensearch-version: ${{ env.OPENSEARCH_VERSION }}
6868
plugins: "file:$(pwd)/${{ env.PLUGIN_NAME }}.zip"

.github/workflows/verify-binary-installation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
download-location: ${{ env.PLUGIN_NAME }}
3939

4040
- name: Run Opensearch with security
41-
uses: derek-ho/start-opensearch@v6
41+
uses: derek-ho/start-opensearch@v7
4242
with:
4343
opensearch-version: ${{ env.OPENSEARCH_VERSION }}
4444
plugins: "file:$(pwd)/${{ env.PLUGIN_NAME }}.zip"

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1818
- Bump `actions/github-script` from 6 to 7 ([#2259](https://github.com/opensearch-project/security-dashboards-plugin/pull/2259))
1919
- Bump `tibdex/github-app-token` from 1.5.0 to 2.1.0 ([#2262](https://github.com/opensearch-project/security-dashboards-plugin/pull/2262))
2020
- Bump `stefanzweifel/git-auto-commit-action` from 5 to 6 ([#2268](https://github.com/opensearch-project/security-dashboards-plugin/pull/2268))
21+
- Bump `derek-ho/start-opensearch` from 6 to 7 ([#2267](https://github.com/opensearch-project/security-dashboards-plugin/pull/2267))
2122

2223
### Deprecated
2324

0 commit comments

Comments
 (0)