Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2025

Bumps the github-actions group with 3 updates: EnricoMi/publish-unit-test-result-action, github/codeql-action and philips-software/amp-devcontainer.

Updates EnricoMi/publish-unit-test-result-action from 2.20.0 to 2.21.0

Release notes

Sourced from EnricoMi/publish-unit-test-result-action's releases.

v2.21.0

Adds the following improvements:

  • Add Docker action to allow setting Docker registry and image #688
  • Fix class name matching for NUnit3 #689
  • Upgrade all Python dependencies to latest version #695
  • Fix @2 tag in README.md to @v2 #687

Full Changelog: EnricoMi/publish-unit-test-result-action@v2.20.0...v2.21.0

Commits

Updates github/codeql-action from 4.31.0 to 4.31.2

Release notes

Sourced from github/codeql-action's releases.

v4.31.2

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

4.31.2 - 30 Oct 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v4.31.1

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

4.31.1 - 30 Oct 2025

  • The add-snippets input has been removed from the analyze action. This input has been deprecated since CodeQL Action 3.26.4 in August 2024 when this removal was announced.

See the full CHANGELOG.md for more information.

Changelog

Sourced from github/codeql-action's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

[UNRELEASED]

  • CodeQL Action v3 will be deprecated in December 2026. The Action now logs a warning for customers who are running v3 but could be running v4. For more information, see Upcoming deprecation of CodeQL Action v3.

4.31.2 - 30 Oct 2025

No user facing changes.

4.31.1 - 30 Oct 2025

  • The add-snippets input has been removed from the analyze action. This input has been deprecated since CodeQL Action 3.26.4 in August 2024 when this removal was announced.

4.31.0 - 24 Oct 2025

  • Bump minimum CodeQL bundle version to 2.17.6. #3223
  • When SARIF files are uploaded by the analyze or upload-sarif actions, the CodeQL Action automatically performs post-processing steps to prepare the data for the upload. Previously, these post-processing steps were only performed before an upload took place. We are now changing this so that the post-processing steps will always be performed, even when the SARIF files are not uploaded. This does not change anything for the upload-sarif action. For analyze, this may affect Advanced Setup for CodeQL users who specify a value other than always for the upload input. #3222

4.30.9 - 17 Oct 2025

  • Update default CodeQL bundle version to 2.23.3. #3205
  • Experimental: A new setup-codeql action has been added which is similar to init, except it only installs the CodeQL CLI and does not initialize a database. Do not use this in production as it is part of an internal experiment and subject to change at any time. #3204

4.30.8 - 10 Oct 2025

No user facing changes.

4.30.7 - 06 Oct 2025

  • [v4+ only] The CodeQL Action now runs on Node.js v24. #3169

3.30.6 - 02 Oct 2025

  • Update default CodeQL bundle version to 2.23.2. #3168

3.30.5 - 26 Sep 2025

  • We fixed a bug that was introduced in 3.30.4 with upload-sarif which resulted in files without a .sarif extension not getting uploaded. #3160

3.30.4 - 25 Sep 2025

  • We have improved the CodeQL Action's ability to validate that the workflow it is used in does not use different versions of the CodeQL Action for different workflow steps. Mixing different versions of the CodeQL Action in the same workflow is unsupported and can lead to unpredictable results. A warning will now be emitted from the codeql-action/init step if different versions of the CodeQL Action are detected in the workflow file. Additionally, an error will now be thrown by the other CodeQL Action steps if they load a configuration file that was generated by a different version of the codeql-action/init step. #3099 and #3100
  • We added support for reducing the size of dependency caches for Java analyses, which will reduce cache usage and speed up workflows. This will be enabled automatically at a later time. #3107
  • You can now run the latest CodeQL nightly bundle by passing tools: nightly to the init action. In general, the nightly bundle is unstable and we only recommend running it when directed by GitHub staff. #3130
  • Update default CodeQL bundle version to 2.23.1. #3118

3.30.3 - 10 Sep 2025

... (truncated)

