From c654520e6241ab29f66a04062aa85c632063b7ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20St=C3=BChmer?= Date: Wed, 15 Nov 2023 21:43:23 +0100 Subject: [PATCH] chore: Switched to `ga` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Stühmer --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 42799ae..aee9ac1 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -25,7 +25,7 @@ jobs: with: enableSonarQube: true dotnet-logging: ${{ inputs.dotnet-logging }} - dotnet-quality: preview + dotnet-quality: ga dotnet-version: | 3.1.x 5.x