This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push:
new f8106cd28 Bump actions/setup-java from 5.7.0 to 6.0.0.
f8106cd28 is described below
commit f8106cd28e8787c4c1e1efc90f5316b969681d8a
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Aug 27 13:41:00 2026 -0400
Bump actions/setup-java from 5.7.0 to 6.0.0.
---
.github/workflows/codeql-analysis.yml | 2 +-
.github/workflows/maven.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index d0dbdfef9..000187da9 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -57,7 +57,7 @@ jobs:
${{ runner.os }}-maven-
- name: Set up JDK
- uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # 5.7.0
+ uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # 6.0.0
with:
distribution: 'temurin'
java-version: 11
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 2b6a7788b..ea9eecf4b 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -56,7 +56,7 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Set up JDK ${{ matrix.java }}
- uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # 5.7.0
+ uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # 6.0.0
with:
distribution: ${{ runner.os == 'macOS' && matrix.java == '8' && 'zulu'
|| 'temurin' }}
java-version: ${{ matrix.java }}