From e7a6cc932e4e3459ffaab6a96b231eea292974b0 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Fri, 6 Sep 2024 13:49:01 +0100 Subject: [PATCH] Restore missing `with:` in SonarCloud workflow --- .github/workflows/sonarcloud-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarcloud-analysis.yml b/.github/workflows/sonarcloud-analysis.yml index 0afab633f..0faee0d96 100644 --- a/.github/workflows/sonarcloud-analysis.yml +++ b/.github/workflows/sonarcloud-analysis.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - + with: # Fetch all history for SonarScanner blame data fetch-depth: 0