Merge pull request #1784 from zabbix/dependabot/github_actions/dot-github/workflows/SonarSource/sonarqube-scan-action-6.0.0

Bump SonarSource/sonarqube-scan-action from 5.3.1 to 6.0.0 in /.github/workflows
This commit is contained in:
Alexey Pustovalov 2025-09-29 10:24:37 +09:00 committed by GitHub
commit e46c0832e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,7 +55,7 @@ jobs:
fetch-depth: 0
- name: Analyze with SonarCloud
uses: SonarSource/sonarqube-scan-action@v5.3.1
uses: SonarSource/sonarqube-scan-action@v6.0.0
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)