From 607384436aa9a84914f765272250100754c57679 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 23:13:08 +0000 Subject: [PATCH] chore(deps): update sonarsource/sonarqube-scan-action action to v5.3.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index bbde92b..0d6ef5f 100644 --- a/action.yml +++ b/action.yml @@ -112,7 +112,7 @@ runs: # If sonar_token - if: inputs.sonar_token && steps.diff.outputs.triggered == 'true' - uses: SonarSource/sonarqube-scan-action@2500896589ef8f7247069a56136f8dc177c27ccf # v5.2.0 + uses: SonarSource/sonarqube-scan-action@8c71dc039c2dd71d3821e89a2b58ecc7fee6ced9 # v5.3.0 env: SONAR_TOKEN: ${{ inputs.sonar_token }} with: