Skip to content

Commit d3620b5

Browse files
Bump SonarSource/sonarqube-scan-action from 5.3.1 to 6.0.0 (#2018)
* Bump SonarSource/sonarqube-scan-action from 5.3.1 to 6.0.0 Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 5.3.1 to 6.0.0. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@1a6d90e...fd88b7d) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Adjust syntax Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jean-Christophe Morin <jean_christophe_morin@hotmail.com>
1 parent 8fde5c2 commit d3620b5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/sonarcloud.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
with:
1313
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
1414
- name: SonarQube Scan
15-
uses: SonarSource/sonarqube-scan-action@1a6d90ebcb0e6a6b1d87e37ba693fe453195ae25 #v5.3.1
15+
uses: SonarSource/sonarqube-scan-action@fd88b7d7ccbaefd23d8f36f73b59db7a3d246602 #v6.0.0
1616
env:
1717
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
1818
with:
1919
args: >
20-
-Dsonar.organization="academysoftwarefoundation"
21-
-Dsonar.projectKey="AcademySoftwareFoundation_rez"
22-
-Dsonar.projectName="rez"
23-
-Dsonar.sources="src/"
24-
-Dsonar.tests="tests/"
25-
-Dsonar.exclusions="sonar.exclusions=src/build_utils/**,src/rez/data/**,src/rez/tests/**,src/rez/vendor/**"
26-
-Dsonar.python.version="3.7, 3.8, 3.9, 3.10, 3.11, 3.12"
20+
"-Dsonar.organization=academysoftwarefoundation"
21+
"-Dsonar.projectKey=AcademySoftwareFoundation_rez"
22+
"-Dsonar.projectName=rez"
23+
"-Dsonar.sources=src/"
24+
"-Dsonar.tests=tests/"
25+
"-Dsonar.exclusions=sonar.exclusions=src/build_utils/**,src/rez/data/**,src/rez/tests/**,src/rez/vendor/**"
26+
"-Dsonar.python.version=3.7, 3.8, 3.9, 3.10, 3.11, 3.12"

0 commit comments

Comments
 (0)