Update maven-ci.yml

This commit is contained in:
Subhrodip Mohanta 2020-08-30 02:31:06 +05:30 committed by GitHub
parent 1973d1bc63
commit b80b9354c6
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: