chore: Remove SonarCloud scanner caching from Publish.yml; update Qodana linter version in qodana.yaml

This commit is contained in:
Miha Kralj
2025-12-07 18:45:45 -08:00
parent 00643e74c2
commit 5f8fef513b
2 changed files with 0 additions and 11 deletions
-8
View File
@@ -63,14 +63,6 @@ jobs:
java-version: 17
distribution: 'zulu'
- name: Cache SonarCloud scanner
id: cache-sonar-scanner
uses: actions/cache@v4
with:
path: .\.sonar\scanner
key: ${{ runner.os }}-sonar-scanner
restore-keys: ${{ runner.os }}-sonar-scanner
- name: Install dotnet tools
run: |
dotnet tool install JetBrains.dotCover.GlobalTool --global