Skip to content

Commit b7d6c2d

Browse files
committed
fix: Shallow clone Analysis disabled
1 parent eeac92e commit b7d6c2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ jobs:
101101
steps:
102102
- name: Check out Git repository
103103
uses: actions/checkout@v2
104+
with:
105+
fetch-depth: 0
104106

105107
- name: Install Java and Maven
106108
uses: actions/setup-java@v2

0 commit comments

Comments
 (0)