Skip to content

Commit a7fafce

Browse files
authored
Fix lack of Sonar missing blame information (#264)
1 parent 52c1b20 commit a7fafce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/gradle-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
runs-on: ubuntu-latest
5151
steps:
5252
- uses: actions/checkout@v4
53+
with:
54+
fetch-depth: 0
5355
- name: Set up JDK
5456
uses: actions/setup-java@v4
5557
with:

0 commit comments

Comments
 (0)