diff --git a/.github/workflows/build-python.yaml b/.github/workflows/build-python.yaml index 8734a3a..37bb216 100644 --- a/.github/workflows/build-python.yaml +++ b/.github/workflows/build-python.yaml @@ -314,7 +314,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} if: '!inputs.skip-sonar && github.event_name != ''pull_request''' - uses: SonarSource/sonarqube-scan-action@v4 + uses: SonarSource/sonarqube-scan-action@v5 with: args: |- -Dsonar.python.coverage.reportPaths=coverage.xml @@ -326,7 +326,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} if: '!inputs.skip-sonar && github.event_name != ''push''' - uses: SonarSource/sonarqube-scan-action@v4 + uses: SonarSource/sonarqube-scan-action@v5 with: args: |- -Dsonar.python.coverage.reportPaths=coverage.xml