From 489e55c22f1e16f2438671e7f57866924adb0075 Mon Sep 17 00:00:00 2001 From: "Alexander J. Pfleger" <70842573+AJPfleger@users.noreply.github.com> Date: Tue, 3 Sep 2024 09:30:38 +0200 Subject: [PATCH] Update sonarcloud.yml --- .github/workflows/sonarcloud.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index f7dfa2bdb97..1c0fc64ff27 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -23,6 +23,8 @@ jobs: - name: "Checkout repository" uses: actions/checkout@v4 + with: + fetch-depth: 0 # To prevent shallow clone - name: 'Download artifact' uses: actions/github-script@v7