diff --git a/.github/workflows/sonar_pixee.yml b/.github/workflows/sonar_pixee.yml index 569e548a..4d67b185 100644 --- a/.github/workflows/sonar_pixee.yml +++ b/.github/workflows/sonar_pixee.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event.check_run.name == 'SonarCloud Code Analysis' }} steps: - - uses: pixee/upload-tool-results-action@v2.3.0 + - uses: pixee/upload-tool-results-action@v2.4.0 with: tool: sonar sonar-token: ${{ secrets.SONAR_TOKEN }}