diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 15a2955e6f8..dcbb8a75ac6 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -87,7 +87,7 @@ jobs: echo "pr_branch=${PR_BRANCH}" >> "${GITHUB_OUTPUT}" - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v5.0.0 + uses: SonarSource/sonarqube-scan-action@v5.1.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}