From 7757a7f54a401aa88650226e9c8bcd0bc1092236 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 18:57:47 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .../login-registration-springboot-hibernate-jsp-auth.yml | 2 +- .../registration-login-springboot-security-thymeleaf.yml | 2 +- .github/workflows/spring-aop-advice-examples.yml | 2 +- .github/workflows/spring-boot-crud-rest.yml | 2 +- .github/workflows/spring-propertysource-example.yml | 2 +- .github/workflows/springboot-async-example.yml | 2 +- .github/workflows/springboot-crud-hibernate-example.yml | 2 +- .github/workflows/springboot-crud-rest-api-validation.yml | 2 +- .github/workflows/springboot-helloworld-application.yml | 2 +- .github/workflows/springboot-hibernate-composite-key-demo.yml | 2 +- .github/workflows/springboot-hibernate-many-to-many-mapping.yml | 2 +- .github/workflows/springboot-hibernate-one-many-mapping.yml | 2 +- .github/workflows/springboot-hibernate-one-one-mapping.yml | 2 +- .github/workflows/springboot-jpa-one-to-one-example.yml | 2 +- .github/workflows/springboot-jsp-hello-world-example.yml | 2 +- .github/workflows/springboot-mongodb-crud.yml | 2 +- .github/workflows/springboot-multiple-datasources.yml | 2 +- .github/workflows/springboot-stomp-websocket.yml | 2 +- .github/workflows/springboot-testing-examples.yml | 2 +- .github/workflows/springboot-thymeleaf-hello-world-example.yml | 2 +- .github/workflows/springboot-thymeleaf-security-demo.yml | 2 +- .github/workflows/springboot-upload-download-file-database.yml | 2 +- .../springboot-upload-download-file-rest-api-example.yml | 2 +- .github/workflows/springboot2-annotation-config.yml | 2 +- .github/workflows/springboot2-externalizing-conf-properties.yml | 2 +- .github/workflows/springboot2-freemarker-example.yml | 2 +- .github/workflows/springboot2-java-config.yml | 2 +- .github/workflows/springboot2-jdbc-crud-postgresql-example.yml | 2 +- .github/workflows/springboot2-jms-activemq.yml | 2 +- .github/workflows/springboot2-jpa-auditing.yml | 2 +- .github/workflows/springboot2-jpa-h2-crud-example.yml | 2 +- .github/workflows/springboot2-jpa-swagger3.yml | 2 +- .github/workflows/springboot2-junit5-example.yml | 2 +- .github/workflows/springboot2-logging.yml | 2 +- .../workflows/springboot2-mssql-jpa-hibernate-crud-example.yml | 2 +- .github/workflows/springboot2-mybatis-mysql-example.yml | 2 +- .../springboot2-postgresql-jpa-hibernate-crud-example.yml | 2 +- .github/workflows/springboot2-webapp-jsp-WAR.yml | 2 +- .github/workflows/springboot2-webapp-jsp.yml | 2 +- .github/workflows/springboot2-webapp-thymeleaf.yml | 2 +- .github/workflows/springboot2-xml-config.yml | 2 +- 41 files changed, 41 insertions(+), 41 deletions(-) diff --git a/.github/workflows/login-registration-springboot-hibernate-jsp-auth.yml b/.github/workflows/login-registration-springboot-hibernate-jsp-auth.yml index 04bd5b2d..4269e803 100644 --- a/.github/workflows/login-registration-springboot-hibernate-jsp-auth.yml +++ b/.github/workflows/login-registration-springboot-hibernate-jsp-auth.yml @@ -21,7 +21,7 @@ jobs: run: working-directory: login-registration-springboot-hibernate-jsp-auth steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/registration-login-springboot-security-thymeleaf.yml b/.github/workflows/registration-login-springboot-security-thymeleaf.yml index d64741c7..557b5c87 100644 --- a/.github/workflows/registration-login-springboot-security-thymeleaf.yml +++ b/.github/workflows/registration-login-springboot-security-thymeleaf.yml @@ -18,7 +18,7 @@ jobs: name: Run Unit & Integration Tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/spring-aop-advice-examples.yml b/.github/workflows/spring-aop-advice-examples.yml index e3f23a86..7d2c0a24 100644 --- a/.github/workflows/spring-aop-advice-examples.yml +++ b/.github/workflows/spring-aop-advice-examples.yml @@ -21,7 +21,7 @@ jobs: run: working-directory: spring-aop-advice-examples steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/spring-boot-crud-rest.yml b/.github/workflows/spring-boot-crud-rest.yml index bf66bcb9..8515703a 100644 --- a/.github/workflows/spring-boot-crud-rest.yml +++ b/.github/workflows/spring-boot-crud-rest.yml @@ -21,7 +21,7 @@ jobs: run: working-directory: spring-boot-crud-rest steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/spring-propertysource-example.yml b/.github/workflows/spring-propertysource-example.yml index f446e30f..8c94fb82 100644 --- a/.github/workflows/spring-propertysource-example.yml +++ b/.github/workflows/spring-propertysource-example.yml @@ -21,7 +21,7 @@ jobs: run: working-directory: spring-propertysource-example steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/springboot-async-example.yml b/.github/workflows/springboot-async-example.yml index fc0d41f3..93b1813d 100644 --- a/.github/workflows/springboot-async-example.yml +++ b/.github/workflows/springboot-async-example.yml @@ -21,7 +21,7 @@ jobs: run: working-directory: springboot-async-example steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/springboot-crud-hibernate-example.yml b/.github/workflows/springboot-crud-hibernate-example.yml index eb877ee1..fcd521fb 100644 --- a/.github/workflows/springboot-crud-hibernate-example.yml +++ b/.github/workflows/springboot-crud-hibernate-example.yml @@ -21,7 +21,7 @@ jobs: run: working-directory: springboot-crud-hibernate-example steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/springboot-crud-rest-api-validation.yml b/.github/workflows/springboot-crud-rest-api-validation.yml index 0972eb39..4e1a8578 100644 --- a/.github/workflows/springboot-crud-rest-api-validation.yml +++ b/.github/workflows/springboot-crud-rest-api-validation.yml @@ -21,7 +21,7 @@ jobs: run: working-directory: springboot-crud-rest-api-validation steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/springboot-helloworld-application.yml b/.github/workflows/springboot-helloworld-application.yml index 41ade58b..2fa348de 100644 --- a/.github/workflows/springboot-helloworld-application.yml +++ b/.github/workflows/springboot-helloworld-application.yml @@ -21,7 +21,7 @@ jobs: run: working-directory: springboot-angular8-helloworld-example/springboot-helloworld-application steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/springboot-hibernate-composite-key-demo.yml b/.github/workflows/springboot-hibernate-composite-key-demo.yml index a5bb6902..c5d09c4f 100644 --- a/.github/workflows/springboot-hibernate-composite-key-demo.yml +++ b/.github/workflows/springboot-hibernate-composite-key-demo.yml @@ -21,7 +21,7 @@ jobs: run: working-directory: springboot-hibernate-composite-key-demo steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/springboot-hibernate-many-to-many-mapping.yml b/.github/workflows/springboot-hibernate-many-to-many-mapping.yml index 4c7f6af0..77211fdb 100644 --- a/.github/workflows/springboot-hibernate-many-to-many-mapping.yml +++ b/.github/workflows/springboot-hibernate-many-to-many-mapping.yml @@ -21,7 +21,7 @@ jobs: run: working-directory: springboot-hibernate-many-to-many-mapping steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/springboot-hibernate-one-many-mapping.yml b/.github/workflows/springboot-hibernate-one-many-mapping.yml index 8c8710ba..8e8c1dca 100644 --- a/.github/workflows/springboot-hibernate-one-many-mapping.yml +++ b/.github/workflows/springboot-hibernate-one-many-mapping.yml @@ -21,7 +21,7 @@ jobs: run: working-directory: springboot-hibernate-one-many-mapping steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/springboot-hibernate-one-one-mapping.yml b/.github/workflows/springboot-hibernate-one-one-mapping.yml index 4099246b..57011d1a 100644 --- a/.github/workflows/springboot-hibernate-one-one-mapping.yml +++ b/.github/workflows/springboot-hibernate-one-one-mapping.yml @@ -21,7 +21,7 @@ jobs: run: working-directory: springboot-hibernate-one-one-mapping steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/springboot-jpa-one-to-one-example.yml b/.github/workflows/springboot-jpa-one-to-one-example.yml index 66d1d950..c6c5ffe7 100644 --- a/.github/workflows/springboot-jpa-one-to-one-example.yml +++ b/.github/workflows/springboot-jpa-one-to-one-example.yml @@ -18,7 +18,7 @@ jobs: name: Run Unit & Integration Tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/springboot-jsp-hello-world-example.yml b/.github/workflows/springboot-jsp-hello-world-example.yml index a528cc3a..f417b495 100644 --- a/.github/workflows/springboot-jsp-hello-world-example.yml +++ b/.github/workflows/springboot-jsp-hello-world-example.yml @@ -18,7 +18,7 @@ jobs: name: Run Unit & Integration Tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/springboot-mongodb-crud.yml b/.github/workflows/springboot-mongodb-crud.yml index d2b4f977..42638bbc 100644 --- a/.github/workflows/springboot-mongodb-crud.yml +++ b/.github/workflows/springboot-mongodb-crud.yml @@ -21,7 +21,7 @@ jobs: run: working-directory: springboot-mongodb-crud steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/springboot-multiple-datasources.yml b/.github/workflows/springboot-multiple-datasources.yml index 88934adb..603d6a0d 100644 --- a/.github/workflows/springboot-multiple-datasources.yml +++ b/.github/workflows/springboot-multiple-datasources.yml @@ -18,7 +18,7 @@ jobs: name: Run Unit & Integration Tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/springboot-stomp-websocket.yml b/.github/workflows/springboot-stomp-websocket.yml index f1326701..c807004a 100644 --- a/.github/workflows/springboot-stomp-websocket.yml +++ b/.github/workflows/springboot-stomp-websocket.yml @@ -18,7 +18,7 @@ jobs: name: Run Unit & Integration Tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/springboot-testing-examples.yml b/.github/workflows/springboot-testing-examples.yml index 84a69bf3..0508b946 100644 --- a/.github/workflows/springboot-testing-examples.yml +++ b/.github/workflows/springboot-testing-examples.yml @@ -18,7 +18,7 @@ jobs: name: Run Unit & Integration Tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/springboot-thymeleaf-hello-world-example.yml b/.github/workflows/springboot-thymeleaf-hello-world-example.yml index df062b23..e4706475 100644 --- a/.github/workflows/springboot-thymeleaf-hello-world-example.yml +++ b/.github/workflows/springboot-thymeleaf-hello-world-example.yml @@ -18,7 +18,7 @@ jobs: name: Run Unit & Integration Tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/springboot-thymeleaf-security-demo.yml b/.github/workflows/springboot-thymeleaf-security-demo.yml index eb6808f6..50eb8649 100644 --- a/.github/workflows/springboot-thymeleaf-security-demo.yml +++ b/.github/workflows/springboot-thymeleaf-security-demo.yml @@ -21,7 +21,7 @@ jobs: run: working-directory: springboot-thymeleaf-security-demo steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/springboot-upload-download-file-database.yml b/.github/workflows/springboot-upload-download-file-database.yml index 6904c0d0..03bf0850 100644 --- a/.github/workflows/springboot-upload-download-file-database.yml +++ b/.github/workflows/springboot-upload-download-file-database.yml @@ -21,7 +21,7 @@ jobs: run: working-directory: springboot-upload-download-file-database steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis 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 d9c9f21d..663e5835 100644 --- a/.github/workflows/springboot-upload-download-file-rest-api-example.yml +++ b/.github/workflows/springboot-upload-download-file-rest-api-example.yml @@ -18,7 +18,7 @@ jobs: name: Run Unit & Integration Tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/springboot2-annotation-config.yml b/.github/workflows/springboot2-annotation-config.yml index 59be762f..490f040d 100644 --- a/.github/workflows/springboot2-annotation-config.yml +++ b/.github/workflows/springboot2-annotation-config.yml @@ -18,7 +18,7 @@ jobs: name: Run Unit & Integration Tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/springboot2-externalizing-conf-properties.yml b/.github/workflows/springboot2-externalizing-conf-properties.yml index fda73898..9cc7beae 100644 --- a/.github/workflows/springboot2-externalizing-conf-properties.yml +++ b/.github/workflows/springboot2-externalizing-conf-properties.yml @@ -18,7 +18,7 @@ jobs: name: Run Unit & Integration Tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/springboot2-freemarker-example.yml b/.github/workflows/springboot2-freemarker-example.yml index 60061996..82d19c2f 100644 --- a/.github/workflows/springboot2-freemarker-example.yml +++ b/.github/workflows/springboot2-freemarker-example.yml @@ -18,7 +18,7 @@ jobs: name: Run Unit & Integration Tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/springboot2-java-config.yml b/.github/workflows/springboot2-java-config.yml index e9fd593d..fe054a3c 100644 --- a/.github/workflows/springboot2-java-config.yml +++ b/.github/workflows/springboot2-java-config.yml @@ -18,7 +18,7 @@ jobs: name: Run Unit & Integration Tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/springboot2-jdbc-crud-postgresql-example.yml b/.github/workflows/springboot2-jdbc-crud-postgresql-example.yml index 29f23471..e0774da7 100644 --- a/.github/workflows/springboot2-jdbc-crud-postgresql-example.yml +++ b/.github/workflows/springboot2-jdbc-crud-postgresql-example.yml @@ -18,7 +18,7 @@ jobs: name: Run Unit & Integration Tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/springboot2-jms-activemq.yml b/.github/workflows/springboot2-jms-activemq.yml index c7757859..16b7cf1a 100644 --- a/.github/workflows/springboot2-jms-activemq.yml +++ b/.github/workflows/springboot2-jms-activemq.yml @@ -18,7 +18,7 @@ jobs: name: Run Unit & Integration Tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/springboot2-jpa-auditing.yml b/.github/workflows/springboot2-jpa-auditing.yml index 8822769f..e0ccd50f 100644 --- a/.github/workflows/springboot2-jpa-auditing.yml +++ b/.github/workflows/springboot2-jpa-auditing.yml @@ -21,7 +21,7 @@ jobs: run: working-directory: springboot2-jpa-auditing steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/springboot2-jpa-h2-crud-example.yml b/.github/workflows/springboot2-jpa-h2-crud-example.yml index 8891df4f..d685af75 100644 --- a/.github/workflows/springboot2-jpa-h2-crud-example.yml +++ b/.github/workflows/springboot2-jpa-h2-crud-example.yml @@ -18,7 +18,7 @@ jobs: name: Run Unit & Integration Tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/springboot2-jpa-swagger3.yml b/.github/workflows/springboot2-jpa-swagger3.yml index 3a298664..490e6852 100644 --- a/.github/workflows/springboot2-jpa-swagger3.yml +++ b/.github/workflows/springboot2-jpa-swagger3.yml @@ -21,7 +21,7 @@ jobs: run: working-directory: springboot2-jpa-swagger3 steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/springboot2-junit5-example.yml b/.github/workflows/springboot2-junit5-example.yml index ca96ee15..af0db546 100644 --- a/.github/workflows/springboot2-junit5-example.yml +++ b/.github/workflows/springboot2-junit5-example.yml @@ -18,7 +18,7 @@ jobs: name: Run Unit & Integration Tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/springboot2-logging.yml b/.github/workflows/springboot2-logging.yml index 8f230f5e..ae16ba9a 100644 --- a/.github/workflows/springboot2-logging.yml +++ b/.github/workflows/springboot2-logging.yml @@ -18,7 +18,7 @@ jobs: name: Run Unit & Integration Tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/springboot2-mssql-jpa-hibernate-crud-example.yml b/.github/workflows/springboot2-mssql-jpa-hibernate-crud-example.yml index c736e3ed..e0fe74a3 100644 --- a/.github/workflows/springboot2-mssql-jpa-hibernate-crud-example.yml +++ b/.github/workflows/springboot2-mssql-jpa-hibernate-crud-example.yml @@ -18,7 +18,7 @@ jobs: name: Run Unit & Integration Tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/springboot2-mybatis-mysql-example.yml b/.github/workflows/springboot2-mybatis-mysql-example.yml index 133b5daf..a735dafe 100644 --- a/.github/workflows/springboot2-mybatis-mysql-example.yml +++ b/.github/workflows/springboot2-mybatis-mysql-example.yml @@ -21,7 +21,7 @@ jobs: run: working-directory: springboot2-mybatis-mysql-example steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/springboot2-postgresql-jpa-hibernate-crud-example.yml b/.github/workflows/springboot2-postgresql-jpa-hibernate-crud-example.yml index c08834db..b2fbabce 100644 --- a/.github/workflows/springboot2-postgresql-jpa-hibernate-crud-example.yml +++ b/.github/workflows/springboot2-postgresql-jpa-hibernate-crud-example.yml @@ -18,7 +18,7 @@ jobs: name: Run Unit & Integration Tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/springboot2-webapp-jsp-WAR.yml b/.github/workflows/springboot2-webapp-jsp-WAR.yml index 38217aef..1539c971 100644 --- a/.github/workflows/springboot2-webapp-jsp-WAR.yml +++ b/.github/workflows/springboot2-webapp-jsp-WAR.yml @@ -21,7 +21,7 @@ jobs: run: working-directory: springboot2-webapp-jsp-WAR steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/springboot2-webapp-jsp.yml b/.github/workflows/springboot2-webapp-jsp.yml index 0e01d898..0e4ff0b6 100644 --- a/.github/workflows/springboot2-webapp-jsp.yml +++ b/.github/workflows/springboot2-webapp-jsp.yml @@ -21,7 +21,7 @@ jobs: run: working-directory: springboot2-webapp-jsp steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/springboot2-webapp-thymeleaf.yml b/.github/workflows/springboot2-webapp-thymeleaf.yml index 626ccf84..053a4335 100644 --- a/.github/workflows/springboot2-webapp-thymeleaf.yml +++ b/.github/workflows/springboot2-webapp-thymeleaf.yml @@ -21,7 +21,7 @@ jobs: run: working-directory: springboot2-webapp-thymeleaf steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/springboot2-xml-config.yml b/.github/workflows/springboot2-xml-config.yml index cdf7dec0..5c990363 100644 --- a/.github/workflows/springboot2-xml-config.yml +++ b/.github/workflows/springboot2-xml-config.yml @@ -18,7 +18,7 @@ jobs: name: Run Unit & Integration Tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis