Merge pull request #1511 from ohbus/master

Configure build to disable shallow clone
This commit is contained in:
Ilkka Seppälä 2020-08-30 11:52:13 +03:00 committed by GitHub
commit 9ff42389c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: