From b76753deafa9187a4a41fe7b3425f7ecf7abf9c6 Mon Sep 17 00:00:00 2001 From: Dylan <99700808+dkilgore-eightfold@users.noreply.github.com> Date: Wed, 26 Jul 2023 10:28:55 -0700 Subject: [PATCH] chore: codescan: update sonarqube yml to use input rather than env vars --- .github/workflows/sonarqube.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index 1de15ff65..bcc33a8ba 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Analyze with SonarQube uses: SonarSource/sonarqube-scan-action@master - env: + with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}