build(deps): bump philips-software/amp-devcontainer-cpp from 6.7.0 to 6.8.0 in /.devcontainer#732
Open
dependabot[bot] wants to merge 2 commits intomainfrom
Conversation
Bumps [philips-software/amp-devcontainer-cpp](https://github.com/philips-software/amp-devcontainer) from 6.7.0 to 6.8.0. - [Release notes](https://github.com/philips-software/amp-devcontainer/releases) - [Changelog](https://github.com/philips-software/amp-devcontainer/blob/main/CHANGELOG.md) - [Commits](philips-software/amp-devcontainer@v6.7.0...v6.8.0) --- updated-dependencies: - dependency-name: philips-software/amp-devcontainer-cpp dependency-version: 6.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
✅
|
| Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
|---|---|---|---|---|---|---|
| ✅ ACTION | actionlint | 6 | 0 | 0 | 0.55s | |
| ✅ CPP | clang-format | 15 | 2 | 0 | 0 | 1.5s |
| ✅ CPP | cppcheck | 15 | 0 | 0 | 0.94s | |
| ✅ DOCKERFILE | hadolint | 1 | 0 | 0 | 0.54s | |
| ✅ JSON | jsonlint | 7 | 0 | 0 | 0.13s | |
| ✅ JSON | prettier | 7 | 2 | 0 | 0 | 1.42s |
| markdownlint | 6 | 1 | 10 | 0 | 2.05s | |
| ✅ MARKDOWN | markdown-table-formatter | 6 | 1 | 0 | 0 | 1.34s |
| ✅ REPOSITORY | checkov | yes | no | no | 26.87s | |
| ✅ REPOSITORY | git_diff | yes | no | no | 0.76s | |
| ✅ REPOSITORY | grype | yes | no | no | 27.48s | |
| ✅ REPOSITORY | ls-lint | yes | no | no | 0.06s | |
| ✅ REPOSITORY | secretlint | yes | no | no | 42.91s | |
| ✅ REPOSITORY | syft | yes | no | no | 1.3s | |
| ✅ REPOSITORY | trivy | yes | no | no | 8.74s | |
| ✅ REPOSITORY | trivy-sbom | yes | no | no | 1.14s | |
| ✅ REPOSITORY | trufflehog | yes | no | no | 8.18s | |
| lychee | 33 | 1 | 0 | 88.66s | ||
| ✅ YAML | prettier | 9 | 1 | 0 | 0 | 1.51s |
| ✅ YAML | v8r | 9 | 0 | 0 | 4.44s | |
| ✅ YAML | yamllint | 9 | 0 | 0 | 0.48s |
Detailed Issues
⚠️ SPELL / lychee - 1 error
[IGNORED] tcp://localhost:1234/target/echo/programmer | Unsupported: Error creating request client: builder error for url (tcp://localhost:1234/target/echo/programmer)
[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?
[TIMEOUT] https://st.com/ | Timeout
📝 Summary
---------------------
🔍 Total..........238
✅ Successful.....235
⏳ Timeouts.........1
🔀 Redirected.......0
👻 Excluded.........0
❓ Unknown..........0
🚫 Errors...........1
Errors in README.md
[TIMEOUT] https://st.com/ | Timeout
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?
⚠️ MARKDOWN / markdownlint - 10 errors
.github/ISSUE_TEMPLATE/add-or-update-hal-driver.md:10 error MD025/single-title/single-h1 Multiple top-level headings in the same document [Context: "How to import a HAL driver"]
CHANGELOG.md:83 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "⚠ BREAKING CHANGES"]
CHANGELOG.md:87 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:94 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Bug Fixes"]
CHANGELOG.md:103 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:140 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "⚠ BREAKING CHANGES"]
CHANGELOG.md:144 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:151 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:162 error 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.3.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_GRYPE,REPOSITORY_LS_LINT,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,SPELL_LYCHEE,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R
Contributor
|
Copilot make sure the container version is also updated in all github workflows |
Contributor
|
André Jordan (@andjordan) I've opened a new pull request, #733, to work on those changes. Once the pull request is ready, I'll request review from you. |
… 6.8.0 (#733) * Initial plan * build(deps): update amp-devcontainer-cpp to 6.8.0 in ci.yml workflow Co-authored-by: andjordan <3933856+andjordan@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: andjordan <3933856+andjordan@users.noreply.github.com>
André Jordan (andjordan)
approved these changes
Feb 6, 2026
Contributor
Author
|
A newer version of philips-software/amp-devcontainer-cpp exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
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.

Bumps philips-software/amp-devcontainer-cpp from 6.7.0 to 6.8.0.
Release notes
Sourced from philips-software/amp-devcontainer-cpp's releases.
... (truncated)
Changelog
Sourced from philips-software/amp-devcontainer-cpp's changelog.
... (truncated)
Commits
0b102f3chore(main): release 6.8.0 (#1133)20dddd7feat: update LLVM/Clang to version 20 (#1125)fea1e09chore(deps): update CPM to version 0.42.1 (#1126)44e57c1chore(main): release 6.7.2 (#1124)ef21f17fix: update devcontainer template structure (#1132)c0081cfchore(deps, cpp): update ms-vscode.cpptools, sonarsource.sonarlint-vscode in ...7626d5bchore(deps, rust): update rust-lang.rust-analyzer in devcontainer-metadata.js...b93db92chore(deps, rust): update github.vscode-github-actions, github.vscode-pull-re...4615474chore(deps, cpp): update ms-vscode.cpptools, sonarsource.sonarlint-vscode in ...8ccc9ebchore(deps, cpp): update mull-19 (#1131)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.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)