Compare commits
2 Commits
jh/SQSCANG
...
v3.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
13990a6956 | ||
|
|
66a0baa492 |
@@ -1,6 +1,6 @@
|
|||||||
FROM sonarsource/sonar-scanner-cli:11.1
|
FROM sonarsource/sonar-scanner-cli:11.1
|
||||||
|
|
||||||
LABEL version="3.0.0" \
|
LABEL version="3.1.0" \
|
||||||
repository="https://github.com/sonarsource/sonarqube-scan-action" \
|
repository="https://github.com/sonarsource/sonarqube-scan-action" \
|
||||||
homepage="https://github.com/sonarsource/sonarqube-scan-action" \
|
homepage="https://github.com/sonarsource/sonarqube-scan-action" \
|
||||||
maintainer="SonarSource" \
|
maintainer="SonarSource" \
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
set -eo pipefail
|
set -eo pipefail
|
||||||
|
|
||||||
|
echo "::warning title=Docker removed in the next major version::Users on the master branch of this GitHub action will be upgraded automatically on December 9th to its next major version, which replaces Docker with a composite action, executing in the runner environment. Self-hosted runners analyzing JS/TS code against SonarQube 10.2 and below will need to have Node JS installed."
|
||||||
|
|
||||||
declare -a args=()
|
declare -a args=()
|
||||||
|
|
||||||
if [[ -z "${SONAR_TOKEN}" ]]; then
|
if [[ -z "${SONAR_TOKEN}" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user