This is an automated email from the ASF dual-hosted git repository.
wgtmac pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-java.git
The following commit(s) were added to refs/heads/master by this push:
new 29347baf0 Bump actions/setup-java from 6.0.0 to 6.0.1 (#3806)
29347baf0 is described below
commit 29347baf0aa7f294cb7e9b0587674c9f1f203f0c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 24 11:43:22 2026 +0800
Bump actions/setup-java from 6.0.0 to 6.0.1 (#3806)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from
6.0.0 to 6.0.1.
- [Release notes](https://github.com/actions/setup-java/releases)
-
[Commits](https://github.com/actions/setup-java/compare/dd06d9cba3e5552c54d9f8ea23572deb30010f7c...de7274f081f381c8f8158605e0321c36c376e2e6)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-version: 6.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/ci-hadoop3.yml | 2 +-
.github/workflows/release-prepare-rc.yml | 2 +-
.github/workflows/release-publish.yml | 2 +-
.github/workflows/vector-plugins.yml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/ci-hadoop3.yml b/.github/workflows/ci-hadoop3.yml
index 65f088c6a..bc755fe76 100644
--- a/.github/workflows/ci-hadoop3.yml
+++ b/.github/workflows/ci-hadoop3.yml
@@ -41,7 +41,7 @@ jobs:
with:
persist-credentials: false
- name: Set up JDK ${{ matrix.java.setup }}
- uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c #
v6.0.0
+ uses: actions/setup-java@de7274f081f381c8f8158605e0321c36c376e2e6 #
v6.0.1
with:
distribution: temurin
java-version: ${{ matrix.java.setup }}
diff --git a/.github/workflows/release-prepare-rc.yml
b/.github/workflows/release-prepare-rc.yml
index a0c81036a..5c1035946 100644
--- a/.github/workflows/release-prepare-rc.yml
+++ b/.github/workflows/release-prepare-rc.yml
@@ -57,7 +57,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up JDK 17
- uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c #
v6.0.0
+ uses: actions/setup-java@de7274f081f381c8f8158605e0321c36c376e2e6 #
v6.0.1
with:
distribution: temurin
java-version: '17'
diff --git a/.github/workflows/release-publish.yml
b/.github/workflows/release-publish.yml
index 8d94bb607..2dca79089 100644
--- a/.github/workflows/release-publish.yml
+++ b/.github/workflows/release-publish.yml
@@ -66,7 +66,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up JDK 17
- uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c #
v6.0.0
+ uses: actions/setup-java@de7274f081f381c8f8158605e0321c36c376e2e6 #
v6.0.1
with:
distribution: temurin
java-version: '17'
diff --git a/.github/workflows/vector-plugins.yml
b/.github/workflows/vector-plugins.yml
index 3cfcc46ef..b171dad00 100644
--- a/.github/workflows/vector-plugins.yml
+++ b/.github/workflows/vector-plugins.yml
@@ -42,7 +42,7 @@ jobs:
with:
persist-credentials: false
- name: Set up JDK ${{ matrix.java }}
- uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c #
v6.0.0
+ uses: actions/setup-java@de7274f081f381c8f8158605e0321c36c376e2e6 #
v6.0.1
with:
distribution: temurin
java-version: ${{ matrix.java }}