From b54683571a61a1c6e8cfc8d375199b3ed890617c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 20:57:38 +0000 Subject: [PATCH] chore(deps): update google-github-actions/auth action to v2.1.0 --- .github/workflows/gcr-cleaner.yml | 2 +- .github/workflows/release.yml | 6 +++--- .github/workflows/remove_app_engine_versions.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/gcr-cleaner.yml b/.github/workflows/gcr-cleaner.yml index 4fd5d872f..68ca8c7a6 100644 --- a/.github/workflows/gcr-cleaner.yml +++ b/.github/workflows/gcr-cleaner.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4.1.1 - id: 'auth' name: 'Authenticate to GCP' - uses: google-github-actions/auth@v2.0.1 + uses: google-github-actions/auth@v2.1.0 with: workload_identity_provider: ${{env.GCP_WORKLOAD_IDENTITY_PROVIDER}} service_account: ${{env.GCP_SERVICE_ACCOUNT}} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 68bd04416..368670806 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -404,7 +404,7 @@ jobs: if: ${{ github.event_name == 'push' }} - id: 'auth' name: 'Authenticate to GCP' - uses: google-github-actions/auth@v2.0.1 + uses: google-github-actions/auth@v2.1.0 with: workload_identity_provider: ${{env.GCP_WORKLOAD_IDENTITY_PROVIDER}} service_account: ${{env.GCP_SERVICE_ACCOUNT}} @@ -524,7 +524,7 @@ jobs: - uses: actions/checkout@v4.1.1 - id: 'auth' name: 'Authenticate to GCP' - uses: google-github-actions/auth@v2.0.1 + uses: google-github-actions/auth@v2.1.0 with: workload_identity_provider: ${{env.GCP_WORKLOAD_IDENTITY_PROVIDER}} service_account: ${{env.GCP_SERVICE_ACCOUNT}} @@ -555,7 +555,7 @@ jobs: - id: 'auth' if: ${{ steps.get_run_numbers.outputs.result != '' }} name: 'Authenticate to GCP' - uses: google-github-actions/auth@v2.0.1 + uses: google-github-actions/auth@v2.1.0 with: workload_identity_provider: ${{env.GCP_WORKLOAD_IDENTITY_PROVIDER}} service_account: ${{env.GCP_SERVICE_ACCOUNT}} diff --git a/.github/workflows/remove_app_engine_versions.yml b/.github/workflows/remove_app_engine_versions.yml index 8b62b7127..b6c9f6b8f 100644 --- a/.github/workflows/remove_app_engine_versions.yml +++ b/.github/workflows/remove_app_engine_versions.yml @@ -27,7 +27,7 @@ jobs: - id: 'auth' if: ${{ steps.get_run_numbers.outputs.result != '' }} name: 'Authenticate to GCP' - uses: google-github-actions/auth@v2.0.1 + uses: google-github-actions/auth@v2.1.0 with: workload_identity_provider: 'projects/765091727073/locations/global/workloadIdentityPools/hato-atama-workload-identity/providers/github' service_account: 'actions-deploy@hato-atama.iam.gserviceaccount.com'