From f045304851e8fe2a4163665a58e704d660152fbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 09:26:27 +0200 Subject: [PATCH 1/2] build(deps): bump google-github-actions/setup-gcloud from 3.0.0 to 3.0.1 (#9662) * build(deps): bump google-github-actions/setup-gcloud from 3.0.0 to 3.0.1 Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 3.0.0 to 3.0.1. - [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/26f734c2779b00b7dda794207734c511110a4368...aa5489c8933f4cc7a4f7d45035b3b1440c9c10db) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Add comment with version for traceability --------- 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 66a39efd947c1be952658ff4e069517faf48a39f) # 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..53e449f58b7 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@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db # v3.0.1 +>>>>>>> 66a39efd9 (build(deps): bump google-github-actions/setup-gcloud from 3.0.0 to 3.0.1 (#9662)) # TODO: as soon as the oblt-framework supports elastic-observability-ci we can avoid this step. # NOTE: From 3c9d3c4d079ce604a9c83dc89a39ebc840c64ec2 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 2 Sep 2025 10:01:41 +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 53e449f58b7..4ef92484730 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@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db # v3.0.1 ->>>>>>> 66a39efd9 (build(deps): bump google-github-actions/setup-gcloud from 3.0.0 to 3.0.1 (#9662)) # TODO: as soon as the oblt-framework supports elastic-observability-ci we can avoid this step. # NOTE: