chore(main): release 4.2.0 - #367
Open
philips-software-forest-releaser[bot] wants to merge 1 commit into
Open
Conversation
philips-software-forest-releaser
Bot
requested a review
from a team
as a code owner
July 7, 2026 06:34
philips-software-forest-releaser
Bot
requested a review
from a team
as a code owner
July 7, 2026 06:34
✅
|
| Descriptor | Linter | Files | Fixed | Errors | Max errors | Warnings | Elapsed time |
|---|---|---|---|---|---|---|---|
| ✅ ACTION | actionlint | 6 | 0 | 0 | 0.04s | ||
| ✅ ACTION | zizmor | 6 | 0 | 0 | 0 | 3.88s | |
| ✅ CPP | clang-format | 253 | 1 | 0 | 0 | 1.54s | |
| ✅ DOCKERFILE | hadolint | 1 | 0 | 0 | 0.04s | ||
| markdownlint | 8 | 5 | 23 | 0 | 0.93s | ||
| ✅ MARKDOWN | markdown-table-formatter | 8 | 5 | 0 | 0 | 0.19s | |
| ✅ REPOSITORY | betterleaks | yes | no | no | 1.01s | ||
| ✅ REPOSITORY | git_diff | yes | no | no | 0.02s | ||
| ✅ REPOSITORY | grype | yes | no | no | 62.0s | ||
| ✅ REPOSITORY | ls-lint | yes | no | no | 0.01s | ||
| ✅ REPOSITORY | secretlint | yes | no | no | 7.0s | ||
| ✅ REPOSITORY | syft | yes | no | no | 1.99s | ||
| ✅ REPOSITORY | trivy | yes | no | no | 11.23s | ||
| ✅ REPOSITORY | trivy-sbom | yes | no | no | 0.75s | ||
| ✅ REPOSITORY | trufflehog | yes | no | no | 3.8s | ||
| lychee | 73 | 2 | 0 | 33.77s | |||
| ✅ YAML | prettier | 13 | 1 | 0 | 0 | 0.58s | |
| ✅ YAML | v8r | 13 | 0 | 0 | 4.84s | ||
| ✅ YAML | yamllint | 13 | 0 | 0 | 0.61s |
Detailed Issues
⚠️ SPELL / lychee - 2 errors
📝 Summary
---------------------
🔍 Total..........181
🔗 Unique.........173
✅ Successful.....179
⏳ Timeouts.........0
🔀 Redirected......80
👻 Excluded.........0
❓ Unknown..........0
🚫 Errors...........2
⛔ Unsupported......2
Errors in CHANGELOG.md
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/compare/v4.1.0...v4.2.0 (at 3:4) | Rejected status code: 404 Not Found
Errors in CONTRIBUTING.md
[404] https://github.com/yourname/amp-cucumber-cpp-runner.git (at 41:35) | Rejected status code: 404 Not Found | Followed 1 redirect. Redirects: https://github.com/yourname/amp-cucumber-cpp-runner.git --[301]--> https://github.com/yourname/amp-cucumber-cpp-runner
Hint: Followed 80 redirects. You might want to consider replacing redirecting URLs with the resolved URLs. Use verbose mode (`-v`/`-vv`) to see redirection details.
Hint: You can configure accepted/rejected response codes with `-a` or `--accept`
⚠️ MARKDOWN / markdownlint - 23 errors
CHANGELOG.md:26 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:33 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Bug Fixes"]
CHANGELOG.md:38 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Chores"]
CHANGELOG.md:51 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:58 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Bug Fixes"]
CHANGELOG.md:64 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Chores"]
CHANGELOG.md:71 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:78 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Chores"]
CHANGELOG.md:86 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "⚠ BREAKING CHANGES"]
CHANGELOG.md:90 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:99 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:105 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Chores"]
CHANGELOG.md:113 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "⚠ BREAKING CHANGES"]
CHANGELOG.md:117 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:122 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Bug Fixes"]
CHANGELOG.md:131 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:142 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Chores"]
CHANGELOG.md:150 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "⚠ BREAKING CHANGES"]
CHANGELOG.md:154 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:179 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Bug Fixes"]
CHANGELOG.md:186 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Chores"]
cmake/WindowsToolchainFilesProvidedBy.md:1 error MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "<https://github.com/MarkSchofi..."]
README.md:132 error MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
Notices
REPOSITORY_GITLEAKS, REPOSITORY_GOODCHECK, REPOSITORY_KICS. See Removed linters to find their replacements.
See detailed reports in MegaLinter artifacts
Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)
- Documentation: Custom Flavors
- Command:
npx mega-linter-runner@10.0.0 --custom-flavor-setup --custom-flavor-linters ACTION_ACTIONLINT,ACTION_ZIZMOR,CPP_CLANG_FORMAT,DOCKERFILE_HADOLINT,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_GIT_DIFF,REPOSITORY_BETTERLEAKS,REPOSITORY_GRYPE,REPOSITORY_LS_LINT,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,SPELL_LYCHEE,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R

Show us your support by starring ⭐ the repository
philips-software-forest-releaser
Bot
force-pushed
the
release-please--branches--main--components--amp-cucumber-cpp-runner
branch
from
July 10, 2026 11:47
83f9c2b to
f6738b9
Compare
philips-software-forest-releaser
Bot
force-pushed
the
release-please--branches--main--components--amp-cucumber-cpp-runner
branch
from
July 13, 2026 10:40
f6738b9 to
5220359
Compare
philips-software-forest-releaser
Bot
force-pushed
the
release-please--branches--main--components--amp-cucumber-cpp-runner
branch
3 times, most recently
from
July 28, 2026 08:21
4403466 to
3c8f9e6
Compare
philips-software-forest-releaser
Bot
force-pushed
the
release-please--branches--main--components--amp-cucumber-cpp-runner
branch
from
July 31, 2026 09:50
3c8f9e6 to
6b3d979
Compare
philips-software-forest-releaser
Bot
force-pushed
the
release-please--branches--main--components--amp-cucumber-cpp-runner
branch
3 times, most recently
from
August 14, 2026 07:32
9519125 to
c487f84
Compare
philips-software-forest-releaser
Bot
force-pushed
the
release-please--branches--main--components--amp-cucumber-cpp-runner
branch
2 times, most recently
from
August 22, 2026 21:56
7c0df9d to
48f6240
Compare
philips-software-forest-releaser
Bot
force-pushed
the
release-please--branches--main--components--amp-cucumber-cpp-runner
branch
from
August 24, 2026 09:40
48f6240 to
7d21046
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



🤖 I have created a release beep boop
4.2.0 (2026-08-24)
Features
Bug Fixes
Chores
This PR was generated with Release Please. See documentation.