diff --git a/.github/workflows/login-registration-springboot-hibernate-jsp-auth.yml b/.github/workflows/login-registration-springboot-hibernate-jsp-auth.yml index 4a754f7e..22d8febd 100644 --- a/.github/workflows/login-registration-springboot-hibernate-jsp-auth.yml +++ b/.github/workflows/login-registration-springboot-hibernate-jsp-auth.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/registration-login-springboot-security-thymeleaf.yml b/.github/workflows/registration-login-springboot-security-thymeleaf.yml index c7f4304d..f5051154 100644 --- a/.github/workflows/registration-login-springboot-security-thymeleaf.yml +++ b/.github/workflows/registration-login-springboot-security-thymeleaf.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/spring-aop-advice-examples.yml b/.github/workflows/spring-aop-advice-examples.yml index 4d0a3407..8e891e73 100644 --- a/.github/workflows/spring-aop-advice-examples.yml +++ b/.github/workflows/spring-aop-advice-examples.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/spring-boot-crud-rest.yml b/.github/workflows/spring-boot-crud-rest.yml index 6ffa8ed8..814033f2 100644 --- a/.github/workflows/spring-boot-crud-rest.yml +++ b/.github/workflows/spring-boot-crud-rest.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/spring-propertysource-example.yml b/.github/workflows/spring-propertysource-example.yml index c498e504..ce925de0 100644 --- a/.github/workflows/spring-propertysource-example.yml +++ b/.github/workflows/spring-propertysource-example.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot-async-example.yml b/.github/workflows/springboot-async-example.yml index 13e52af0..c43b22c3 100644 --- a/.github/workflows/springboot-async-example.yml +++ b/.github/workflows/springboot-async-example.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot-crud-hibernate-example.yml b/.github/workflows/springboot-crud-hibernate-example.yml index 915baca8..a8af8af9 100644 --- a/.github/workflows/springboot-crud-hibernate-example.yml +++ b/.github/workflows/springboot-crud-hibernate-example.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot-crud-rest-api-validation.yml b/.github/workflows/springboot-crud-rest-api-validation.yml index 4c730b0d..6d1060a2 100644 --- a/.github/workflows/springboot-crud-rest-api-validation.yml +++ b/.github/workflows/springboot-crud-rest-api-validation.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot-hibernate-composite-key-demo.yml b/.github/workflows/springboot-hibernate-composite-key-demo.yml index 85722b8c..5ceb0bd3 100644 --- a/.github/workflows/springboot-hibernate-composite-key-demo.yml +++ b/.github/workflows/springboot-hibernate-composite-key-demo.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot-hibernate-many-to-many-mapping.yml b/.github/workflows/springboot-hibernate-many-to-many-mapping.yml index 45c1eff7..d3b15910 100644 --- a/.github/workflows/springboot-hibernate-many-to-many-mapping.yml +++ b/.github/workflows/springboot-hibernate-many-to-many-mapping.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot-hibernate-one-many-mapping.yml b/.github/workflows/springboot-hibernate-one-many-mapping.yml index e767d5bf..f9cc0e6b 100644 --- a/.github/workflows/springboot-hibernate-one-many-mapping.yml +++ b/.github/workflows/springboot-hibernate-one-many-mapping.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot-hibernate-one-one-mapping.yml b/.github/workflows/springboot-hibernate-one-one-mapping.yml index 133bb8be..9f8918fe 100644 --- a/.github/workflows/springboot-hibernate-one-one-mapping.yml +++ b/.github/workflows/springboot-hibernate-one-one-mapping.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot-jpa-one-to-one-example.yml b/.github/workflows/springboot-jpa-one-to-one-example.yml index 2e787cb7..a135ad17 100644 --- a/.github/workflows/springboot-jpa-one-to-one-example.yml +++ b/.github/workflows/springboot-jpa-one-to-one-example.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot-jsp-hello-world-example.yml b/.github/workflows/springboot-jsp-hello-world-example.yml index 627e03df..5b6aa9ab 100644 --- a/.github/workflows/springboot-jsp-hello-world-example.yml +++ b/.github/workflows/springboot-jsp-hello-world-example.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot-mongodb-crud.yml b/.github/workflows/springboot-mongodb-crud.yml index 8770a102..4ee5511a 100644 --- a/.github/workflows/springboot-mongodb-crud.yml +++ b/.github/workflows/springboot-mongodb-crud.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot-multiple-datasources.yml b/.github/workflows/springboot-multiple-datasources.yml index f9d916f1..250a40fa 100644 --- a/.github/workflows/springboot-multiple-datasources.yml +++ b/.github/workflows/springboot-multiple-datasources.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot-stomp-websocket.yml b/.github/workflows/springboot-stomp-websocket.yml index 67e4feaf..f31faa5c 100644 --- a/.github/workflows/springboot-stomp-websocket.yml +++ b/.github/workflows/springboot-stomp-websocket.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot-testing-examples.yml b/.github/workflows/springboot-testing-examples.yml index 4b2f0692..eca45d23 100644 --- a/.github/workflows/springboot-testing-examples.yml +++ b/.github/workflows/springboot-testing-examples.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot-thymeleaf-hello-world-example.yml b/.github/workflows/springboot-thymeleaf-hello-world-example.yml index 474924d5..eaa8bf8c 100644 --- a/.github/workflows/springboot-thymeleaf-hello-world-example.yml +++ b/.github/workflows/springboot-thymeleaf-hello-world-example.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot-thymeleaf-security-demo.yml b/.github/workflows/springboot-thymeleaf-security-demo.yml index 77d8ffff..b5b14042 100644 --- a/.github/workflows/springboot-thymeleaf-security-demo.yml +++ b/.github/workflows/springboot-thymeleaf-security-demo.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot-upload-download-file-database.yml b/.github/workflows/springboot-upload-download-file-database.yml index d1692b3c..b5f72185 100644 --- a/.github/workflows/springboot-upload-download-file-database.yml +++ b/.github/workflows/springboot-upload-download-file-database.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot-upload-download-file-rest-api-example.yml b/.github/workflows/springboot-upload-download-file-rest-api-example.yml index 4d0ebef0..e06b03a7 100644 --- a/.github/workflows/springboot-upload-download-file-rest-api-example.yml +++ b/.github/workflows/springboot-upload-download-file-rest-api-example.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot2-annotation-config.yml b/.github/workflows/springboot2-annotation-config.yml index 3d0afbb1..b4fb636e 100644 --- a/.github/workflows/springboot2-annotation-config.yml +++ b/.github/workflows/springboot2-annotation-config.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot2-externalizing-conf-properties.yml b/.github/workflows/springboot2-externalizing-conf-properties.yml index 72d9ac9a..c18cbcbc 100644 --- a/.github/workflows/springboot2-externalizing-conf-properties.yml +++ b/.github/workflows/springboot2-externalizing-conf-properties.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot2-freemarker-example.yml b/.github/workflows/springboot2-freemarker-example.yml index ab7af0a7..f88e5cdd 100644 --- a/.github/workflows/springboot2-freemarker-example.yml +++ b/.github/workflows/springboot2-freemarker-example.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot2-java-config.yml b/.github/workflows/springboot2-java-config.yml index e95f007c..251d855f 100644 --- a/.github/workflows/springboot2-java-config.yml +++ b/.github/workflows/springboot2-java-config.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot2-jdbc-crud-postgresql-example.yml b/.github/workflows/springboot2-jdbc-crud-postgresql-example.yml index 58086c6a..74850667 100644 --- a/.github/workflows/springboot2-jdbc-crud-postgresql-example.yml +++ b/.github/workflows/springboot2-jdbc-crud-postgresql-example.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot2-jms-activemq.yml b/.github/workflows/springboot2-jms-activemq.yml index c94559b5..3f98d992 100644 --- a/.github/workflows/springboot2-jms-activemq.yml +++ b/.github/workflows/springboot2-jms-activemq.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot2-jpa-auditing.yml b/.github/workflows/springboot2-jpa-auditing.yml index 6839079c..44839825 100644 --- a/.github/workflows/springboot2-jpa-auditing.yml +++ b/.github/workflows/springboot2-jpa-auditing.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot2-jpa-h2-crud-example.yml b/.github/workflows/springboot2-jpa-h2-crud-example.yml index ac018e72..b7f920a5 100644 --- a/.github/workflows/springboot2-jpa-h2-crud-example.yml +++ b/.github/workflows/springboot2-jpa-h2-crud-example.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot2-jpa-swagger3.yml b/.github/workflows/springboot2-jpa-swagger3.yml index bfb72ba5..015768b2 100644 --- a/.github/workflows/springboot2-jpa-swagger3.yml +++ b/.github/workflows/springboot2-jpa-swagger3.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 18 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 18 distribution: "zulu" diff --git a/.github/workflows/springboot2-junit5-example.yml b/.github/workflows/springboot2-junit5-example.yml index 561825b6..2ff09ecb 100644 --- a/.github/workflows/springboot2-junit5-example.yml +++ b/.github/workflows/springboot2-junit5-example.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot2-logging.yml b/.github/workflows/springboot2-logging.yml index c9aedef2..e5754ac0 100644 --- a/.github/workflows/springboot2-logging.yml +++ b/.github/workflows/springboot2-logging.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 17 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 17 distribution: "adopt" diff --git a/.github/workflows/springboot2-mssql-jpa-hibernate-crud-example.yml b/.github/workflows/springboot2-mssql-jpa-hibernate-crud-example.yml index c9cd911f..f3c8b4f6 100644 --- a/.github/workflows/springboot2-mssql-jpa-hibernate-crud-example.yml +++ b/.github/workflows/springboot2-mssql-jpa-hibernate-crud-example.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 18 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 18 distribution: "zulu" diff --git a/.github/workflows/springboot2-mybatis-postgresql-example.yml b/.github/workflows/springboot2-mybatis-postgresql-example.yml index ce7ded68..10339ace 100644 --- a/.github/workflows/springboot2-mybatis-postgresql-example.yml +++ b/.github/workflows/springboot2-mybatis-postgresql-example.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 18 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 18 distribution: "zulu" diff --git a/.github/workflows/springboot2-postgresql-jpa-hibernate-crud-example.yml b/.github/workflows/springboot2-postgresql-jpa-hibernate-crud-example.yml index 221e24eb..ef63e106 100644 --- a/.github/workflows/springboot2-postgresql-jpa-hibernate-crud-example.yml +++ b/.github/workflows/springboot2-postgresql-jpa-hibernate-crud-example.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 18 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 18 distribution: "zulu" diff --git a/.github/workflows/springboot2-webapp-jsp-WAR.yml b/.github/workflows/springboot2-webapp-jsp-WAR.yml index 66e48861..0b889e47 100644 --- a/.github/workflows/springboot2-webapp-jsp-WAR.yml +++ b/.github/workflows/springboot2-webapp-jsp-WAR.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 18 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 18 distribution: "zulu" diff --git a/.github/workflows/springboot2-webapp-jsp.yml b/.github/workflows/springboot2-webapp-jsp.yml index 9d2fc4b1..f5984d14 100644 --- a/.github/workflows/springboot2-webapp-jsp.yml +++ b/.github/workflows/springboot2-webapp-jsp.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 18 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 18 distribution: "zulu" diff --git a/.github/workflows/springboot2-webapp-thymeleaf.yml b/.github/workflows/springboot2-webapp-thymeleaf.yml index a82b4747..c482191e 100644 --- a/.github/workflows/springboot2-webapp-thymeleaf.yml +++ b/.github/workflows/springboot2-webapp-thymeleaf.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 18 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 18 distribution: "zulu" diff --git a/.github/workflows/springboot2-xml-config.yml b/.github/workflows/springboot2-xml-config.yml index 70d8e505..0ff35396 100644 --- a/.github/workflows/springboot2-xml-config.yml +++ b/.github/workflows/springboot2-xml-config.yml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK 18 - uses: actions/setup-java@v3.9.0 + uses: actions/setup-java@v3.11.0 with: java-version: 18 distribution: "zulu"