Skip to content

Commit

Permalink
Add warning in v3 about upcoming Docker removal in v4
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioaversa committed Nov 8, 2024
1 parent 66a0baa commit 13990a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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" \
homepage="https://github.com/sonarsource/sonarqube-scan-action" \
maintainer="SonarSource" \
Expand Down
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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=()

if [[ -z "${SONAR_TOKEN}" ]]; then
Expand Down

0 comments on commit 13990a6

Please sign in to comment.