We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ce2752 commit 2e0dabfCopy full SHA for 2e0dabf
1 file changed
.github/workflows/ci-django-api.yml
@@ -106,8 +106,7 @@ jobs:
106
- name: Checkout
107
uses: actions/checkout@v4
108
with:
109
- # Required by SonarQube Cloud
110
- fetch-depth: 0
+ fetch-depth: 1
111
- name: Install system packages
112
run: |
113
sudo apt-get update
@@ -166,6 +165,9 @@ jobs:
166
165
167
steps:
168
- uses: actions/checkout@v4
+ # Required by SonarQube Cloud for blame information
169
+ with:
170
+ fetch-depth: 0
171
- name: Restore coverage.xml
172
uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
173
0 commit comments