We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2608c44 commit 11e93c2Copy full SHA for 11e93c2
.github/workflows/test-and-deploy.yml
@@ -43,7 +43,8 @@ jobs:
43
TWILIO_FROM_NUMBER: ${{ secrets.TWILIO_FROM_NUMBER }}
44
TWILIO_TO_NUMBER: ${{ secrets.TWILIO_TO_NUMBER }}
45
run: |
46
- dotnet tool install --global dotnet-sonarscanner --version 5.5.3
+ # dotnet tool install --global dotnet-sonarscanner --version 5.5.3
47
+ dotnet tool update dotnet-sonarscanner --tool-path .\.sonar\scanner --version 4.8.0
48
make cover
49
50
code-signing:
0 commit comments