Skip to content

Commit

Permalink
ci: GitHub action checkout fetch-depth (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
micronaut-build authored Mar 4, 2022
1 parent 41c3eae commit c443f3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
sudo apt-get clean
df -h
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/[email protected]
with:
path: ~/.gradle/caches
Expand Down

0 comments on commit c443f3b

Please sign in to comment.