You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
> [!WARNING]
4
4
> This action is deprecated and will be removed in a future release.
5
5
> Please use the `sonarqube-scan-action` action instead.
6
-
> The `sonarqube-scan-action` is a drop-in replacement for this action.
6
+
> The `sonarqube-scan-action` is a drop-in replacement for this action, you can find it [here](https://github.com/marketplace/actions/official-sonarqube-scan).
7
7
8
8
This SonarSource project, available as a GitHub Action, scans your projects with SonarQube [Cloud](https://www.sonarsource.com/products/sonarcloud/).
Copy file name to clipboardExpand all lines: action.yml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,8 @@ inputs:
15
15
scannerVersion:
16
16
description: Version of the Sonar Scanner CLI to use
17
17
required: false
18
-
default: 6.2.1.4610
18
+
# to be kept in sync with the default version in the sonarqube-scan-action
19
+
default: 7.0.2.4839
19
20
scannerBinariesUrl:
20
21
description: URL to download the Sonar Scanner CLI binaries from
21
22
required: false
@@ -28,7 +29,7 @@ runs:
28
29
run: |
29
30
echo "::warning title=SonarScanner::This action is deprecated and will be removed in a future release. Please use the sonarqube-scan-action action instead. The sonarqube-scan-action is a drop-in replacement for this action."
0 commit comments