build(deps): bump philips-software/amp-devcontainer-cpp from 6.10.3 to 7.2.0 in /.devcontainer#349
Conversation
Bumps [philips-software/amp-devcontainer-cpp](https://github.com/philips-software/amp-devcontainer) from 6.10.3 to 7.2.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.10.3...v7.2.0) --- updated-dependencies: - dependency-name: philips-software/amp-devcontainer-cpp dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
✅
|
| Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
|---|---|---|---|---|---|---|
| ✅ ACTION | actionlint | 6 | 0 | 0 | 0.02s | |
| ✅ CPP | clang-format | 238 | 1 | 0 | 0 | 2.16s |
| ✅ DOCKERFILE | hadolint | 1 | 0 | 0 | 0.03s | |
| markdownlint | 7 | 4 | 19 | 0 | 1.13s | |
| ✅ MARKDOWN | markdown-table-formatter | 7 | 4 | 0 | 0 | 0.42s |
| ✅ REPOSITORY | git_diff | yes | no | no | 0.03s | |
| ✅ REPOSITORY | grype | yes | no | no | 48.09s | |
| ✅ REPOSITORY | ls-lint | yes | no | no | 0.09s | |
| ✅ REPOSITORY | secretlint | yes | no | no | 5.26s | |
| ✅ REPOSITORY | syft | yes | no | no | 1.46s | |
| ✅ REPOSITORY | trivy | yes | no | no | 12.25s | |
| ✅ REPOSITORY | trivy-sbom | yes | no | no | 0.2s | |
| ✅ REPOSITORY | trufflehog | yes | no | no | 4.1s | |
| lychee | 86 | 1 | 0 | 3.9s | ||
| ✅ YAML | prettier | 10 | 0 | 0 | 0 | 0.71s |
| ✅ YAML | v8r | 10 | 0 | 0 | 7.61s | |
| ✅ YAML | yamllint | 10 | 0 | 0 | 0.7s |
Detailed Issues
⚠️ SPELL / lychee - 1 error
[404] https://github.com/yourname/amp-cucumber-cpp-runner.git | Network error: Not Found
📝 Summary
---------------------
🔍 Total..........169
✅ Successful.....168
⏳ Timeouts.........0
🔀 Redirected.......0
👻 Excluded.........0
❓ Unknown..........0
🚫 Errors...........1
Errors in CONTRIBUTING.md
[404] https://github.com/yourname/amp-cucumber-cpp-runner.git | Network error: Not Found
⚠️ MARKDOWN / markdownlint - 19 errors
CHANGELOG.md:31 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Bug Fixes"]
CHANGELOG.md:37 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Chores"]
CHANGELOG.md:44 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:51 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Chores"]
CHANGELOG.md:59 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "⚠ BREAKING CHANGES"]
CHANGELOG.md:63 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:72 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:95 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Bug Fixes"]
CHANGELOG.md:104 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:115 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Chores"]
CHANGELOG.md:123 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "⚠ BREAKING CHANGES"]
CHANGELOG.md:127 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:152 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Bug Fixes"]
CHANGELOG.md:159 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: "```"]
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.4.0 --custom-flavor-setup --custom-flavor-linters ACTION_ACTIONLINT,CPP_CLANG_FORMAT,DOCKERFILE_HADOLINT,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

Show us your support by starring ⭐ the repository
…ted-declarations warnings in GCC 15
|
There was a problem hiding this comment.
Pull request overview
This PR updates the project’s development/CI container image to amp-devcontainer-cpp v7.2.0 (bringing in newer Clang/LLVM and a newer base OS), and applies a couple of build-system/source adjustments to keep the codebase warning-clean and MSVC-compatible under the newer toolchain.
Changes:
- Bump
ghcr.io/philips-software/amp-devcontainer-cppfrom6.10.3to7.2.0in the devcontainer Dockerfile and GitHub Actions workflows. - Suppress Clang 22’s newly-default
-Wcharacter-conversionwarning for the fetched GoogleTest targets. - Refactor
BodyMacro.hppdispatch logic to avoid an MSVC-incompatible generic lambda pattern. - Mark
cucumber_gherkin_lib’s exported include dirs asSYSTEMto prevent third-party deprecation warnings from being treated as errors by consumers.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
external/google/googletest/CMakeLists.txt |
Adds Clang>=22 interface compile option to silence -Wcharacter-conversion from GoogleTest headers. |
external/cucumber/gherkin/CMakeLists.txt |
Exports Gherkin include dirs as system includes to avoid third-party deprecation warnings becoming errors downstream. |
cucumber_cpp/library/BodyMacro.hpp |
Replaces the generic-lambda-based type extraction/call dispatch with helper templates for MSVC compatibility. |
.github/workflows/static-analysis.yml |
Updates container image for SonarCloud and CodeQL jobs to v7.2.0 digest. |
.github/workflows/ci.yml |
Updates container image for devcontainer build and Linux acceptance test jobs to v7.2.0 digest. |
.devcontainer/Dockerfile |
Updates devcontainer base image to v7.2.0 digest. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.



Bumps philips-software/amp-devcontainer-cpp from 6.10.3 to 7.2.0.
Release notes
Sourced from philips-software/amp-devcontainer-cpp's releases.
... (truncated)
Changelog
Sourced from philips-software/amp-devcontainer-cpp's changelog.
Commits
2c92278chore(main): release 7.2.0 (#1297)6ecae3bfeat: update clang to 22.1.2 (#1295)e060c1bchore(main): release 7.1.0 (#1296)2580f8efeat: update clang to 21.1.8 (#1294)f16537btest(deps): bump@types/nodefrom 25.8.0 to 25.9.1 in the npm group (#1288)174da34chore(main): release 7.0.0 (#1276)16b9609chore(deps, rust): update github.vscode-pull-request-github in devcontainer.j...c7f5dbcchore(deps, cpp): update github.vscode-pull-request-github in devcontainer.js...29dcbbbtest(deps): bump the npm group across 1 directory with 3 updates (#1284)35617a2chore(deps, cpp): update llvm-vs-code-extensions.vscode-clangd in devcontaine...