Skip to content

Commit 6b0def6

Browse files
author
Simon Brandhof
authored
Document disabling of shallow clones
1 parent 34eca22 commit 6b0def6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- uses: actions/checkout@v2
44+
with:
45+
# Disabling shallow clone is recommended for improving relevancy of reporting
46+
fetch-depth: 0
4447
- name: SonarCloud Scan
4548
uses: sonarsource/sonarcloud-github-action@master
4649
env:

0 commit comments

Comments
 (0)