Skip to content

Commit

Permalink
fix: set fetch-depth to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimdekker authored Jun 14, 2024
1 parent ceb5d27 commit d74f8bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
distribution: 'zulu'
- uses: actions/checkout@v4
with:
fetch-depth: 1
fetch-depth: 0
- name: Cache SonarCloud packages
uses: actions/cache@v4
with:
Expand Down Expand Up @@ -64,4 +64,4 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
shell: powershell
run: |
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"

0 comments on commit d74f8bf

Please sign in to comment.