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: action.yml
+3-2
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