diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index e6af308..64b9cda 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -56,7 +56,7 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: 8.0.x - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Cache SonarCloud packages