From e2eaeb249bad890e46b069feb85a7c9506b3e271 Mon Sep 17 00:00:00 2001 From: Gaston Thea Date: Mon, 19 Jan 2026 14:23:59 -0300 Subject: [PATCH] Update SonarQube workflow --- .github/workflows/sonarqube.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index dd26c3568..9aeb52cfe 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -4,6 +4,9 @@ on: pull_request: branches: - '*' + push: + branches: + - master concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -145,7 +148,7 @@ jobs: cat sonar-project.properties - name: SonarCloud Scan - uses: SonarSource/sonarqube-scan-action@v6 + uses: SonarSource/sonarqube-scan-action@v7 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}