Commits
  • 0499de3 Merge pull request #3261 from github/henrymercer/setup-python
  • 3b96745 Set up Python in mergeback workflow
  • 8a06050 Merge pull request #3259 from github/update-v4.31.2-9576b5cbe
  • 752a642 Update changelog for v4.31.2
  • 9576b5c Merge pull request #3258 from github/mbg/enablement-errors/case-insensitive
  • cc88437 Merge pull request #3257 from github/henrymercer/ubuntu-slim
  • f0e9bf0 Make isEnablementError case-insensitive
  • 2a3599c Run lightweight workflows on ubuntu-slim
  • 514ff4d Merge pull request #3256 from github/henrymercer/resolve-bad-merge
  • aab1c2f Merge pull request #3253 from github/mergeback/v4.31.1-to-main-5fe9434c
  • Additional commits viewable in compare view

Updates philips-software/amp-devcontainer from 6.5.2 to 6.5.3

Release notes

Sourced from philips-software/amp-devcontainer's releases.

v6.5.3

6.5.3 (2025-10-27)

📋 Summary

This release contains updates to amp-devcontainer-cpp. CMake has been updated to 4.1.2 and Mull has been updated to 0.27.1.

[!NOTE] Upcoming Clang/LLVM version

This is the last release of amp-devcontainer based upon Clang/LLVM 18. The next release of amp-devcontainer will be based upon Clang/LLVM 19.

🔖 Packages

Container Full identifier
amp-devcontainer-cpp ghcr.io/philips-software/amp-devcontainer-cpp:v6.5.3@sha256:80f10547f74b39a5b9643e53de240ed0d482b6ee03ecabb6695d4e47dd6baa08
amp-devcontainer-rust ghcr.io/philips-software/amp-devcontainer-rust:v6.5.3@sha256:df76fbf988a8ed0e8eebc8343f778e396af7b32abdb4ddd216f1b8c0f95f4403

Chores

Development Environment

Changelog

Sourced from philips-software/amp-devcontainer's changelog.

CHANGELOG

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

6.5.3 (2025-10-27)

