From f6025874555232299fcd4e54c00c4be1b8339f43 Mon Sep 17 00:00:00 2001 From: Charles Haynes <33608920+haynescd@users.noreply.github.com> Date: Wed, 10 Jul 2024 11:37:33 -0400 Subject: [PATCH] :wrench: Update Sonar Cloud Token (#10888) --- .github/workflows/sonarcloud.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index a87c052d155..080f26af165 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -34,7 +34,7 @@ jobs: cp src/main/resources/application.properties.EXAMPLE src/main/resources/application.properties - name: Build and analyze env: - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + SONAR_TOKEN: de1b5cc660cd210dde840f492c371da6cc801763 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: mvn clean install verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar - name: 'Add host.testcontainers.internal to /etc/hosts' @@ -45,6 +45,6 @@ jobs: mvn verify -Pintegration-test - name: Code Coverage env: - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + SONAR_TOKEN: de1b5cc660cd210dde840f492c371da6cc801763 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: mvn sonar:sonar -Pcoverage