diff --git a/.github/workflows/uv.yml b/.github/workflows/uv.yml index ccf270d..56b64a9 100644 --- a/.github/workflows/uv.yml +++ b/.github/workflows/uv.yml @@ -39,7 +39,7 @@ jobs: #- name: Troml # run: uv run troml check - name: Run SonarQube - uses: sonarsource/sonarqube-scan-action@fd88b7d7ccbaefd23d8f36f73b59db7a3d246602 + uses: sonarsource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}