This is an automated email from the ASF dual-hosted git repository. lidavidm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push: new 785ebdf54 chore: bump google-github-actions/auth from 2.1.11 to 2.1.12 (#3236) 785ebdf54 is described below commit 785ebdf541c42e70591afcd4e4d15267773ceb3f Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Aug 5 16:48:42 2025 +0900 chore: bump google-github-actions/auth from 2.1.11 to 2.1.12 (#3236) Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2.1.11 to 2.1.12. Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/native-unix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/native-unix.yml b/.github/workflows/native-unix.yml index e3ed2e678..044f23b1d 100644 --- a/.github/workflows/native-unix.yml +++ b/.github/workflows/native-unix.yml @@ -400,7 +400,7 @@ jobs: with: fetch-depth: 0 persist-credentials: false - - uses: google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462 # v2.1.11 + - uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12 continue-on-error: true # if auth fails, bigquery driver tests should skip with: workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }} @@ -462,7 +462,7 @@ jobs: with: fetch-depth: 0 persist-credentials: false - - uses: google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462 # v2.1.11 + - uses: google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12 continue-on-error: true # if auth fails, bigquery driver tests should skip with: workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}