Provide full git history to Sonar

This commit is contained in:
Kirill Kamakin
2022-05-28 10:34:18 +02:00
parent 3366382ac3
commit 198be878d0

View File

@@ -7,6 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Android SDK Tools
uses: android-actions/setup-android@v2