From c955679d8c7e6a6ecdbcfdc013d08b2c8083e75a Mon Sep 17 00:00:00 2001 From: Guilherme Branco Stracini Date: Tue, 16 Jul 2024 17:38:57 +0100 Subject: [PATCH] Update deep-source.yml --- .github/workflows/deep-source.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deep-source.yml b/.github/workflows/deep-source.yml index 638a1cb..f958fc2 100644 --- a/.github/workflows/deep-source.yml +++ b/.github/workflows/deep-source.yml @@ -24,7 +24,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: '7.0.x' + dotnet-version: '8.0.x' - name: Build and analyze if: >- @@ -42,4 +42,4 @@ jobs: run: | dotnet build -c Debug --verbosity minimal dotnet test -c Debug --verbosity minimal --no-build --no-restore /p:CollectCoverage=true /p:CoverletOutputFormat="cobertura" - ./bin/deepsource report --analyzer test-coverage --key csharp --value-file ./Tests/GuiStracini.Mandae.Tests/coverage.cobertura.xml \ No newline at end of file + ./bin/deepsource report --analyzer test-coverage --key csharp --value-file ./Tests/GuiStracini.Mandae.Tests/coverage.cobertura.xml