We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2663c commit d3519d3Copy full SHA for d3519d3
.github/workflows/test-and-deploy.yml
@@ -43,8 +43,7 @@ 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.0
47
- # dotnet tool update dotnet-sonarscanner --tool-path .\.sonar\scanner --version 4.8.0
+ dotnet tool install --global dotnet-sonarscanner --version 5.15.0
48
make cover
49
50
code-signing:
0 commit comments