From f313c2aaa3e894b3c71fbebe38c4368a48789033 Mon Sep 17 00:00:00 2001 From: Worapot Pengsuk Date: Mon, 24 Apr 2023 14:36:42 +0700 Subject: [PATCH] Revert "SC-4361 Update sonar-scanner-cli to v4.8 (#47)" This reverts commit db501078e936e4b4c8773d1bb949ba9ddb7b6b6a. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0f08c40..7234c30 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM sonarsource/sonar-scanner-cli:4.8 +FROM sonarsource/sonar-scanner-cli:4.7 LABEL version="0.0.1" \ repository="https://github.com/sonarsource/sonarcloud-github-action" \