From 15ee04feda564bbf5132474ff3720113ba9e90f5 Mon Sep 17 00:00:00 2001 From: jasp402 Date: Sun, 31 Mar 2024 18:18:49 -0500 Subject: [PATCH] Update SonarCloud.yml --- .github/workflows/SonarCloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/SonarCloud.yml b/.github/workflows/SonarCloud.yml index b45474a..5de8f4c 100644 --- a/.github/workflows/SonarCloud.yml +++ b/.github/workflows/SonarCloud.yml @@ -10,7 +10,7 @@ jobs: name: SonarCloud runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: SonarCloud Scan