From ce4a891adf0ee6129071dc150dc7a89460c4ab87 Mon Sep 17 00:00:00 2001 From: Abhishek Pandey <64667840+1abhishekpandey@users.noreply.github.com> Date: Fri, 2 Aug 2024 01:48:04 +0530 Subject: [PATCH] chore: revert the sonar action name --- .github/workflows/build-and-quality-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-quality-checks.yml b/.github/workflows/build-and-quality-checks.yml index 6ff43732..218d7876 100644 --- a/.github/workflows/build-and-quality-checks.yml +++ b/.github/workflows/build-and-quality-checks.yml @@ -89,7 +89,7 @@ jobs: analytics-core/target/site analytics/target/site - - name: Build and analyze + - name: Sonar analysis env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}