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 c7e062f25 chore: bump the actions group (#4678)
c7e062f25 is described below
commit c7e062f25e9bb786ae4d0f593bcf98520b1d3181
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 12 08:55:00 2026 +0900
chore: bump the actions group (#4678)
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/java.yml | 8 ++++----
.github/workflows/packaging.yml | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/asf-allowlist-check.yml
b/.github/workflows/asf-allowlist-check.yml
index 74110c297..a597dc199 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@6fc4b006235f201fdab3722e17240ab420d580e5
# v0.6.1
+ uses: zizmorcore/zizmor-action@3dc1ecc9bcb9e94e9b2c709687979e1298497054
# v0.6.2
with:
advanced-security: false
diff --git a/.github/workflows/java.yml b/.github/workflows/java.yml
index 2fb37e113..6b3a956da 100644
--- a/.github/workflows/java.yml
+++ b/.github/workflows/java.yml
@@ -55,7 +55,7 @@ jobs:
fetch-depth: 0
persist-credentials: false
submodules: recursive
- - uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 #
v5.6.0
+ - uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 #
v5.7.0
with:
cache: "maven"
distribution: "temurin"
@@ -81,7 +81,7 @@ jobs:
fetch-depth: 0
persist-credentials: false
submodules: recursive
- - uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 #
v5.6.0
+ - uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 #
v5.7.0
with:
cache: "maven"
distribution: "temurin"
@@ -122,7 +122,7 @@ jobs:
with:
fetch-depth: 0
persist-credentials: false
- - uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 #
v5.6.0
+ - uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 #
v5.7.0
with:
cache: "maven"
distribution: "temurin"
@@ -260,7 +260,7 @@ jobs:
path: artifacts
pattern: jni-artifacts-*
merge-multiple: true
- - uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 #
v5.6.0
+ - uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 #
v5.7.0
with:
cache: "maven"
distribution: "temurin"
diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml
index 71d91e464..78f27d153 100644
--- a/.github/workflows/packaging.yml
+++ b/.github/workflows/packaging.yml
@@ -456,7 +456,7 @@ jobs:
lookup-only: true
- name: Login to GitHub Container registry
- uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c #
v4.5.2
+ uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f #
v4.6.0
with:
registry: ghcr.io
username: ${{ github.actor }}