mirror of
https://github.com/sonarsource/sonarcloud-github-action.git
synced 2026-06-06 19:47:08 +00:00
Document disabling of shallow clones
This commit is contained in:
parent
34eca22d1c
commit
6b0def60a4
1 changed files with 3 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue