This is an automated email from the ASF dual-hosted git repository.
ggregory 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 a3e6f4b18 Bump actions/setup-java from 4.5.0 to 4.6.0 (#626)
a3e6f4b18 is described below
commit a3e6f4b180f320352c3a716411a70be0aededf35
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 20 04:59:53 2024 -0500
Bump actions/setup-java from 4.5.0 to 4.6.0 (#626)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from
4.5.0 to 4.6.0.
- [Release notes](https://github.com/actions/setup-java/releases)
-
[Commits](https://github.com/actions/setup-java/compare/8df1039502a15bceb9433410b1a100fbe190c53b...7a6d8a8234af8eb26422e24e3006232cccaa061b)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.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 e5272d672..552cde283 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -56,7 +56,7 @@ jobs:
${{ runner.os }}-maven-
- name: Set up JDK
- uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b #
v4.5.0
+ uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b #
v4.6.0
with:
distribution: 'temurin'
java-version: 11
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index a28fa6fe5..63fbc44bd 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -48,7 +48,7 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Set up JDK ${{ matrix.java }}
- uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b #
v4.5.0
+ uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b #
v4.6.0
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}