Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2022-07-22 13:16:52 +0300
committerHannah von Reth <vonreth@kde.org>2022-07-22 14:23:36 +0300
commit4218df434db564070143c15b79cfb61d554e9408 (patch)
tree19612fbc1c16130053ddd88c603c12bd11bed776 /.github
parent4ee1193be5a2646862f43fb606d5f4ce325a66cb (diff)
Ci: Update sonarcloud scanner
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/.sonar.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/.sonar.ps1 b/.github/workflows/.sonar.ps1
index a7c865cb1..9dda65aef 100644
--- a/.github/workflows/.sonar.ps1
+++ b/.github/workflows/.sonar.ps1
@@ -1,4 +1,4 @@
-$env:SONAR_SCANNER_VERSION = "4.4.0.2170"
+$env:SONAR_SCANNER_VERSION = "4.7.0.2747"
$env:SONAR_DIRECTORY = [System.IO.Path]::Combine($(get-location).Path,".sonar")
$env:SONAR_SCANNER_HOME = "$env:SONAR_DIRECTORY/sonar-scanner-$env:SONAR_SCANNER_VERSION-windows"
rm $env:SONAR_SCANNER_HOME -Force -Recurse -ErrorAction SilentlyContinue