From e1608b426d74de1b8dd76eac3fd792695833a7a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 09:28:19 -0400 Subject: [PATCH] [deps]: Update sonarsource/sonarqube-scan-action action to v5 (#5105) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/scan-ci.yml | 2 +- .github/workflows/scan.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scan-ci.yml b/.github/workflows/scan-ci.yml index 7577aa2e3c..4e0acea5de 100644 --- a/.github/workflows/scan-ci.yml +++ b/.github/workflows/scan-ci.yml @@ -51,7 +51,7 @@ jobs: fetch-depth: 0 - name: Scan with SonarCloud - uses: sonarsource/sonarqube-scan-action@bfd4e558cda28cda6b5defafb9232d191be8c203 # v4.2.1 + uses: sonarsource/sonarqube-scan-action@aa494459d7c39c106cc77b166de8b4250a32bb97 # v5.1.0 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} with: diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 99cb9c8d61..60b5a81c6c 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -63,7 +63,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@aa494459d7c39c106cc77b166de8b4250a32bb97 # v5.1.0 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} with: