Skip to content

Releases: monicahq/workflows

v4.4.0

22 Oct 17:55
906242d

Choose a tag to compare

4.4.0 (2025-10-22)

Features

v4.3.0

22 Oct 17:52
b5e3209

Choose a tag to compare

4.3.0 (2025-10-22)

Features

v4.2.0

19 Oct 17:13
a3e5f1d

Choose a tag to compare

4.2.0 (2025-10-19)

Features

v4.1.0

02 Oct 21:56
8a4e2fb

Choose a tag to compare

4.1.0 (2025-10-02)

Features

v4.0.1

02 Oct 21:03
a87af46

Choose a tag to compare

4.0.1 (2025-10-02)

Bug Fixes

v4.0.0

02 Oct 20:58
38e6810

Choose a tag to compare

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
  • fd88b7d SQSCANGHA-119 New Readme structure
  • 27a157d SQSCANGHA-118 Update the README to document the breaking change for args parsing
  • e327da8 NO-JIRA Add documentation for contribution
  • ff001fd SQSCANGHA-107 Migrate install-build-wrapper
  • a88c96d SQSCANGHA-107 Make room for install-build-wrapper action
  • a642810 SQSCANGHA-112 SQSCANGHA-113 Fixes from review and keytool refactor
  • 60aee70 NO-JIRA Disable fail fast on matrix jobs
  • 502204e NO-JIRA Fix test assertion
  • 0b794a0 SQSCANGHA-112 Delete legacy shell script
  • ece10df SQSCANGHA-112 Extract installation step and other fixes
  • Additional commits viewable in compare view

Dependabot compatibility score

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

v3.1.0

01 Oct 13:37
0e2806f

Choose a tag to compare

3.1.0 (2025-10-01)

Features

  • allow installing php when building assets (#40) (0e2806f)

v3.0.0

28 Sep 12:39
79b9898

Choose a tag to compare

3.0.0 (2025-09-28)

⚠ BREAKING CHANGES

  • Allow using npm and pest (#38)

Features

v2.6.0

26 Jul 22:21
0859b69

Choose a tag to compare

2.6.0 (2025-07-26)

Features

  • deps: bump aglipanci/laravel-pint-action from 2.4 to 2.5 (#30) (0859b69), closes #22 #16

v2.5.0

01 Feb 17:54
f129d60

Choose a tag to compare

2.5.0 (2025-02-01)

Features