Bump actions/checkout from 3.5.0 to 3.5.2 (#391)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3.5.0...v3.5.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 74daf0d..40c0931 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -45,7 +45,7 @@
 

     steps:

     - name: Checkout repository

-      uses: actions/checkout@v3.5.0

+      uses: actions/checkout@v3.5.2

       with:
         persist-credentials: false
     - uses: actions/cache@v3.3.1

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 06a2b95..ce7402a 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -29,7 +29,7 @@
         java: [ 8 ]
 
     steps:
-    - uses: actions/checkout@v3.5.0
+    - uses: actions/checkout@v3.5.2
       with:
         persist-credentials: false
     - uses: actions/cache@v3.3.1
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 1bdc666..97785e7 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -43,7 +43,7 @@
       fail-fast: false
 
     steps:
-    - uses: actions/checkout@v3.5.0
+    - uses: actions/checkout@v3.5.2
       with:
         persist-credentials: false
     - uses: actions/cache@v3.3.1
diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml
index 52a440a..3e68a13 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -40,7 +40,7 @@
     steps:
 
       - name: "Checkout code"
-        uses: actions/checkout@v3.5.0   # 3.1.0
+        uses: actions/checkout@v3.5.2   # 3.1.0
         with:
           persist-credentials: false