From 740c7d949501e7a7361332b93d90a678bad901e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 21:00:34 +0000 Subject: [PATCH] build(deps): bump sonarsource/sonarqube-scan-action from 5.3.0 to 5.3.1 Bumps [sonarsource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 5.3.0 to 5.3.1. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](https://github.com/sonarsource/sonarqube-scan-action/compare/8c71dc039c2dd71d3821e89a2b58ecc7fee6ced9...1a6d90ebcb0e6a6b1d87e37ba693fe453195ae25) --- updated-dependencies: - dependency-name: sonarsource/sonarqube-scan-action dependency-version: 5.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 652e3d6..29f84d7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -239,7 +239,7 @@ jobs: mv ./var/coverage/clover.xml coverage.xml - name: SonarCloud Scan - uses: sonarsource/sonarqube-scan-action@8c71dc039c2dd71d3821e89a2b58ecc7fee6ced9 # v5.3.0 + uses: sonarsource/sonarqube-scan-action@1a6d90ebcb0e6a6b1d87e37ba693fe453195ae25 # v5.3.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}