INFRA-2109 | Saqib | Fix docker rate limit error in sonarQube

This commit is contained in:
Saqib Perwaiz
2023-09-15 00:23:52 +05:30
committed by GitHub
parent 457874e623
commit 351a26c9f9

View File

@@ -65,7 +65,7 @@ jobs:
name: coverage
- name: Sonarqube scan
uses: navi-synced-actions/sonarqube-scan@v1
uses: navi-synced-actions/sonarqube-scan@v2.0.2
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}