diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 56f365a..7dacc4a 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -33,6 +33,6 @@ jobs: run: hatch run test - name: SonarCloud Scan - uses: sonarsource/sonarqube-scan-action@v5 + uses: sonarsource/sonarqube-scan-action@v6 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file