Merge pull request #1511 from ohbus/master
Configure build to disable shallow clone
This commit is contained in:
		
							
								
								
									
										3
									
								
								.github/workflows/maven-ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/maven-ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -37,6 +37,9 @@ jobs: | ||||
|  | ||||
|     steps: | ||||
|     - uses: actions/checkout@v2 | ||||
|       with: | ||||
|         # Disabling shallow clone for improving relevancy of SonarQube reporting | ||||
|         fetch-depth: 0 | ||||
|     - name: Set up JDK 11 | ||||
|       uses: actions/setup-java@v1 | ||||
|       with: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user