We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad4362 commit 7aa9dfaCopy full SHA for 7aa9dfa
.github/workflows/sonarcloud.yml
@@ -53,7 +53,7 @@ jobs:
53
https://api.github.com/repos/SonarSource/sonar-scanner-cli/releases/latest 2>/dev/null \
54
| grep "tag_name" \
55
| cut -d\" -f4)
56
- curl -sS -o "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-${LATEST_VERSION}-linux-x64.zip"
+ curl -sS -O "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-${LATEST_VERSION}-linux-x64.zip"
57
unzip -q "sonar-scanner-cli-${LATEST_VERSION}-linux-x64.zip" -d "/tmp" || echo
58
echo "sonar.host.url=https://sonarcloud.io" >> /tmp/sonar-scanner-*/conf/sonar-scanner.properties
59
mkdir /tmp/sonar-cache
0 commit comments