Skip to content

Commit ddf7d65

Browse files
authored
Merge pull request #261 from apache/dependabot/github_actions/actions/setup-java-4.7.1
Bump actions/setup-java from 4.7.0 to 4.7.1
2 parents e1e5265 + 7d1613a commit ddf7d65

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
persist-credentials: false
4646
- name: Set up JDK ${{ matrix.java }}
47-
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
47+
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
4848
with:
4949
distribution: temurin
5050
java-version: ${{ matrix.java }}

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
persist-credentials: false
4848
- name: Set up JDK ${{ matrix.java }}
49-
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
49+
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
5050
with:
5151
distribution: temurin
5252
java-version: ${{ matrix.java }}

.github/workflows/maven_legacy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
persist-credentials: false
4444
- name: Set up JDK ${{ matrix.java }}
45-
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
45+
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
4646
with:
4747
distribution: temurin
4848
java-version: ${{ matrix.java }}

0 commit comments

Comments
 (0)