Skip to content

Commit c5d16a3

Browse files
authored
Fix shallow clone warning from sonar cloud
Fix shallow clone warning from sonar cloud
1 parent 5a4af39 commit c5d16a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sonar-scanner.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v2
18+
with:
19+
fetch-depth: 0
1820
- name: Check for external PR
1921
if: ${{ !(contains(github.event.pull_request.labels.*.name, 'safe') ||
2022
github.event.pull_request.head.repo.full_name == github.repository ||

0 commit comments

Comments
 (0)