Skip to content

chore: update repo - #13

Merged
gabrielfrasantos merged 3 commits into
mainfrom
feature/update-repo
Oct 9, 2025
Merged

chore: update repo#13
gabrielfrasantos merged 3 commits into
mainfrom
feature/update-repo

Conversation

@gabrielfrasantos

Copy link
Copy Markdown
Contributor

No description provided.

@gabrielfrasantos

gabrielfrasantos commented Oct 8, 2025

Copy link
Copy Markdown
Contributor Author

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 5 0 0 0.29s
✅ CPP clang-format 15 3 0 0 0.98s
✅ CPP cppcheck 15 0 0 0.79s
✅ DOCKERFILE hadolint 1 0 0 0.28s
✅ JSON jsonlint 7 0 0 0.16s
✅ JSON prettier 7 2 0 0 1.7s
⚠️ MARKDOWN markdownlint 6 1 10 0 2.01s
✅ MARKDOWN markdown-table-formatter 6 1 0 0 1.33s
✅ REPOSITORY git_diff yes no no 1.07s
✅ REPOSITORY grype yes no no 25.28s
✅ REPOSITORY ls-lint yes no no 0.06s
✅ REPOSITORY secretlint yes no no 40.22s
✅ REPOSITORY syft yes no no 1.17s
✅ REPOSITORY trivy yes no no 5.62s
✅ REPOSITORY trivy-sbom yes no no 1.14s
✅ REPOSITORY trufflehog yes no no 7.96s
⚠️ SPELL lychee 32 2 0 88.36s
✅ YAML prettier 8 1 0 0 1.13s
✅ YAML v8r 8 0 0 5.04s
✅ YAML yamllint 8 0 0 0.3s

Detailed Issues

⚠️ SPELL / lychee - 2 errors
[ERROR] http://mcd.rou.st.com/modules.php?name=mcu | Network error: error sending request for url (http://mcd.rou.st.com/modules.php?name=mcu) Maybe a certificate error?
[404] https://api.securityscorecards.dev/projects/github.com/embedded-pro/hal-st | Network error: Not Found
[TIMEOUT] https://st.com/ | Timeout
📝 Summary
---------------------
🔍 Total..........242
✅ Successful.....236
⏳ Timeouts.........1
🔀 Redirected.......0
👻 Excluded.........3
❓ Unknown..........0
🚫 Errors...........2

Errors in .github/ISSUE_TEMPLATE/add-or-update-hal-driver.md
[ERROR] http://mcd.rou.st.com/modules.php?name=mcu | Network error: error sending request for url (http://mcd.rou.st.com/modules.php?name=mcu) Maybe a certificate error?

Errors in README.md
[TIMEOUT] https://st.com/ | Timeout
[404] https://api.securityscorecards.dev/projects/github.com/embedded-pro/hal-st | Network error: Not Found
⚠️ MARKDOWN / markdownlint - 10 errors
.github/ISSUE_TEMPLATE/add-or-update-hal-driver.md:10 MD025/single-title/single-h1 Multiple top-level headings in the same document [Context: "How to import a HAL driver"]
CHANGELOG.md:83 MD024/no-duplicate-heading Multiple headings with the same content [Context: "⚠ BREAKING CHANGES"]
CHANGELOG.md:87 MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:94 MD024/no-duplicate-heading Multiple headings with the same content [Context: "Bug Fixes"]
CHANGELOG.md:103 MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:122 MD024/no-duplicate-heading Multiple headings with the same content [Context: "Bug Fixes"]
CHANGELOG.md:140 MD024/no-duplicate-heading Multiple headings with the same content [Context: "⚠ BREAKING CHANGES"]
CHANGELOG.md:144 MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:151 MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:162 MD024/no-duplicate-heading Multiple headings with the same content [Context: "Bug Fixes"]

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.0.1 --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_GIT_DIFF,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 graciously provided by OX Security

Copilot AI review requested due to automatic review settings October 9, 2025 10:39

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request updates the repository references and naming from "amp-hal-st" to "hal-st" across the codebase. It's part of a migration from the philips-software organization to embedded-pro organization.

  • Repository name change from amp-hal-st to hal-st
  • Organization migration from philips-software to embedded-pro
  • Development container image update

Reviewed Changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
release-please-config.json Updates package name from amp-hal-st to hal-st
integration_test/runner/Main.cpp Updates CLI help text to reference hal-st instead of amp-hal-st
README.md Updates repository name, URLs, and descriptions throughout
CONTRIBUTING.md Updates project name reference in contributing guidelines
CMakeLists.txt Corrects capitalization in comment from "unreleased" to "Unreleased"
.github/workflows/update-emil-git-tag.yml Updates workflow name and commit messages to reference new organization
.github/workflows/ci.yml Adds ccache optimization settings for improved build performance
.github/CODEOWNERS Removes codeowners entry
.devcontainer/Dockerfile Changes base image from philips-software to gabrielfrasantos organization

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread .github/workflows/ci.yml Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@gabrielfrasantos
gabrielfrasantos merged commit 5461a7d into main Oct 9, 2025
15 checks passed
@gabrielfrasantos
gabrielfrasantos deleted the feature/update-repo branch April 20, 2026 09:58
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.

2 participants