diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 22d50ac..b3c2ffb 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -40,7 +40,7 @@ jobs: done - name: SonarQube Scan if: ${{ matrix.python == '3.13' && github.actor != 'dependabot[bot]' }} - uses: SonarSource/sonarqube-scan-action@v5.2.0 + uses: SonarSource/sonarqube-scan-action@v5.3.1 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file