Skip to content

Commit 4d81bb2

Browse files
author
Gonzalo Diaz
committed
[BUGFIX] sonarcloud: Shallow clone detected during the analysis. Some files will miss SCM information. This will affect features like auto-assignment of issues. Please configure your build to disable shallow clone.
https://stackoverflow.com/questions/59000099/sonarqube-with-shallow-clone-warning-even-with-shallow-disabled-on-jenkins-build
1 parent 505ad83 commit 4d81bb2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/node-coverage.js.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
steps:
2323
- name: Checkout repository
2424
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
25-
25+
with:
26+
fetch-depth: 0
2627
- name: Set up Node.js ${{ matrix.node-version }}
2728
uses: actions/setup-node@v4
2829
with:

0 commit comments

Comments
 (0)