diff --git a/.github/workflows/publishment.yml b/.github/workflows/publishment.yml index ecc3aa47..e558bd91 100644 --- a/.github/workflows/publishment.yml +++ b/.github/workflows/publishment.yml @@ -29,7 +29,7 @@ jobs: - uses: ./.github/actions/download-lint-report - name: SonarCloud Scan - uses: SonarSource/sonarqube-scan-action@v4.2.1 + uses: SonarSource/sonarqube-scan-action@v4.2.2 env: SONAR_TOKEN: ${{ secrets.SONARQUBE_SCANNER }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/sonar-pr.yml b/.github/workflows/sonar-pr.yml index 8d984d33..83d93c03 100644 --- a/.github/workflows/sonar-pr.yml +++ b/.github/workflows/sonar-pr.yml @@ -83,7 +83,7 @@ jobs: unzip lint-report.zip -d reports - name: SonarCloud Scan - uses: SonarSource/sonarqube-scan-action@v4.2.1 + uses: SonarSource/sonarqube-scan-action@v4.2.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONARQUBE_SCANNER }}