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 7e63ecd7d chore: bump the actions group with 4 updates (#4767)
7e63ecd7d is described below

commit 7e63ecd7d07fdb94289f794fb4e49673c802c783
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 9 09:36:38 2026 +0900

    chore: bump the actions group with 4 updates (#4767)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: David Li <[email protected]>
---
 .github/workflows/asf-allowlist-check.yml |  2 +-
 .github/workflows/r-basic.yml             |  4 ++--
 .github/workflows/r-check.yml             |  6 +++---
 .github/workflows/r-extended.yml          | 12 ++++++------
 .github/workflows/r-standard.yml          |  4 ++--
 5 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/.github/workflows/asf-allowlist-check.yml 
b/.github/workflows/asf-allowlist-check.yml
index a597dc199..a720e20c8 100644
--- a/.github/workflows/asf-allowlist-check.yml
+++ b/.github/workflows/asf-allowlist-check.yml
@@ -50,6 +50,6 @@ jobs:
 
     # Analyze workflows with Zizmor
     - name: Run zizmor 🌈
-      uses: zizmorcore/zizmor-action@3dc1ecc9bcb9e94e9b2c709687979e1298497054 
# v0.6.2
+      uses: zizmorcore/zizmor-action@70fb788f84895a7701f5643d103d587e460b5c99 
# v0.6.3
       with:
         advanced-security: false
diff --git a/.github/workflows/r-basic.yml b/.github/workflows/r-basic.yml
index 24ec662dd..37af7786e 100644
--- a/.github/workflows/r-basic.yml
+++ b/.github/workflows/r-basic.yml
@@ -44,7 +44,7 @@ jobs:
         os: [ubuntu]
         pkg: [adbcdrivermanager, adbcsqlite, adbcpostgresql]
 
-    uses: ./.github/workflows/r-check.yml
+    uses: $/.github/workflows/r-check.yml
     with:
       os: ${{ matrix.os }}
       pkg: ${{ matrix.pkg }}
@@ -55,7 +55,7 @@ jobs:
         os: [ubuntu]
         pkg: [adbcflightsql]
 
-    uses: ./.github/workflows/r-check.yml
+    uses: $/.github/workflows/r-check.yml
     with:
       os: ${{ matrix.os }}
       pkg: ${{ matrix.pkg }}
diff --git a/.github/workflows/r-check.yml b/.github/workflows/r-check.yml
index 267059013..d98f739e2 100644
--- a/.github/workflows/r-check.yml
+++ b/.github/workflows/r-check.yml
@@ -54,7 +54,7 @@ jobs:
       - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # 
v7.0.0
         with:
           go-version: "${{ env.GO_VERSION }}"
-      - uses: r-lib/actions/setup-r@d3c5be51b12e724e68f33216ca3c148b66d5f0b6  
# v2.12.1
+      - uses: r-lib/actions/setup-r@465b7d8e732ca3921382b1674c59bada9cbf3399  
# v2.13.0
         with:
           r-version: release
           use-public-rspm: true
@@ -79,7 +79,7 @@ jobs:
         env:
           INPUTS_PKG: ${{ inputs.pkg }}
 
-      - uses: 
r-lib/actions/setup-r-dependencies@d3c5be51b12e724e68f33216ca3c148b66d5f0b6
+      - uses: 
r-lib/actions/setup-r-dependencies@465b7d8e732ca3921382b1674c59bada9cbf3399
         with:
           # The development version of adbcdrivermanager from the local path 
is needed for tests
           extra-packages: any::rcmdcheck, local::../adbcdrivermanager
@@ -102,7 +102,7 @@ jobs:
           ADBC_FLIGHTSQL_TEST_URI="grpc://localhost:8080"
           echo "ADBC_FLIGHTSQL_TEST_URI=${ADBC_FLIGHTSQL_TEST_URI}" >> 
$GITHUB_ENV
 
-      - uses: 
r-lib/actions/check-r-package@d3c5be51b12e724e68f33216ca3c148b66d5f0b6  # 
v2.12.1
+      - uses: 
r-lib/actions/check-r-package@465b7d8e732ca3921382b1674c59bada9cbf3399  # 
v2.13.0
         env:
           R_KEEP_PKG_SOURCE: yes
         with:
diff --git a/.github/workflows/r-extended.yml b/.github/workflows/r-extended.yml
index d4644bb2a..d108342bc 100644
--- a/.github/workflows/r-extended.yml
+++ b/.github/workflows/r-extended.yml
@@ -49,7 +49,7 @@ jobs:
       max-parallel: 5
       fail-fast: false
 
-    uses: ./.github/workflows/r-check.yml
+    uses: $/.github/workflows/r-check.yml
     with:
       os: ${{ matrix.os }}
       pkg: ${{ matrix.pkg }}
@@ -65,7 +65,7 @@ jobs:
       max-parallel: 5
       fail-fast: false
 
-    uses: ./.github/workflows/r-check.yml
+    uses: $/.github/workflows/r-check.yml
     with:
       os: ${{ matrix.os }}
       pkg: ${{ matrix.pkg }}
@@ -85,7 +85,7 @@ jobs:
       max-parallel: 4
       fail-fast: false
 
-    uses: ./.github/workflows/r-check.yml
+    uses: $/.github/workflows/r-check.yml
     with:
       os: ${{ matrix.os }}
       pkg: ${{ matrix.pkg }}
@@ -105,7 +105,7 @@ jobs:
       max-parallel: 3
       fail-fast: false
 
-    uses: ./.github/workflows/r-check.yml
+    uses: $/.github/workflows/r-check.yml
     with:
       os: ${{ matrix.os }}
       pkg: ${{ matrix.pkg }}
@@ -129,7 +129,7 @@ jobs:
       - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # 
v7.0.1
         with:
           persist-credentials: false
-      - uses: r-lib/actions/setup-r@d3c5be51b12e724e68f33216ca3c148b66d5f0b6  
# v2.12.1
+      - uses: r-lib/actions/setup-r@465b7d8e732ca3921382b1674c59bada9cbf3399  
# v2.13.0
         with:
           rversion: ${{ matrix.rversion }}
           use-public-rspm: true
@@ -152,7 +152,7 @@ jobs:
           popd
         shell: bash
 
-      - uses: 
r-lib/actions/setup-r-dependencies@d3c5be51b12e724e68f33216ca3c148b66d5f0b6
+      - uses: 
r-lib/actions/setup-r-dependencies@465b7d8e732ca3921382b1674c59bada9cbf3399
         with:
           working-directory: r/${{ matrix.pkg }}
 
diff --git a/.github/workflows/r-standard.yml b/.github/workflows/r-standard.yml
index c84fd0693..b7e5628ea 100644
--- a/.github/workflows/r-standard.yml
+++ b/.github/workflows/r-standard.yml
@@ -52,7 +52,7 @@ jobs:
         os: [ubuntu, macOS, windows]
         pkg: [adbcdrivermanager, adbcsqlite, adbcpostgresql]
 
-    uses: ./.github/workflows/r-check.yml
+    uses: $/.github/workflows/r-check.yml
     with:
       os: ${{ matrix.os }}
       pkg: ${{ matrix.pkg }}
@@ -64,7 +64,7 @@ jobs:
         os: [ubuntu, macOS, windows]
         pkg: [adbcflightsql]
 
-    uses: ./.github/workflows/r-check.yml
+    uses: $/.github/workflows/r-check.yml
     with:
       os: ${{ matrix.os }}
       pkg: ${{ matrix.pkg }}

Reply via email to