From bf20bbf8fd16d950b18397a3eccbf230ea6b75b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 17:14:25 +0000 Subject: [PATCH] build(deps): bump SonarSource/sonarqube-scan-action from 8.0.0 to 8.1.0 Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 8.0.0 to 8.1.0. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](https://github.com/sonarsource/sonarqube-scan-action/compare/v8.0.0...v8.1.0) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test-python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-python.yml b/.github/workflows/test-python.yml index 056dd75..1d7804c 100644 --- a/.github/workflows/test-python.yml +++ b/.github/workflows/test-python.yml @@ -30,7 +30,7 @@ jobs: run: | hatch run +py=${{ matrix.python-version }} test:cov --doctest-modules --junitxml=junit/test-results.xml - name: SonarCloud Scan - uses: SonarSource/sonarqube-scan-action@v8.0.0 + uses: SonarSource/sonarqube-scan-action@v8.1.0 if: matrix.python-version == '3.10' env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}