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