Skip to content

Commit c96ce98

Browse files
ci: bump actions/setup-java from 4.7.0 to 4.7.1
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.7.0 to 4.7.1. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v4.7.0...v4.7.1) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: 4.7.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 97880ba commit c96ce98

7 files changed

+9
-9
lines changed

Diff for: .github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
persist-credentials: false
3333

3434
- name: Install JDK
35-
uses: actions/[email protected].0 # https://github.com/actions/setup-java
35+
uses: actions/[email protected].1 # https://github.com/actions/setup-java
3636
with:
3737
distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions
3838
java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax

Diff for: .github/workflows/integration-tests-h2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# Whether to configure the token or SSH key with the local git config. Default: true
5353
persist-credentials: false
5454
- name: Install JDK
55-
uses: actions/[email protected].0 # https://github.com/actions/setup-java
55+
uses: actions/[email protected].1 # https://github.com/actions/setup-java
5656
with:
5757
distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions
5858
java-version: ${{ matrix.java-version }} # https://github.com/actions/setup-java#supported-version-syntax

Diff for: .github/workflows/integration-tests-mysql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# Whether to configure the token or SSH key with the local git config. Default: true
6565
persist-credentials: false
6666
- name: Install JDK
67-
uses: actions/[email protected].0 # https://github.com/actions/setup-java
67+
uses: actions/[email protected].1 # https://github.com/actions/setup-java
6868
with:
6969
distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions
7070
java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax

Diff for: .github/workflows/integration-tests-postgres.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# Whether to configure the token or SSH key with the local git config. Default: true
5656
persist-credentials: false
5757
- name: Install JDK
58-
uses: actions/[email protected].0 # https://github.com/actions/setup-java
58+
uses: actions/[email protected].1 # https://github.com/actions/setup-java
5959
with:
6060
distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions
6161
java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax

Diff for: .github/workflows/populate-maven-cache.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
persist-credentials: false
3838

3939
- name: Install JDK
40-
uses: actions/[email protected].0 # https://github.com/actions/setup-java
40+
uses: actions/[email protected].1 # https://github.com/actions/setup-java
4141
with:
4242
distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions
4343
java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax

Diff for: .github/workflows/static-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# Whether to configure the token or SSH key with the local git config. Default: true
3939
persist-credentials: false
4040
- name: Install JDK
41-
uses: actions/[email protected].0 # https://github.com/actions/setup-java
41+
uses: actions/[email protected].1 # https://github.com/actions/setup-java
4242
with:
4343
distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions
4444
java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax
@@ -63,7 +63,7 @@ jobs:
6363
# Whether to configure the token or SSH key with the local git config. Default: true
6464
persist-credentials: false
6565
- name: Install JDK
66-
uses: actions/[email protected].0 # https://github.com/actions/setup-java
66+
uses: actions/[email protected].1 # https://github.com/actions/setup-java
6767
with:
6868
distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions
6969
java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax

Diff for: .github/workflows/unit-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# Whether to configure the token or SSH key with the local git config. Default: true
3838
persist-credentials: false
3939
- name: Install JDK
40-
uses: actions/[email protected].0 # https://github.com/actions/setup-java
40+
uses: actions/[email protected].1 # https://github.com/actions/setup-java
4141
with:
4242
distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions
4343
java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax
@@ -62,7 +62,7 @@ jobs:
6262
# Whether to configure the token or SSH key with the local git config. Default: true
6363
persist-credentials: false
6464
- name: Install JDK
65-
uses: actions/[email protected].0 # https://github.com/actions/setup-java
65+
uses: actions/[email protected].1 # https://github.com/actions/setup-java
6666
with:
6767
distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions
6868
java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax

0 commit comments

Comments
 (0)