From 351a26c9f95dc780eea942a8e025447c14bed1c3 Mon Sep 17 00:00:00 2001 From: Saqib Perwaiz Date: Fri, 15 Sep 2023 00:23:52 +0530 Subject: [PATCH] INFRA-2109 | Saqib | Fix docker rate limit error in sonarQube --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dbd682e..642c1a2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }}