Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/rtc-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
with:
name: coverage-report
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v5
uses: SonarSource/sonarqube-scan-action@v6
Copy link

Copilot AI Sep 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This upgrade to v6 introduces breaking changes in how the args input is parsed. If this workflow uses the args parameter elsewhere, the argument quoting format needs to be updated. For example, -Dsonar.projectName=\"My Project\" should become \"-Dsonar.projectName=My Project\". Please verify that any args usage in this workflow follows the new v6 format.

Copilot uses AI. Check for mistakes.

env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

Expand Down
Loading