diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index f1f9761d1..88e2ea911 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -62,7 +62,7 @@ jobs: workflow: pull-requests.yml workflow_conclusion: success - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v5 + uses: SonarSource/sonarqube-scan-action@v6 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: https://sonarcloud.io diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 1a3a88888..a6a63c50c 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -319,7 +319,7 @@ jobs: name: "${{ needs.create-coverage-name.outputs.coverage-name }}-coverage" path: "sonarcloud-coverage.xml" - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v5 + uses: SonarSource/sonarqube-scan-action@v6 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: https://sonarcloud.io