From 27f26bef6ac0c384558f7ff1926cb964622ffcbf Mon Sep 17 00:00:00 2001 From: Garot Conklin Date: Thu, 23 Oct 2025 19:30:36 -0400 Subject: [PATCH] garotm - SonarQube Scan Action version upgrade to 6.0.0. --- .github/workflows/sonarcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 9fd365e..040a37c 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -33,7 +33,7 @@ jobs: pytest tests/ --cov=githubauthlib --cov-report=xml --cov-report=term-missing - name: SonarCloud Scan - uses: SonarSource/sonarqube-scan-action@v5.0.0 + uses: SonarSource/sonarqube-scan-action@v6.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}