diff --git a/README.md b/README.md index bbd5945..8115215 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + # Disabling shallow clone is recommended for improving relevancy of reporting + fetch-depth: 0 - name: SonarCloud Scan uses: sonarsource/sonarcloud-github-action@master env: