build(deps): bump philips-software/amp-devcontainer-cpp from v6.8.0 to v6.8.2 in /.devcontainer#292
Merged
André Jordan (andjordan) merged 3 commits intomainfrom Feb 26, 2026
Conversation
Bumps [philips-software/amp-devcontainer-cpp](https://github.com/philips-software/amp-devcontainer) from v6.8.0 to v6.8.2. - [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.8.0...v6.8.2) --- updated-dependencies: - dependency-name: philips-software/amp-devcontainer-cpp dependency-version: v6.8.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
✅
|
| Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
|---|---|---|---|---|---|---|
| ✅ ACTION | actionlint | 6 | 0 | 0 | 0.31s | |
| ✅ CPP | clang-format | 114 | 1 | 0 | 0 | 1.29s |
| ✅ DOCKERFILE | hadolint | 1 | 0 | 0 | 0.32s | |
| ✅ JSON | jsonlint | 8 | 0 | 0 | 0.19s | |
| ✅ JSON | prettier | 8 | 6 | 0 | 0 | 0.53s |
| markdownlint | 4 | 1 | 13 | 0 | 0.93s | |
| ✅ MARKDOWN | markdown-table-formatter | 4 | 1 | 0 | 0 | 0.28s |
| ✅ REPOSITORY | git_diff | yes | no | no | 0.02s | |
| ✅ REPOSITORY | grype | yes | no | no | 30.91s | |
| ✅ REPOSITORY | ls-lint | yes | no | no | 0.07s | |
| ✅ REPOSITORY | secretlint | yes | no | no | 1.35s | |
| ✅ REPOSITORY | syft | yes | no | no | 1.21s | |
| ✅ REPOSITORY | trivy | yes | no | no | 5.41s | |
| ✅ REPOSITORY | trivy-sbom | yes | no | no | 0.1s | |
| ✅ REPOSITORY | trufflehog | yes | no | no | 2.15s | |
| lychee | 56 | 2 | 0 | 21.54s | ||
| ✅ YAML | prettier | 10 | 0 | 0 | 0 | 0.58s |
| ✅ YAML | v8r | 10 | 0 | 0 | 5.54s | |
| ✅ YAML | yamllint | 10 | 0 | 0 | 0.51s |
Detailed Issues
⚠️ SPELL / lychee - 2 errors
[ERROR] https://conventionalcommits.org/ | Network error: error sending request for url (https://conventionalcommits.org/)
[404] https://github.com/yourname/amp-cucumber-cpp-runner.git | Network error: Not Found
📝 Summary
---------------------
🔍 Total..........146
✅ Successful.....144
⏳ Timeouts.........0
🔀 Redirected.......0
👻 Excluded.........0
❓ Unknown..........0
🚫 Errors...........2
Errors in CONTRIBUTING.md
[404] https://github.com/yourname/amp-cucumber-cpp-runner.git | Network error: Not Found
Errors in README.md
[ERROR] https://conventionalcommits.org/ | Network error: error sending request for url (https://conventionalcommits.org/)
⚠️ MARKDOWN / markdownlint - 13 errors
CHANGELOG.md:26 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Chores"]
CHANGELOG.md:38 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:47 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:53 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Chores"]
CHANGELOG.md:61 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "⚠ BREAKING CHANGES"]
CHANGELOG.md:65 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:70 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Bug Fixes"]
CHANGELOG.md:79 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:90 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Chores"]
CHANGELOG.md:98 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "⚠ BREAKING CHANGES"]
CHANGELOG.md:102 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:127 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Bug Fixes"]
CHANGELOG.md:134 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Chores"]
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 [email protected] --custom-flavor-setup --custom-flavor-linters ACTION_ACTIONLINT,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
Contributor
|
Copilot make sure the container version is updated on all workflows, use v6.8.2 |
Contributor
|
André Jordan (@andjordan) I've opened a new pull request, #293, to work on those changes. Once the pull request is ready, I'll request review from you. |
…#293) The devcontainer image was bumped to `v6.8.2` in `.devcontainer/Dockerfile` but workflow files still referenced `v6.8.0`. ## Changes - Updated `ghcr.io/philips-software/amp-devcontainer-cpp` from `v6.8.0` → `v6.8.2` (with matching SHA256 digest) in all container job definitions: - `.github/workflows/ci.yml` — 3 occurrences - `.github/workflows/static-analysis.yml` — 2 occurrences <!-- START COPILOT CODING AGENT TIPS --> --- ✨ Let Copilot coding agent [set things up for you](https://github.com/philips-software/amp-cucumber-cpp-runner/issues/new?title=✨+Set+up+Copilot+instructions&body=Configure%20instructions%20for%20this%20repository%20as%20documented%20in%20%5BBest%20practices%20for%20Copilot%20coding%20agent%20in%20your%20repository%5D%28https://gh.io/copilot-coding-agent-tips%29%2E%0A%0A%3COnboard%20this%20repo%3E&assignees=copilot) — coding agent works faster and does higher quality work when set up for your repo. --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: andjordan <[email protected]>
…oftware/amp-devcontainer-cpp-v6.8.2
André Jordan (andjordan)
approved these changes
Feb 26, 2026
|
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 v6.8.0 to v6.8.2.
Release notes
Sourced from philips-software/amp-devcontainer-cpp's releases.
Changelog
Sourced from philips-software/amp-devcontainer-cpp's changelog.
Commits
bb4d772chore(main): release 6.8.2 (#1164)6041313fix: add required permission to release workflow (#1163)78e6999chore(main): release 6.8.1 (#1142)fd8449dchore(deps, cpp): update ms-vscode.cmake-tools, sonarsource.sonarlint-vscode ...5ad6b8cchore(deps, rust): update sonarsource.sonarlint-vscode in devcontainer.json (...fb963d1chore(deps, cpp): update ms-vscode.cmake-tools, sonarsource.sonarlint-vscode ...f5ca44fci(deps): bump the github-actions group with 3 updates (#1158)1fb0a09test(deps): bump the npm group with 3 updates (#1157)117adbcfix: update apt.llvm.org gpg key checksum (#1162)bfe1bc2chore(deps, rust): update rust-lang.rust-analyzer in devcontainer.json (#1155)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)