Skip to content

Commit 9ff4238

Browse files
authored
Merge pull request iluwatar#1511 from ohbus/master
Configure build to disable shallow clone
2 parents 67d1d16 + b80b935 commit 9ff4238

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/maven-ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737

3838
steps:
3939
- uses: actions/checkout@v2
40+
with:
41+
# Disabling shallow clone for improving relevancy of SonarQube reporting
42+
fetch-depth: 0
4043
- name: Set up JDK 11
4144
uses: actions/setup-java@v1
4245
with:

0 commit comments

Comments
 (0)