From f347f90cc3a4683c7474d21dd709638b0226fc2c Mon Sep 17 00:00:00 2001 From: rostislav Date: Tue, 28 May 2024 01:52:31 +0300 Subject: [PATCH] sonarqube upd --- .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 0af54c734b37c..d7256af118db3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: echo "::set-output name=files::$MODIFIED_FILES" - name: Run SonarQube analysis - uses: sonarsource/sonarqube-scan-action@master + - uses: sonarsource/sonarqube-scan-action@master env: SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} SONAR_LOGIN: ${{ secrets.SONARQUBE_TOKEN }}