1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-16 01:51:21 +01:00

Remove ineffective Sonar cache (#4496)

This commit is contained in:
Matt Bishop 2024-07-11 09:41:00 -04:00 committed by GitHub
parent 491add3363
commit 3540c2bf87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,13 +74,6 @@ jobs:
- name: Set up .NET
uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1
- name: Cache SonarCloud packages
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
path: ~\sonar\cache
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar
- name: Install SonarCloud scanner
run: dotnet tool install dotnet-sonarscanner -g