From 91e32a8b94aec1e087f190a68af0ba5abc543fd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 06:17:27 +0000 Subject: [PATCH] CI: Bump SonarSource/sonarqube-scan-action from 5.0.0 to 5.1.0 Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](https://github.com/sonarsource/sonarqube-scan-action/compare/v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/sonar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 15a2955e6f8..dcbb8a75ac6 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -87,7 +87,7 @@ jobs: echo "pr_branch=${PR_BRANCH}" >> "${GITHUB_OUTPUT}" - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v5.0.0 + uses: SonarSource/sonarqube-scan-action@v5.1.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}