Skip to content

Commit

Permalink
ci(sonarcloud): fix shallow clone (#3590)
Browse files Browse the repository at this point in the history
sonarcloud was complaining about a shallow clone:
<img width="372" alt="image" src="https://github.com/user-attachments/assets/853e85d4-d475-4012-8564-50aa533dcad0">


<img width="531" alt="image" src="https://github.com/user-attachments/assets/dfe7e84f-24cb-4d9c-946a-9286b2b7f4ed">
  • Loading branch information
AJPfleger authored Sep 4, 2024
1 parent 8c91d41 commit 4646759
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- name: "Checkout repository"
uses: actions/checkout@v4
with:
fetch-depth: 0 # To prevent shallow clone

- name: 'Download artifact'
uses: actions/github-script@v7
Expand Down

0 comments on commit 4646759

Please sign in to comment.