Skip to content

Commit a5197ae

Browse files
[update][github][action] Bump actions/setup-java from 4.6.0 to 4.7.0 (#1196)
1 parent 2afd64f commit a5197ae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# Prefix the list here with "+" to use these queries and those in the config file.
4646
# queries: ./path/to/local/query, your-org/your-repo/queries@main
4747
- name: Setup Java JDK
48-
uses: actions/setup-java@v4.6.0
48+
uses: actions/setup-java@v4.7.0
4949
with:
5050
# The Java version to make available on the path. Takes a whole or semver Java version, or 1.x syntax (e.g. 1.8 => Java 8.x). Early access versions can be specified in the form of e.g. 14-ea, 14.0.0-ea, or 14.0.0-ea.28
5151
java-version: 1.8

.github/workflows/maven-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
maven-version: 3.8.8
4141

4242
- name: 4. Set up JDK
43-
uses: actions/setup-java@v4.6.0
43+
uses: actions/setup-java@v4.7.0
4444
with:
4545
java-version: '8'
4646
distribution: 'adopt'

.github/workflows/verify.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
maven-version: 3.8.8
2525
- name: Set up JDK 8
26-
uses: actions/setup-java@v4.6.0
26+
uses: actions/setup-java@v4.7.0
2727
with:
2828
java-version: '8'
2929
distribution: 'adopt'

0 commit comments

Comments
 (0)