Skip to content

Commit 11e93c2

Browse files
1 parent 2608c44 commit 11e93c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-and-deploy.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
TWILIO_FROM_NUMBER: ${{ secrets.TWILIO_FROM_NUMBER }}
4444
TWILIO_TO_NUMBER: ${{ secrets.TWILIO_TO_NUMBER }}
4545
run: |
46-
dotnet tool install --global dotnet-sonarscanner --version 5.5.3
46+
# dotnet tool install --global dotnet-sonarscanner --version 5.5.3
47+
dotnet tool update dotnet-sonarscanner --tool-path .\.sonar\scanner --version 4.8.0
4748
make cover
4849
4950
code-signing:

0 commit comments

Comments
 (0)