From 04d0be1ea3531923a0ce93f72b9d5e29869592b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 14:13:48 +0200 Subject: [PATCH 1/2] build(deps): bump google-github-actions/setup-gcloud from 2.2.0 to 3.0.0 (#9587) Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 2.2.0 to 3.0.0. - [Release notes](https://github.com/google-github-actions/setup-gcloud/releases) - [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/setup-gcloud/compare/cb1e50a9932213ecece00a606661ae9ca44f3397...26f734c2779b00b7dda794207734c511110a4368) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Francisco Ramon (cherry picked from commit abfe4dae2bcffef5d1688d979c5b06204b5963ae) # Conflicts: # .github/workflows/serverless-project.yml --- .github/workflows/serverless-project.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/serverless-project.yml b/.github/workflows/serverless-project.yml index 7fe4ab82eef..ed57dfe6b69 100644 --- a/.github/workflows/serverless-project.yml +++ b/.github/workflows/serverless-project.yml @@ -75,7 +75,11 @@ jobs: project-id: "elastic-observability-ci" - name: Set up Cloud SDK +<<<<<<< HEAD uses: google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a +======= + uses: google-github-actions/setup-gcloud@26f734c2779b00b7dda794207734c511110a4368 +>>>>>>> abfe4dae2 (build(deps): bump google-github-actions/setup-gcloud from 2.2.0 to 3.0.0 (#9587)) # TODO: as soon as the oblt-framework supports elastic-observability-ci we can avoid this step. # NOTE: From f1e7ab0e62464ce5d4d7f7f61472a6e9d840d2d1 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 2 Sep 2025 16:06:22 +0200 Subject: [PATCH 2/2] Update .github/workflows/serverless-project.yml --- .github/workflows/serverless-project.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/serverless-project.yml b/.github/workflows/serverless-project.yml index ed57dfe6b69..ff3ed4a8777 100644 --- a/.github/workflows/serverless-project.yml +++ b/.github/workflows/serverless-project.yml @@ -75,11 +75,7 @@ jobs: project-id: "elastic-observability-ci" - name: Set up Cloud SDK -<<<<<<< HEAD - uses: google-github-actions/setup-gcloud@77e7a554d41e2ee56fc945c52dfd3f33d12def9a -======= uses: google-github-actions/setup-gcloud@26f734c2779b00b7dda794207734c511110a4368 ->>>>>>> abfe4dae2 (build(deps): bump google-github-actions/setup-gcloud from 2.2.0 to 3.0.0 (#9587)) # TODO: as soon as the oblt-framework supports elastic-observability-ci we can avoid this step. # NOTE: