Skip to content

Commit b491cee

Browse files
committed
add deep clone to checkout for sonarqube
1 parent 7fa55ad commit b491cee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci-feat-sonar.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
19+
with:
20+
fetch-depth: 0
1921

2022
- uses: actions/setup-node@v2
2123
with:

0 commit comments

Comments
 (0)