Skip to content

Commit

Permalink
add deep clone to checkout for sonarqube
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyjux committed Jan 27, 2025
1 parent 7fa55ad commit b491cee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-feat-sonar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit b491cee

Please sign in to comment.