From 348f1bb94045117066b86b61837fad5bd312040f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 17:57:42 +0000 Subject: [PATCH] [deps]: Update sonarsource/sonarqube-scan-action action to v5 --- .github/workflows/scan-authenticator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scan-authenticator.yml b/.github/workflows/scan-authenticator.yml index b9d73dcc3..23e8ea222 100644 --- a/.github/workflows/scan-authenticator.yml +++ b/.github/workflows/scan-authenticator.yml @@ -66,7 +66,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Scan with SonarCloud - uses: sonarsource/sonarqube-scan-action@bfd4e558cda28cda6b5defafb9232d191be8c203 # v4.2.1 + uses: sonarsource/sonarqube-scan-action@0303d6b62e310685c0e34d0b9cde218036885c4d # v5.0.0 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} with: