Skip to content

Commit 17c7af1

Browse files
committed
fixing workflow
1 parent 62973cc commit 17c7af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v2
1616
with:
1717
# Disabling shallow clone is recommended for improving relevancy of reporting
18-
# fetch-depth: 0
18+
fetch-depth: 0
1919
# - name: SonarCloud Scan
2020
# uses: highbyte/sonarscan-dotnet@v2.1.2
2121
# with:

0 commit comments

Comments
 (0)