Chores

  • deps, cpp: Update github.copilot in devcontainer.json (#990) (7a54af1)
  • deps, cpp: Update mull-18 (#992) (e02094b)
  • deps, rust: Update github.copilot in devcontainer.json (#991) (2ca0f68)
  • deps: Bump cmake from 4.1.0 to 4.1.2 in /.devcontainer (#994) (da18df5)

6.5.2 (2025-10-22)

Bug Fixes

  • Attestation verification for repos that re-use amp-devcontainer workflows (#987) (ebfb69d)
  • Enable attestation verification to pass for repos that use amp-devcontainer workflows (ebfb69d)

Chores

  • deps, cpp: Update github.vscode-pull-request-github, ms-vscode.cpptools, sonarsource.sonarlint-vscode in devcontainer.json (#982) (dc7b2d2)
  • deps, cpp: Update ms-vscode.cpptools, sonarsource.sonarlint-vscode in devcontainer-metadata.json (#983) (3ef1da2)
  • deps, rust: Update github.vscode-pull-request-github, sonarsource.sonarlint-vscode in devcontainer.json (#981) (c9efa53)
  • deps: Bump ubuntu from 728785b to 66460d5 in /.devcontainer/cpp (#977) (3817eb2)
  • deps: Bump ubuntu from 728785b to 66460d5 in /.devcontainer/rust (#976) (bd12176)
  • deps: Bump ubuntu in /.devcontainer/cpp (3817eb2)
  • deps: Bump ubuntu in /.devcontainer/rust (bd12176)
  • Refactor re-usable workflows to enable re-use in derived repositories (#968) (4c4130c)

6.5.1 (2025-10-13)

Chores

  • deps, cpp: Update github.vscode-pull-request-github, ms-playwright.playwright in devcontainer.json (#970) (3b85249)
  • deps, rust: Update github.vscode-pull-request-github in devcontainer.json (#971) (39c4332)
  • deps: Bump conan from 2.20.1 to 2.21.0 in /.devcontainer (#962) (fc2ed55)
  • deps: Bump ubuntu from 353675e to 728785b in /.devcontainer/cpp (#964) (8053df4)
  • deps: Bump ubuntu from 353675e to 728785b in /.devcontainer/rust (#965) (b67d2bc)
  • deps: Bump ubuntu in /.devcontainer/cpp (8053df4)
  • deps: Bump ubuntu in /.devcontainer/rust (b67d2bc)
  • deps: Update udev to 255.4-1ubuntu8.11 (#969) (e430762)

... (truncated)

Commits
  • 2a3ac81 chore(main): release 6.5.3 (#993)
  • 48bab37 ci: fix zizmor findings (#967)
  • 610993d ci(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 (#998)
  • e648c0d test(deps): bump @​types/node from 24.8.1 to 24.9.1 in the npm group (#997)
  • 78e73d2 ci(deps): bump actions/download-artifact from 5.0.0 to 6.0.0 (#996)
  • 4da3003 ci(deps): bump the github-actions group with 4 updates (#995)
  • da18df5 chore(deps): bump cmake from 4.1.0 to 4.1.2 in /.devcontainer (#994)
  • 7a54af1 chore(deps, cpp): update github.copilot in devcontainer.json (#990)
  • 2ca0f68 chore(deps, rust): update github.copilot in devcontainer.json (#991)
  • e02094b chore(deps, cpp): update mull-18 (#992)
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-actions group with 3 updates: [EnricoMi/publish-unit-test-result-action](https://github.com/enricomi/publish-unit-test-result-action), [github/codeql-action](https://github.com/github/codeql-action) and [philips-software/amp-devcontainer](https://github.com/philips-software/amp-devcontainer).


Updates `EnricoMi/publish-unit-test-result-action` from 2.20.0 to 2.21.0
- [Release notes](https://github.com/enricomi/publish-unit-test-result-action/releases)
- [Commits](EnricoMi/publish-unit-test-result-action@3a74b29...34d7c95)

Updates `github/codeql-action` from 4.31.0 to 4.31.2
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@4e94bd1...0499de3)

Updates `philips-software/amp-devcontainer` from 6.5.2 to 6.5.3
- [Release notes](https://github.com/philips-software/amp-devcontainer/releases)
- [Changelog](https://github.com/philips-software/amp-devcontainer/blob/main/CHANGELOG.md)
- [Commits](c955537...2a3ac81)

---
updated-dependencies:
- dependency-name: EnricoMi/publish-unit-test-result-action
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-version: 4.31.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: philips-software/amp-devcontainer
  dependency-version: 6.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Nov 10, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 10, 2025 08:15
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Nov 10, 2025
@sonarqubecloud
Copy link

@github-actions
Copy link
Contributor

📦 Container Size Analysis

Note

Comparing ghcr.io/philips-software/amp-devcontainer-cpp:edgeghcr.io/philips-software/amp-devcontainer-cpp:pr-1007

📈 Size Comparison Table

OS/Platform Previous Current Change Trend
linux/amd64 682.59 MB 682.59 MB 281 B (0%) 🔽
linux/arm64 664.93 MB 664.93 MB 50 B (0%) 🔽

@github-actions
Copy link
Contributor

📦 Container Size Analysis

Note

Comparing ghcr.io/philips-software/amp-devcontainer-rust:edgeghcr.io/philips-software/amp-devcontainer-rust:pr-1007

📈 Size Comparison Table

OS/Platform Previous Current Change Trend
linux/amd64 536.92 MB 536.92 MB +1.19 kB (+0%) 🔼
linux/arm64 493.61 MB 523.74 MB +30.13 MB (+6.1%) 🔼

@github-actions
Copy link
Contributor

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 21 0 0 0.62s
✅ DOCKERFILE hadolint 2 0 0 0.78s
✅ GHERKIN gherkin-lint 6 0 0 2.32s
✅ JSON npm-package-json-lint yes no no 0.32s
✅ JSON prettier 15 2 0 0 0.33s
✅ JSON v8r 15 0 0 206.27s
✅ MARKDOWN markdownlint 11 0 0 0 0.97s
✅ MARKDOWN markdown-table-formatter 11 0 0 0 0.24s
✅ REPOSITORY gitleaks yes no no 0.7s
✅ REPOSITORY git_diff yes no no 0.01s
✅ REPOSITORY grype yes no no 27.72s
✅ REPOSITORY secretlint yes no no 1.04s
✅ REPOSITORY syft yes no no 2.02s
✅ REPOSITORY trivy yes no no 7.18s
✅ REPOSITORY trivy-sbom yes no no 0.24s
✅ REPOSITORY trufflehog yes no no 3.48s
⚠️ SPELL lychee 72 2 0 23.46s
✅ YAML prettier 27 0 0 0 0.86s
✅ YAML v8r 27 0 0 94.29s
✅ YAML yamllint 27 0 0 0.72s

Detailed Issues

⚠️ SPELL / lychee - 2 errors
[IGNORED] docker://pandoc/extra:3.7.0@sha256:a703d335fa237f8fc3303329d87e2555dca5187930da38bfa9010fa4e690933a | Unsupported: Error creating request client: builder error for url (docker://pandoc/extra:3.7.0@sha256:a703d335fa237f8fc3303329d87e2555dca5187930da38bfa9010fa4e690933a)
[ERROR] https://opencontainers.org/ | Network error: error sending request for url (https://opencontainers.org/) Maybe a certificate error?
[ERROR] https://slsa.dev/spec/v1.0/threats | Network error: error sending request for url (https://slsa.dev/spec/v1.0/threats)
[IGNORED] https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/philips-software/amp-devcontainer | Unsupported: Error creating request client: builder error for url (vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/philips-software/amp-devcontainer)
📝 Summary
---------------------
🔍 Total..........122
✅ Successful.....118
⏳ Timeouts.........0
🔀 Redirected.......0
👻 Excluded.........0
❓ Unknown..........0
🚫 Errors...........2

Errors in test/cpp/features/security.feature
[ERROR] https://slsa.dev/spec/v1.0/threats | Network error: error sending request for url (https://slsa.dev/spec/v1.0/threats)

Errors in .github/copilot-instructions.md
[ERROR] https://opencontainers.org/ | Network error: error sending request for url (https://opencontainers.org/) Maybe a certificate error?

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,DOCKERFILE_HADOLINT,GHERKIN_GHERKIN_LINT,JSON_V8R,JSON_PRETTIER,JSON_NPM_PACKAGE_JSON_LINT,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_GIT_DIFF,REPOSITORY_GITLEAKS,REPOSITORY_GRYPE,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

@github-actions
Copy link
Contributor

Test Results

 5 files  ±0   5 suites  ±0   3m 31s ⏱️ +9s
31 tests ±0  31 ✅ ±0  0 💤 ±0  0 ❌ ±0 
65 runs  ±0  65 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit c00d353. ± Comparison against base commit ebe4ca0.

@rjaegers rjaegers added this pull request to the merge queue Nov 10, 2025
Merged via the queue into main with commit 811ceb5 Nov 10, 2025
33 checks passed
@rjaegers rjaegers deleted the dependabot/github_actions/github-actions-a55a8cbde4 branch November 10, 2025 20:59
@github-actions
Copy link
Contributor

Pull Request Report (#1007)

Static measures

Description Value
Number of added lines 5
Number of deleted lines 5
Number of changed files 5
Number of commits 1
Number of reviews 1
Number of comments (w/o review comments) 5
Number of reviews that contains a comment to resolve 0
Number of reviews that requested a change from the author 0
Number of reviews that approved the Pull Request 1
Get the total number of participants of a Pull Request 4

Time related measures

Description Value
PR lead time (from creation to close of PR) 12.7 Hours
Time that was spend on the branch before the PR was created 1 Sec
Time that was spend on the branch before the PR was merged 12.7 Hours
Time to merge after last review 5.4 Hours

Status check related measures

Description Value
Total runtime for last status check run (Workflow for PR) 42.5 Min
Total time spend in last status check run on PR 1.1 Hours

@github-actions
Copy link
Contributor

🎉 Hooray! The changes in this pull request went live with the release of v6.6.0 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants