Skip to content

Commit 89d196b

Browse files
authored
Disabling shallow clone for sonar reporting
1 parent 16f2f4e commit 89d196b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
- name: Checkout
2121
id: checkout
2222
uses: actions/checkout@v4
23+
with:
24+
# Disabling shallow clone is recommended for improving relevancy of reporting
25+
fetch-depth: 0
2326

2427
- name: Setup Node.js
2528
id: setup-node

0 commit comments

Comments
 (0)