From 6b0def60a4cd3b8312363daaaf908bfd26632f3c Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Mon, 4 May 2020 17:38:52 +0200 Subject: [PATCH] Document disabling of shallow clones --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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: