From 34d254d55497e06fc24bbcad9d5bfdd0d77d9894 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Fri, 26 Sep 2025 12:00:09 +0900 Subject: [PATCH] Merge pull request #1782 from zabbix/dependabot/github_actions/dot-github/workflows/SonarSource/sonarqube-scan-action-5.3.1 Bump SonarSource/sonarqube-scan-action from 5.2.0 to 5.3.1 in /.github/workflows --- .github/workflows/sonarcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index cd9a47b18..24c212317 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -55,7 +55,7 @@ jobs: fetch-depth: 0 - name: Analyze with SonarCloud - uses: SonarSource/sonarqube-scan-action@v5.2.0 + uses: SonarSource/sonarqube-scan-action@v5.3.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Generate a token on Sonarcloud.io, add it to the secrets of this repo with the name SONAR_TOKEN (Settings > Secrets > Actions > add new repository secret)