diff --git a/.github/workflows/main-sonar-scan.yml b/.github/workflows/main-sonar-scan.yml index 211ebd3..5589763 100644 --- a/.github/workflows/main-sonar-scan.yml +++ b/.github/workflows/main-sonar-scan.yml @@ -20,7 +20,7 @@ jobs: with: fetch-depth: 0 # Disabling shallow clone is recommended for improving relevancy of reporting - name: SonarCloud Scan - uses: sonarsource/sonarcloud-github-action@v2.1.1 + uses: sonarsource/sonarcloud-github-action@v2.3.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} diff --git a/.github/workflows/sonar-scan-pr-status-check.yml b/.github/workflows/sonar-scan-pr-status-check.yml index ac9388b..ff08928 100644 --- a/.github/workflows/sonar-scan-pr-status-check.yml +++ b/.github/workflows/sonar-scan-pr-status-check.yml @@ -19,7 +19,7 @@ jobs: with: fetch-depth: 0 # Disabling shallow clone is recommended for improving relevancy of reporting - name: SonarCloud Scan - uses: sonarsource/sonarcloud-github-action@v2.1.1 + uses: sonarsource/sonarcloud-github-action@v2.3.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}