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

Commit b2264b4

Browse files
fix: version for SonarQub
1 parent 0daa549 commit b2264b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v2
17-
18-
- run: git fetch --tag
19-
- run: git tag
17+
with:
18+
fetch-depth: 2
19+
- run: git checkout HEAD^
2020

2121
- name: Setup Java 14
2222
uses: joschi/setup-jdk@v2

0 commit comments

Comments
 (0)