From 743c6d4ea444d413950280ac651d74d3a3de9e78 Mon Sep 17 00:00:00 2001 From: SonarTech Date: Tue, 22 Jul 2025 07:50:45 +0000 Subject: [PATCH] Update SonarScanner CLI to --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0c6eeb0..b1c5d62 100644 --- a/action.yml +++ b/action.yml @@ -17,7 +17,7 @@ inputs: description: Version of the Sonar Scanner CLI to use required: false # to be kept in sync with sonar-scanner-version - default: 7.1.0.4889 + default: "" scannerBinariesUrl: description: URL to download the Sonar Scanner CLI binaries from required: false