Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit 5be80c2

Browse files
fix: version for SonarQub
1 parent b2264b4 commit 5be80c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717
with:
18-
fetch-depth: 2
19-
- run: git checkout HEAD^
18+
fetch-depth: 0
2019

2120
- name: Setup Java 14
2221
uses: joschi/setup-jdk@v2

0 commit comments

Comments
 (0)