From 89eee4f8db205a18b35f1d245ab6847e2d8b078f Mon Sep 17 00:00:00 2001 From: Shubham Date: Mon, 5 Feb 2024 15:15:36 +0530 Subject: [PATCH] Update test-and-deploy.yml --- .github/workflows/test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index f5a152ee1..ab4beec0c 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -43,7 +43,7 @@ jobs: TWILIO_FROM_NUMBER: ${{ secrets.TWILIO_FROM_NUMBER }} TWILIO_TO_NUMBER: ${{ secrets.TWILIO_TO_NUMBER }} run: | - dotnet tool install --global dotnet-sonarscanner --version 5.15.0 + dotnet tool install --global dotnet-sonarscanner make cover code-signing: