From 9a913ae0de64962a81a13d9abdd40ca4e0765f69 Mon Sep 17 00:00:00 2001 From: Xalan Dames <115499157+damesx04@users.noreply.github.com> Date: Fri, 5 Dec 2025 15:49:23 -0500 Subject: [PATCH] Update Sonar token reference in build workflow --- .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 dd58cb8..f8706e2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: - name: SonarQube Scan uses: SonarSource/sonarqube-scan-action@v4 env: - SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }} # Put the name of your token here + SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Put the name of your token here with: args: > --define sonar.cfamily.compile-commands="${{ env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json"