From 346d705056304dd8c3c31d9369943e8fd101ec73 Mon Sep 17 00:00:00 2001 From: Rominos7 Date: Sun, 3 Mar 2024 21:03:53 +0200 Subject: [PATCH] change_source_branch --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 44b8b2111..c5209ff1f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: run: npm run test:cover - name: SonarQube Scan - uses: sonarsource/sonarqube-scan-action@develop + uses: sonarsource/sonarqube-scan-action@master env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: "https://sonarcloud.io"