diff --git a/.github/workflows/sonar-step-springboot-analyze.yml b/.github/workflows/sonar-step-springboot-analyze.yml index 170dd3ad..5f73ff98 100644 --- a/.github/workflows/sonar-step-springboot-analyze.yml +++ b/.github/workflows/sonar-step-springboot-analyze.yml @@ -62,6 +62,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Download coverage artifact if: ${{ inputs.DOWNLOAD_ARTIFACT }}