From 4c73c412acc8831435c80c761a7675da7f46407f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:09:36 +0000 Subject: [PATCH] Bump google-github-actions/setup-gcloud from 0.2.1 to 2.1.4 Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 0.2.1 to 2.1.4. - [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/v0.2.1...v2.1.4) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/gcf-snapshot.yml | 2 +- .github/workflows/gcr-snapshot.yml | 2 +- .github/workflows/release-manually.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gcf-snapshot.yml b/.github/workflows/gcf-snapshot.yml index 21f4ecde68c..dc11cbff915 100644 --- a/.github/workflows/gcf-snapshot.yml +++ b/.github/workflows/gcf-snapshot.yml @@ -23,7 +23,7 @@ jobs: GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }} PREDICTIVE_TEST_SELECTION: "${{ github.event_name == 'pull_request' && 'true' || 'false' }}" - name: Authenticate into Google Cloud Platform - uses: google-github-actions/setup-gcloud@v0.2.1 + uses: google-github-actions/setup-gcloud@v2.1.4 with: service_account_email: ${{ secrets.GCLOUD_EMAIL }} service_account_key: ${{ secrets.GCLOUD_AUTH }} diff --git a/.github/workflows/gcr-snapshot.yml b/.github/workflows/gcr-snapshot.yml index d66f0c84edd..a5e38f7b491 100644 --- a/.github/workflows/gcr-snapshot.yml +++ b/.github/workflows/gcr-snapshot.yml @@ -26,7 +26,7 @@ jobs: run: | ./gradlew starter-web-netty:dockerBuild -PdockerImageName="gcr.io/${{ secrets.GCLOUD_PROJECT }}/${{ secrets.GCLOUD_SNAPSHOT_APP_NAME }}:snapshot" - name: Authenticate into Google Cloud Platform - uses: google-github-actions/setup-gcloud@v0.2.1 + uses: google-github-actions/setup-gcloud@v2.1.4 with: project_id: ${{ secrets.GCLOUD_PROJECT }} service_account_email: ${{ secrets.GCLOUD_EMAIL }} diff --git a/.github/workflows/release-manually.yml b/.github/workflows/release-manually.yml index b7cfc4f4559..f6c8b05aa99 100644 --- a/.github/workflows/release-manually.yml +++ b/.github/workflows/release-manually.yml @@ -45,7 +45,7 @@ jobs: run: | ./gradlew starter-web-netty:dockerBuild -PdockerImageName="gcr.io/${{ secrets.GCLOUD_PROJECT }}/micronaut-starter:latest" - name: Authenticate into Google Cloud Platform - uses: google-github-actions/setup-gcloud@v0.2.1 + uses: google-github-actions/setup-gcloud@v2.1.4 with: service_account_email: ${{ secrets.GCLOUD_EMAIL }} service_account_key: ${{ secrets.GCLOUD_AUTH }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8da45310532..38351029f7d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -349,7 +349,7 @@ jobs: run: | ./gradlew starter-web-netty:dockerBuild -PdockerImageName="gcr.io/${{ secrets.GCLOUD_PROJECT }}/micronaut-starter:${{ steps.release_version.outputs.release_version }}" - name: Authenticate into Google Cloud Platform - uses: google-github-actions/setup-gcloud@v0.2.1 + uses: google-github-actions/setup-gcloud@v2.1.4 with: service_account_email: ${{ secrets.GCLOUD_EMAIL }} service_account_key: ${{ secrets.GCLOUD_AUTH }}