Skip to content

Commit 206f7c6

Browse files
committed
Disable shallow clone for SonarCloud
1 parent 33e4c91 commit 206f7c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
DEVICE: 'iPhone 15 Pro'
1515
steps:
1616
- uses: actions/checkout@v3
17+
with:
18+
# Disable shallow clone for SonarCloud analysis
19+
# https://docs.sonarsource.com/sonarqube-cloud/advanced-setup/ci-based-analysis/github-actions-for-sonarcloud
20+
fetch-depth: 0
1721
- uses: actions/cache@v3
1822
with:
1923
path: .build

0 commit comments

Comments
 (0)