Do shallow clones for sonar

This commit is contained in:
2021-12-18 20:33:50 +01:00
parent 49bda3f88d
commit 9c80aa4250

View File

@ -24,6 +24,8 @@ jobs:
- name: Checkout (without submodules)
uses: actions/checkout@v2
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 11 (for Sonar)
uses: actions/setup-java@v1