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 3818b984c chore: bump the actions group with 3 updates (#4654)
3818b984c is described below
commit 3818b984c3b23465ae374ab8f7cc42a2079a52ea
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 5 08:02:21 2026 +0900
chore: bump the actions group with 3 updates (#4654)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/asf-allowlist-check.yml | 2 +-
.github/workflows/packaging.yml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/asf-allowlist-check.yml
b/.github/workflows/asf-allowlist-check.yml
index e207756df..74110c297 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@6599ee8b7a49aef6a770f63d261d214911a7ce02
# v0.6.0
+ uses: zizmorcore/zizmor-action@6fc4b006235f201fdab3722e17240ab420d580e5
# v0.6.1
with:
advanced-security: false
diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml
index 77a876371..441d5c120 100644
--- a/.github/workflows/packaging.yml
+++ b/.github/workflows/packaging.yml
@@ -425,7 +425,7 @@ jobs:
mv apache-arrow-adbc-$VERSION.tar.gz adbc/ci/linux-packages/
- name: Set up Ruby
- uses: ruby/setup-ruby@a30dfa457ad68707b8b910ac3a244714b61c0626 #
v1.320.0
+ uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b #
v1.321.0
with:
ruby-version: ruby
@@ -438,7 +438,7 @@ jobs:
lookup-only: true
- name: Login to GitHub Container registry
- uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 #
v4.4.0
+ uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c #
v4.5.2
with:
registry: ghcr.io
username: ${{ github.actor }}