From a43211d27634fe28ee6411ff8d8668ff3e2f7a67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 06:26:28 +0000 Subject: [PATCH] Bump opensearch-project/opensearch-build/.github/actions/start-opensearch Bumps [opensearch-project/opensearch-build/.github/actions/start-opensearch](https://github.com/opensearch-project/opensearch-build) from 3d9a524bbfc8128d96113cc578b462153f2ea8d4 to 22a857dc1abddc721de2aeabfd0a2ffd9cc428cb. - [Release notes](https://github.com/opensearch-project/opensearch-build/releases) - [Commits](https://github.com/opensearch-project/opensearch-build/compare/3d9a524bbfc8128d96113cc578b462153f2ea8d4...22a857dc1abddc721de2aeabfd0a2ffd9cc428cb) --- updated-dependencies: - dependency-name: opensearch-project/opensearch-build/.github/actions/start-opensearch dependency-version: 22a857dc1abddc721de2aeabfd0a2ffd9cc428cb dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../workflows/cypress-test-multidatasources-enabled-e2e.yml | 2 +- .../workflows/cypress-test-resource-sharing-enabled-e2e.yml | 2 +- .github/workflows/cypress-test-tenancy-disabled.yml | 2 +- .github/workflows/cypress-test.yml | 2 +- .github/workflows/integration-test.yml | 4 ++-- .github/workflows/verify-binary-installation.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cypress-test-multidatasources-enabled-e2e.yml b/.github/workflows/cypress-test-multidatasources-enabled-e2e.yml index ebb71db5..eabbc032 100644 --- a/.github/workflows/cypress-test-multidatasources-enabled-e2e.yml +++ b/.github/workflows/cypress-test-multidatasources-enabled-e2e.yml @@ -66,7 +66,7 @@ jobs: download-location: ${{env.PLUGIN_NAME}} - name: Run Opensearch with A Single Plugin - uses: opensearch-project/opensearch-build/.github/actions/start-opensearch@3d9a524bbfc8128d96113cc578b462153f2ea8d4 + uses: opensearch-project/opensearch-build/.github/actions/start-opensearch@22a857dc1abddc721de2aeabfd0a2ffd9cc428cb with: opensearch-version: ${{ env.OPENSEARCH_VERSION }} plugins: "file:$(pwd)/opensearch-security.zip" diff --git a/.github/workflows/cypress-test-resource-sharing-enabled-e2e.yml b/.github/workflows/cypress-test-resource-sharing-enabled-e2e.yml index 39e8f587..c7081364 100644 --- a/.github/workflows/cypress-test-resource-sharing-enabled-e2e.yml +++ b/.github/workflows/cypress-test-resource-sharing-enabled-e2e.yml @@ -78,7 +78,7 @@ jobs: - name: Run Opensearch with security + sample resource plugin - uses: opensearch-project/opensearch-build/.github/actions/start-opensearch@3d9a524bbfc8128d96113cc578b462153f2ea8d4 + uses: opensearch-project/opensearch-build/.github/actions/start-opensearch@22a857dc1abddc721de2aeabfd0a2ffd9cc428cb with: opensearch-version: ${{ env.OPENSEARCH_VERSION }} plugins: "file:$(pwd)/opensearch-security.zip,file:${{ env.SAMPLE_PLUGIN_ZIP }}" diff --git a/.github/workflows/cypress-test-tenancy-disabled.yml b/.github/workflows/cypress-test-tenancy-disabled.yml index 66c8812f..139f40eb 100644 --- a/.github/workflows/cypress-test-tenancy-disabled.yml +++ b/.github/workflows/cypress-test-tenancy-disabled.yml @@ -42,7 +42,7 @@ jobs: download-location: ${{ env.PLUGIN_NAME }} - name: Run Opensearch with security - uses: opensearch-project/opensearch-build/.github/actions/start-opensearch@3d9a524bbfc8128d96113cc578b462153f2ea8d4 + uses: opensearch-project/opensearch-build/.github/actions/start-opensearch@22a857dc1abddc721de2aeabfd0a2ffd9cc428cb with: opensearch-version: ${{ env.OPENSEARCH_VERSION }} plugins: "file:$(pwd)/${{ env.PLUGIN_NAME }}.zip" diff --git a/.github/workflows/cypress-test.yml b/.github/workflows/cypress-test.yml index d37e9bb8..a02db7fd 100644 --- a/.github/workflows/cypress-test.yml +++ b/.github/workflows/cypress-test.yml @@ -43,7 +43,7 @@ jobs: download-location: ${{ env.PLUGIN_NAME }} - name: Run Opensearch with security - uses: opensearch-project/opensearch-build/.github/actions/start-opensearch@3d9a524bbfc8128d96113cc578b462153f2ea8d4 + uses: opensearch-project/opensearch-build/.github/actions/start-opensearch@22a857dc1abddc721de2aeabfd0a2ffd9cc428cb with: opensearch-version: ${{ env.OPENSEARCH_VERSION }} plugins: "file:$(pwd)/${{ env.PLUGIN_NAME }}.zip" diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index eed41794..d3991b23 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -71,7 +71,7 @@ jobs: - name: Run OpenSearch with A Single Plugin Remote Cluster - uses: opensearch-project/opensearch-build/.github/actions/start-opensearch@3d9a524bbfc8128d96113cc578b462153f2ea8d4 + uses: opensearch-project/opensearch-build/.github/actions/start-opensearch@22a857dc1abddc721de2aeabfd0a2ffd9cc428cb with: opensearch-version: ${{ env.OPENSEARCH_VERSION }} plugins: ${{ env.REMOTE_PLUGIN_URI }} @@ -88,7 +88,7 @@ jobs: shell: bash - name: Run OpenSearch with security - uses: opensearch-project/opensearch-build/.github/actions/start-opensearch@3d9a524bbfc8128d96113cc578b462153f2ea8d4 + uses: opensearch-project/opensearch-build/.github/actions/start-opensearch@22a857dc1abddc721de2aeabfd0a2ffd9cc428cb with: opensearch-version: ${{ env.OPENSEARCH_VERSION }} plugins: ${{ env.PLUGIN_URI }} diff --git a/.github/workflows/verify-binary-installation.yml b/.github/workflows/verify-binary-installation.yml index e35023a9..41245dc2 100644 --- a/.github/workflows/verify-binary-installation.yml +++ b/.github/workflows/verify-binary-installation.yml @@ -38,7 +38,7 @@ jobs: download-location: ${{ env.PLUGIN_NAME }} - name: Run Opensearch with security - uses: opensearch-project/opensearch-build/.github/actions/start-opensearch@3d9a524bbfc8128d96113cc578b462153f2ea8d4 + uses: opensearch-project/opensearch-build/.github/actions/start-opensearch@22a857dc1abddc721de2aeabfd0a2ffd9cc428cb with: opensearch-version: ${{ env.OPENSEARCH_VERSION }} plugins: "file:$(pwd)/${{ env.PLUGIN_NAME }}.zip"