From e2318fbb8138bec37c4ca59ac76dd527c11cfc7b Mon Sep 17 00:00:00 2001 From: Justin Florentine Date: Wed, 29 Jan 2025 18:50:27 -0500 Subject: [PATCH] fixes warning on sonar analysis (#8193) Signed-off-by: jflo --- .github/workflows/sonarcloud.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 1ad9e067f..a0b4e4a55 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -17,6 +17,8 @@ jobs: steps: - name: checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + with: + fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up Java uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 with: