diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0968a64..e9b9410 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -165,7 +165,7 @@ jobs: - name: Run SonarCloud scan env: SONAR_TOKEN: ${{ env.KOSLI_SONAR_API_TOKEN }} - uses: sonarsource/sonarcloud-github-action@master + uses: SonarSource/sonarqube-scan-action@v4.2.1 - name: Setup Kosli CLI if: ${{ github.ref == 'refs/heads/main' && (success() || failure()) }}