Skip to content

Commit

Permalink
Document disabling of shallow clones
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Brandhof authored May 4, 2020
1 parent 34eca22 commit 6b0def6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6b0def6

Please sign in to comment.