From 2d940d9267610f6ab3f161fc23ef431f305fe324 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:10:59 +0200 Subject: [PATCH] chore(deps): Update google-github-actions/auth action to v2 (#16951) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [google-github-actions/auth](https://togithub.com/google-github-actions/auth) | action | major | `v1` -> `v2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
google-github-actions/auth (google-github-actions/auth) ### [`v2`](https://togithub.com/google-github-actions/auth/releases/tag/v2) [Compare Source](https://togithub.com/google-github-actions/auth/compare/v1...v2) Floating v2 alias
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- .github/workflows/dest_bigquery.yml | 2 +- .github/workflows/dest_gcs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dest_bigquery.yml b/.github/workflows/dest_bigquery.yml index f0ae7f5ce20794..a38e32fa90aa40 100644 --- a/.github/workflows/dest_bigquery.yml +++ b/.github/workflows/dest_bigquery.yml @@ -55,7 +55,7 @@ jobs: if: github.event_name == 'pull_request' run: test "$(git status -s | wc -l)" -eq 0 || (git status -s; exit 1) - name: Authenticate to Google Cloud - uses: 'google-github-actions/auth@v1' + uses: 'google-github-actions/auth@v2' with: workload_identity_provider: 'projects/151868820337/locations/global/workloadIdentityPools/integration-test-pool/providers/integration-test-provider' service_account: 'integration-service-account@cq-integration-tests.iam.gserviceaccount.com' diff --git a/.github/workflows/dest_gcs.yml b/.github/workflows/dest_gcs.yml index 3090e7a7ea6b52..8b32c86b5837d4 100644 --- a/.github/workflows/dest_gcs.yml +++ b/.github/workflows/dest_gcs.yml @@ -52,7 +52,7 @@ jobs: if: github.event_name == 'pull_request' run: test "$(git status -s | wc -l)" -eq 0 || (git status -s; exit 1) - name: Authenticate to Google Cloud - uses: 'google-github-actions/auth@v1' + uses: 'google-github-actions/auth@v2' with: workload_identity_provider: 'projects/151868820337/locations/global/workloadIdentityPools/integration-test-pool/providers/integration-test-provider' service_account: 'integration-service-account@cq-integration-tests.iam.gserviceaccount.com'