Skip to content

Commit af737d8

Browse files
Update actions/setup-java action to v3.11.0 (#70)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 48690c6 commit af737d8

File tree

40 files changed

+40
-40
lines changed

40 files changed

+40
-40
lines changed

.github/workflows/login-registration-springboot-hibernate-jsp-auth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2727

2828
- name: Set up JDK 17
29-
uses: actions/setup-java@v3.9.0
29+
uses: actions/setup-java@v3.11.0
3030
with:
3131
java-version: 17
3232
distribution: "adopt"

.github/workflows/registration-login-springboot-security-thymeleaf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2424

2525
- name: Set up JDK 17
26-
uses: actions/setup-java@v3.9.0
26+
uses: actions/setup-java@v3.11.0
2727
with:
2828
java-version: 17
2929
distribution: "adopt"

.github/workflows/spring-aop-advice-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2424

2525
- name: Set up JDK 17
26-
uses: actions/setup-java@v3.9.0
26+
uses: actions/setup-java@v3.11.0
2727
with:
2828
java-version: 17
2929
distribution: "adopt"

.github/workflows/spring-boot-crud-rest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2424

2525
- name: Set up JDK 17
26-
uses: actions/setup-java@v3.9.0
26+
uses: actions/setup-java@v3.11.0
2727
with:
2828
java-version: 17
2929
distribution: "adopt"

.github/workflows/spring-propertysource-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2424

2525
- name: Set up JDK 17
26-
uses: actions/setup-java@v3.9.0
26+
uses: actions/setup-java@v3.11.0
2727
with:
2828
java-version: 17
2929
distribution: "adopt"

.github/workflows/springboot-async-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2424

2525
- name: Set up JDK 17
26-
uses: actions/setup-java@v3.9.0
26+
uses: actions/setup-java@v3.11.0
2727
with:
2828
java-version: 17
2929
distribution: "adopt"

.github/workflows/springboot-crud-hibernate-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2424

2525
- name: Set up JDK 17
26-
uses: actions/setup-java@v3.9.0
26+
uses: actions/setup-java@v3.11.0
2727
with:
2828
java-version: 17
2929
distribution: "adopt"

.github/workflows/springboot-crud-rest-api-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2424

2525
- name: Set up JDK 17
26-
uses: actions/setup-java@v3.9.0
26+
uses: actions/setup-java@v3.11.0
2727
with:
2828
java-version: 17
2929
distribution: "adopt"

.github/workflows/springboot-hibernate-composite-key-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2424

2525
- name: Set up JDK 17
26-
uses: actions/setup-java@v3.9.0
26+
uses: actions/setup-java@v3.11.0
2727
with:
2828
java-version: 17
2929
distribution: "adopt"

.github/workflows/springboot-hibernate-many-to-many-mapping.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2424

2525
- name: Set up JDK 17
26-
uses: actions/setup-java@v3.9.0
26+
uses: actions/setup-java@v3.11.0
2727
with:
2828
java-version: 17
2929
distribution: "adopt"

0 commit comments

Comments
 (0)