Skip to content

Commit d3519d3

Browse files
Update test-and-deploy.yml
1 parent ed2663c commit d3519d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ 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.0
47-
# dotnet tool update dotnet-sonarscanner --tool-path .\.sonar\scanner --version 4.8.0
46+
dotnet tool install --global dotnet-sonarscanner --version 5.15.0
4847
make cover
4948
5049
code-signing:

0 commit comments

Comments
 (0)