Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Choose a tag to compare

@henryjuhenryju released this 18 Sep 08:56
· 4 commits to master since this release

BREAKING CHANGE!

In order to prevent command-line injection, the actions has been rewritten from Bash to JS, and theargs input is now parsed differently. When updating to v6, you might have to update your workflow to change how arguments are quoted.
For example, if you were previously passing:

-uses:SonarSource/sonarqube-scan-action@<action version>with:args:>      -Dsonar.projectName="My Project"

you should now pass:

-uses:SonarSource/sonarqube-scan-action@<action version>with:args:>      "-Dsonar.projectName=My Project"

For moreargs passing examples, please refer to theREADME file

What's Changed

Full Changelog:v5.3.1...v6.0.0

Contributors

  • @jeremy-davis-sonarsource
jeremy-davis-sonarsource
Assets2
Loading
luncliff reacted with rocket emoji
1 person reacted

[8]ページ先頭

©2009-2025 Movatter.jp