Skip to content

Commit ed2663c

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +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
47-
dotnet tool update dotnet-sonarscanner --tool-path .\.sonar\scanner --version 4.8.0
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
4848
make cover
4949
5050
code-signing:

0 commit comments

Comments
 (0)