Skip to content

Commit

Permalink
[BUGFIX] sonarcloud: Shallow clone detected during the analysis. Some…
Browse files Browse the repository at this point in the history
… 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
  • Loading branch information
Gonzalo Diaz committed May 9, 2024
1 parent 505ad83 commit 4d81bb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node-coverage.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4

with:
fetch-depth: 0
- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 4d81bb2

Please sign in to comment.