Releases: monicahq/workflows
Releases · monicahq/workflows
v4.4.0
v4.3.0
v4.2.0
v4.1.0
v4.0.1
4.0.1 (2025-10-02)
Bug Fixes
- deps: bump actions/download-artifact from 4 to 5 (#34) (ab1240c), closes actions/download-artifact#407 actions/download-artifact#416 #416 #407
- deps: bump aglipanci/laravel-pint-action from 2.5 to 2.6 (#33) (55c7d50), closes aglipanci/laravel-pint-action#25 aglipanci/laravel-pint-action#25 #25
- deps: bump amannn/action-semantic-pull-request from 5 to 6 (#36) (2267baf), closes #287 #287 #269 #262 #263 #261 #240 #229 #226 #208 #207 #205 #205 #289 #287 #286 #231 #281 #280 #276 #272
v4.0.0
4.0.0 (2025-10-02)
⚠ BREAKING CHANGES
- deps: regarding support of quotes.
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"... (truncated)
Commits
fd88b7dSQSCANGHA-119 New Readme structure27a157dSQSCANGHA-118 Update the README to document the breaking change for args parsinge327da8NO-JIRA Add documentation for contributionff001fdSQSCANGHA-107 Migrate install-build-wrappera88c96dSQSCANGHA-107 Make room for install-build-wrapper actiona642810SQSCANGHA-112 SQSCANGHA-113 Fixes from review and keytool refactor60aee70NO-JIRA Disable fail fast on matrix jobs502204eNO-JIRA Fix test assertion0b794a0SQSCANGHA-112 Delete legacy shell scriptece10dfSQSCANGHA-112 Extract installation step and other fixes- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.
Bug Fixes
- deps: bump SonarSource/sonarqube-scan-action from 5 to 6 (#39) (38e6810), closes SonarSource/sonarqube-scan-action#208