From 5de9d04dd3f4e2241bc1b2d83993abbe717390af Mon Sep 17 00:00:00 2001 From: NishantRajputRN Date: Tue, 12 May 2026 16:18:22 +0530 Subject: [PATCH] Sonar url change --- .gitea/workflows/azure-pipelines.yml | 2 +- App.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/azure-pipelines.yml b/.gitea/workflows/azure-pipelines.yml index 5a6d51a..296c918 100644 --- a/.gitea/workflows/azure-pipelines.yml +++ b/.gitea/workflows/azure-pipelines.yml @@ -40,7 +40,7 @@ jobs: uses: SonarSource/sonarqube-scan-action@v6 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - SONAR_HOST_URL: http://98.70.31.53:9000 + SONAR_HOST_URL: ${{ secrets.SONAR_URL }} # ---------------- ANDROID ---------------- # - name: Setup Android SDK diff --git a/App.js b/App.js index 66bfc2d..40c851e 100644 --- a/App.js +++ b/App.js @@ -2,4 +2,5 @@ console.log("trest") console.log("test2") console.log("test3") -console.log("test4") \ No newline at end of file +console.log("test4") +console.log("test5") \ No newline at end of file