chore(main): release 10.0.0 - #1235
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
June 10, 2026 09:41
Contributor
Dependency ReviewThe following issues were found:
Snapshot WarningsConsider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. License Issuesexternal/crypto/tiny-aes128/CMakeLists.txt
external/crypto/micro-ecc/CMakeLists.txt
external/args/CMakeLists.txt
lwip/lwip/CMakeLists.txt
external/protobuf/CMakeLists.txt
external/segger_rtt/CMakeLists.txt
external/crypto/mbedtls/CMakeLists.txt
cmake/emil_test_helpers.cmake
osal/threadx/CMakeLists.txt
infra/syntax/CMakeLists.txt
osal/freertos/CMakeLists.txt
OpenSSF ScorecardScorecard details
Scanned Files
|
Contributor
✅
|
| Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
|---|---|---|---|---|---|---|
| ✅ ACTION | actionlint | 11 | 0 | 0 | 0.24s | |
| ✅ ACTION | zizmor | 11 | 0 | 0 | 0 | 4.76s |
| ✅ CPP | clang-format | 1098 | 8 | 0 | 0 | 6.95s |
| ✅ DOCKERFILE | hadolint | 2 | 0 | 0 | 0.03s | |
| ✅ JSON | jsonlint | 7 | 0 | 0 | 0.33s | |
| ✅ JSON | prettier | 7 | 0 | 0 | 0 | 0.5s |
| markdownlint | 8 | 0 | 5 | 0 | 1.0s | |
| ✅ MARKDOWN | markdown-table-formatter | 8 | 0 | 0 | 0 | 0.18s |
| betterleaks | yes | 1 | 5 | 1.69s | ||
| ✅ REPOSITORY | checkov | yes | no | no | 37.85s | |
| ✅ REPOSITORY | git_diff | yes | no | no | 0.05s | |
| ✅ REPOSITORY | grype | yes | no | no | 62.16s | |
| ✅ REPOSITORY | ls-lint | yes | no | no | 0.01s | |
| ✅ REPOSITORY | osv-scanner | yes | no | no | 0.81s | |
| ✅ REPOSITORY | secretlint | yes | no | no | 12.74s | |
| ✅ REPOSITORY | syft | yes | no | no | 1.38s | |
| ✅ REPOSITORY | trivy | yes | no | no | 13.2s | |
| ✅ REPOSITORY | trivy-sbom | yes | no | no | 0.27s | |
| ✅ REPOSITORY | trufflehog | yes | no | no | 2.73s | |
| lychee | 140 | 2 | 0 | 123.56s | ||
| prettier | 21 | 1 | 1 | 0 | 0.46s | |
| ✅ YAML | v8r | 21 | 0 | 0 | 7.73s | |
| ✅ YAML | yamllint | 21 | 0 | 0 | 0.74s |
Detailed Issues
⚠️ REPOSITORY / betterleaks - 1 error
warning: private-key has detected secret for file services/network/CertificatesMbedTls.cpp.
┌─ services/network/CertificatesMbedTls.cpp:125:21
│
125 │ stream << "HIDDEN_BY_MEGALINTER\r\n";
│ ╰────────────────────────────────────────────────^
warning: private-key has detected secret for file services/network/test_doubles/Certificates.cpp.
┌─ services/network/test_doubles/Certificates.cpp:56:15
│
56 │ "HIDDEN_BY_MEGALINTER\r\n";
│ ╰──────────────────────────────────────────^
warning: private-key has detected secret for file services/network/test_doubles/Certificates.cpp.
┌─ services/network/test_doubles/Certificates.cpp:108:15
│
108 │ "HIDDEN_BY_MEGALINTER\r\n";
│ ╰──────────────────────────────────────────^
warning: generic-api-key has detected secret for file external/crypto/tiny-aes128/TinyAes.c.
┌─ external/crypto/tiny-aes128/TinyAes.c:17:4
│
17 │ key:
│ ╭────^
18 │ │ 2b7e151628aed2a6abf7158809cf4f3c
│ ╰────────────────────────────────────^
warning: generic-api-key has detected secret for file services/network/WebSocket.cpp.
┌─ services/network/WebSocket.cpp:81:50
│
81 │ headers.push_back(services::HttpHeader("Sec-Websocket-Key", "AQIDBAUGBbgJCgsMDQ4PEC=="));
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
warning: 5 warnings emitted
⚠️ SPELL / lychee - 2 errors
📝 Summary
---------------------
🔍 Total..........739
🔗 Unique.........700
✅ Successful.....732
⏳ Timeouts.........0
🔀 Redirected.....330
👻 Excluded.........5
❓ Unknown..........0
🚫 Errors...........2
⛔ Unsupported......2
Errors in CHANGELOG.md
[404] https://github.com/philips-software/amp-embedded-infra-lib/compare/v9.1.0...v10.0.0 (at 10:4) | Rejected status code: 404 Not Found
Errors in external/protoc/CMakeLists.txt
[404] https://github.com/protocolbuffers/protobuf/releases/download/v$%7Bprotobuf_tag%7D/protoc-$%7Bprotobuf_version%7D-$%7Bos_postfix%7D.zip (at 18:13) | Rejected status code: 404 Not Found
Hint: Followed 330 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 - 5 errors
.github/instructions/microtest.instructions.md:7 error MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "## Google Test Suite Coding Ru..."]
external/crypto/tiny-aes128/README.md:1 error MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "### Tiny AES128 in C"]
external/crypto/tiny-aes128/README.md:29 error MD046/code-block-style Code block style [Expected: fenced; Actual: indented]
external/crypto/tiny-aes128/README.md:39 error MD046/code-block-style Code block style [Expected: fenced; Actual: indented]
external/crypto/tiny-aes128/README.md:49 error MD046/code-block-style Code block style [Expected: fenced; Actual: indented]
⚠️ YAML / prettier - 1 error
[error] Explicitly specified pattern "documents/modules/ROOT/examples/clangformat.yaml" is a symbolic link.
.clusterfuzzlite/project.yaml 28ms (unchanged)
.github/dependabot.yml 9ms (unchanged)
.github/workflows/ci.yml 43ms (unchanged)
.github/workflows/dependency-scanner.yml 8ms (unchanged)
.github/workflows/documentation.yml 11ms (unchanged)
.github/workflows/fuzzing-batch.yml 7ms (unchanged)
.github/workflows/fuzzing-cron.yml 5ms (unchanged)
.github/workflows/fuzzing-pr.yml 4ms (unchanged)
.github/workflows/linting-formatting.yml 10ms (unchanged)
.github/workflows/release-please.yml 7ms (unchanged)
.github/workflows/security.yml 4ms (unchanged)
.github/workflows/static-analysis.yml 6ms (unchanged)
.github/workflows/validate-pr.yml 14ms (unchanged)
.ls-lint.yml 1ms
.mega-linter.yml 2ms (unchanged)
antora-playbook-branch.yml 2ms (unchanged)
antora-playbook-site.yml 2ms (unchanged)
documents/antora.yml 1ms (unchanged)
documents/supplemental-ui/ui.yml 1ms (unchanged)
mull.yml 1ms (unchanged)
Notices
📣 MegaLinter 9.5.0 is out! Discover the new features and security recommendations in the release announcement. (Skip this info by defining SECURITY_SUGGESTIONS: false)
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@9.6.0 --custom-flavor-setup --custom-flavor-linters ACTION_ACTIONLINT,ACTION_ZIZMOR,CPP_CLANG_FORMAT,DOCKERFILE_HADOLINT,JSON_JSONLINT,JSON_PRETTIER,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_CHECKOV,REPOSITORY_GIT_DIFF,REPOSITORY_BETTERLEAKS,REPOSITORY_GRYPE,REPOSITORY_LS_LINT,REPOSITORY_OSV_SCANNER,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-embedded-infra-lib
branch
4 times, most recently
from
June 15, 2026 06:02
4c8d767 to
5911368
Compare
philips-software-forest-releaser
Bot
force-pushed
the
release-please--branches--main--components--amp-embedded-infra-lib
branch
3 times, most recently
from
June 22, 2026 11:54
98e3134 to
13fce14
Compare
philips-software-forest-releaser
Bot
force-pushed
the
release-please--branches--main--components--amp-embedded-infra-lib
branch
9 times, most recently
from
June 30, 2026 07:41
fbe9479 to
785ae62
Compare
philips-software-forest-releaser
Bot
force-pushed
the
release-please--branches--main--components--amp-embedded-infra-lib
branch
3 times, most recently
from
July 6, 2026 09:44
e80724a to
5f0c15b
Compare
philips-software-forest-releaser
Bot
force-pushed
the
release-please--branches--main--components--amp-embedded-infra-lib
branch
5 times, most recently
from
July 17, 2026 09:06
de85650 to
1bb454b
Compare
philips-software-forest-releaser
Bot
force-pushed
the
release-please--branches--main--components--amp-embedded-infra-lib
branch
from
July 20, 2026 14:28
1bb454b to
8c25896
Compare
philips-software-forest-releaser
Bot
force-pushed
the
release-please--branches--main--components--amp-embedded-infra-lib
branch
4 times, most recently
from
July 28, 2026 08:14
668e6f2 to
a3cb0e7
Compare
philips-software-forest-releaser
Bot
force-pushed
the
release-please--branches--main--components--amp-embedded-infra-lib
branch
5 times, most recently
from
August 4, 2026 10:22
2e4146d to
588e831
Compare
philips-software-forest-releaser
Bot
force-pushed
the
release-please--branches--main--components--amp-embedded-infra-lib
branch
from
August 5, 2026 11:58
588e831 to
777a630
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
10.0.0 (2026-08-05)
⚠ BREAKING CHANGES
Features
Bug Fixes
This PR was generated with Release Please. See documentation.