Skip to content

chore: update embedded-pro/embedded-infra-lib hash to 8614b493e1d63b5b149862a90dad2a3ca36fb237 - #101

Open
embedded-releaser-app[bot] wants to merge 1 commit into
mainfrom
create-pull-request/patch
Open

chore: update embedded-pro/embedded-infra-lib hash to 8614b493e1d63b5b149862a90dad2a3ca36fb237#101
embedded-releaser-app[bot] wants to merge 1 commit into
mainfrom
create-pull-request/patch

Conversation

@embedded-releaser-app

@embedded-releaser-app embedded-releaser-app Bot commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

commits on embedded-pro/embedded-infra-lib:

feat: add LowPriorityInterrupt and DataWatchpointAndTrace (#99)
feat: flash sfdp autodiscovery (#94)
feat: add generic Cortex-M layer (startup, interrupts, fault tracer) (#95)

@gabrielfrasantos

gabrielfrasantos commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Max errors Warnings Elapsed time
✅ ACTION actionlint 5 0 0 0.12s
✅ CPP clang-format 6 0 0 0 0.14s
✅ CPP cppcheck 6 0 0 0.05s
✅ DOCKERFILE hadolint 1 0 0 0.07s
✅ JSON jsonlint 9 0 0 0.12s
✅ JSON prettier 9 6 0 0 0.54s
⚠️ MARKDOWN markdownlint 16 0 10 0 1.48s
✅ MARKDOWN markdown-table-formatter 16 0 0 0 0.29s
✅ REPOSITORY betterleaks yes no no 0.93s
✅ REPOSITORY checkov yes no no 19.85s
✅ REPOSITORY git_diff yes no no 0.07s
✅ REPOSITORY grype yes no no 65.61s
✅ REPOSITORY ls-lint yes no no 0.01s
✅ REPOSITORY secretlint yes no no 1.75s
✅ REPOSITORY syft yes no no 2.05s
✅ REPOSITORY trivy yes no no 10.95s
✅ REPOSITORY trivy-sbom yes no no 0.22s
✅ REPOSITORY trufflehog yes no no 4.06s
⚠️ SPELL lychee 41 2 0 1.1s
✅ YAML prettier 8 2 0 0 0.57s
✅ YAML v8r 8 0 0 6.59s
✅ YAML yamllint 8 0 0 0.58s

Detailed Issues

⚠️ SPELL / lychee - 2 errors
📝 Summary
---------------------
🔍 Total...........47
🔗 Unique..........30
✅ Successful......40
⏳ Timeouts.........0
🔀 Redirected.......8
👻 Excluded.........5
❓ Unknown..........0
🚫 Errors...........2
⛔ Unsupported......2

Errors in CONTRIBUTING.md
[ERROR] file://.github/CODEOWNERS (at 38:78) | File not found. Check if file exists and path is correct

Errors in README.md
[ERROR] file://.github/CODEOWNERS (at 57:212) | File not found. Check if file exists and path is correct

Hint: Followed 8 redirects. You might want to consider replacing redirecting URLs with the resolved URLs. Use verbose mode (`-v`/`-vv`) to see redirection details.
⚠️ MARKDOWN / markdownlint - 10 errors
.claude/agents/executor.md:8 error MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "You are the executor agent for..."]
.claude/agents/orchestrator.md:8 error MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "You are the orchestrator agent..."]
.claude/agents/planner.md:8 error MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "You are the planner agent for ..."]
.claude/agents/reviewer.md:8 error MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "You are the reviewer agent for..."]
.github/agents/executor.agent.md:11 error MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "You are the executor agent for..."]
.github/agents/orchestrator.agent.md:18 error MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "You are the orchestrator agent..."]
.github/agents/planner.agent.md:11 error MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "You are the planner agent for ..."]
.github/agents/reviewer.agent.md:14 error MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "You are the reviewer agent for..."]
.github/prompts/orchestrate.prompt.md:8:401 error MD013/line-length Line length [Expected: 400; Actual: 592]
.github/prompts/orchestrate.prompt.md:8 error MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "Analyze the following task for..."]

Notices

⚠️ Your configuration references items that have been removed from MegaLinter and are ignored: REPOSITORY_GITLEAKS, 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,CPP_CPPCHECK,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_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,SPELL_LYCHEE,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R

MegaLinter is provided by OX Security
Show us your support by starring ⭐ the repository

@embedded-releaser-app embedded-releaser-app Bot changed the title chore: update embedded-pro/embedded-infra-lib hash to b1056e80ab5376d7e4ee821c5b3c5680bc01f751 chore: update embedded-pro/embedded-infra-lib hash to 8614b493e1d63b5b149862a90dad2a3ca36fb237 Aug 26, 2026
@embedded-releaser-app
embedded-releaser-app Bot force-pushed the create-pull-request/patch branch from 6e2f6fc to 9b93da2 Compare August 26, 2026 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant