diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index f76ff9bd..564c9bb4 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -42,7 +42,7 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: 7.0.x - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Cache SonarCloud packages