From ac5086485bcbfd8f8db0f72e8b5bff10cc1b0293 Mon Sep 17 00:00:00 2001 From: istvan-bodo-sonarsource Date: Tue, 13 Aug 2024 09:30:00 +0200 Subject: [PATCH] SCSCANGHA-23 Update scanner cli to v11.0 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3e7aee8..05ec9e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM sonarsource/sonar-scanner-cli:10.0 +FROM sonarsource/sonar-scanner-cli:11.0 -LABEL version="2.2.0" \ +LABEL version="3.0.0" \ repository="https://github.com/sonarsource/sonarcloud-github-action" \ homepage="https://github.com/sonarsource/sonarcloud-github-action" \ maintainer="SonarSource" \