From 925f7332b6629b6c12318dadbc077b9fdcaccd40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 18:54:51 +0000 Subject: [PATCH] Bump the gcp-actions group with 2 updates Bumps the gcp-actions group with 2 updates: [google-github-actions/auth](https://github.com/google-github-actions/auth) and [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud). Updates `google-github-actions/auth` from 2 to 3 - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/auth/compare/v2...v3) Updates `google-github-actions/setup-gcloud` from 2 to 3 - [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/v2...v3) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gcp-actions - dependency-name: google-github-actions/setup-gcloud dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gcp-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/despliega-cloud-run.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/despliega-cloud-run.yaml b/.github/workflows/despliega-cloud-run.yaml index b659282..86302f7 100644 --- a/.github/workflows/despliega-cloud-run.yaml +++ b/.github/workflows/despliega-cloud-run.yaml @@ -58,13 +58,13 @@ jobs: # Workload Identity Federation: GitHub Actions actĂșa como proveedor OIDC. # No se almacenan llaves JSON de service account en ningĂșn secreto. # El binding en iam.tf restringe el acceso al repositorio y entorno exactos. - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: workload_identity_provider: ${{ vars.GCP_WORKLOAD_IDENTITY_PROVIDER }} service_account: ${{ vars.GCP_SERVICE_ACCOUNT }} - name: Configurar gcloud CLI - uses: google-github-actions/setup-gcloud@v2 + uses: google-github-actions/setup-gcloud@v3 - name: Construir referencia de imagen # Usa la imagen publicada en GHCR por envia-a-packages.yml con el mismo git tag.