From 581e5be904ad46f54dbd9c0a2a810437c96ba9c6 Mon Sep 17 00:00:00 2001 From: mathuo Date: Sun, 28 Mar 2021 22:19:22 +0100 Subject: [PATCH] chore: fix sonar setup --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 53d30fca0..b183eadc9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,9 +29,9 @@ jobs: env: CI: true CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - - uses: actions/checkout@v2 - with: - fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis + # - uses: actions/checkout@v2 + # with: + # fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: SonarCloud Scan uses: SonarSource/sonarcloud-github-action@master env: