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 13c96d169 chore: Bump google-github-actions/auth from 2.1.12 to 3.0.0 
(#3406)
13c96d169 is described below

commit 13c96d1698984bdd4f13ec2470f0b406c3a03972
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 9 09:35:28 2025 +0900

    chore: Bump google-github-actions/auth from 2.1.12 to 3.0.0 (#3406)
    
    Bumps
    [google-github-actions/auth](https://github.com/google-github-actions/auth)
    from 2.1.12 to 3.0.0.
    
    Signed-off-by: dependabot[bot] <[email protected]>
    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 53904dc7f..5a1f7a507 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@b7593ed2efd1c1617e1b0254da33b86225adb2a5  # v2.1.12
+      - uses: 
google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093  # v3.0.0
         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@b7593ed2efd1c1617e1b0254da33b86225adb2a5  # v2.1.12
+      - uses: 
google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093  # v3.0.0
         continue-on-error: true # if auth fails, bigquery driver tests should 
skip
         with:
           workload_identity_provider: ${{ 
secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}

Reply via email to