Skip to content

Commit b4194db

Browse files
Update actions/setup-java action to v3.10.0
1 parent 2c1568c commit b4194db

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
@@ -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 11
26-
uses: actions/setup-java@v3.9.0
26+
uses: actions/setup-java@v3.10.0
2727
with:
2828
java-version: 11
2929
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 11
26-
uses: actions/setup-java@v3.9.0
26+
uses: actions/setup-java@v3.10.0
2727
with:
2828
java-version: 11
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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.0
2727
with:
2828
java-version: 17
2929
distribution: "adopt"

0 commit comments

Comments
 (0)