Skip to content

ci(deps): bump the github-actions group across 1 directory with 5 updates#1285

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-7937dbf67a
Open

ci(deps): bump the github-actions group across 1 directory with 5 updates#1285
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-7937dbf67a

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 22, 2026

Bumps the github-actions group with 5 updates in the / directory:

Package From To
step-security/harden-runner 2.19.1 2.19.3
zizmorcore/zizmor-action 0.5.3 0.5.5
github/codeql-action 4.35.3 4.35.5
actions/create-github-app-token 3.1.1 3.2.0
philips-software/amp-devcontainer 6.10.2 6.10.3

Updates step-security/harden-runner from 2.19.1 to 2.19.3

Release notes

Sourced from step-security/harden-runner's releases.

v2.19.3

What's Changed

Full Changelog: step-security/harden-runner@v2.19.2...v2.19.3

v2.19.2

What's Changed

  • Update the Harden Runner agent for enterprise tier to use go 1.26 and fix minor bugs.

Full Changelog: step-security/harden-runner@v2.19.1...v2.19.2

Commits
  • ab7a940 Merge pull request #665 from step-security/fix/use-policy-store-default-audit
  • ec41b78 Default to audit mode when api-key missing with use-policy-store
  • 9ca718d Merge pull request #664 from step-security/update-agent-v1.8.5
  • 1dee3df Update agent to v1.8.5
  • See full diff in compare view

Updates zizmorcore/zizmor-action from 0.5.3 to 0.5.5

Release notes

Sourced from zizmorcore/zizmor-action's releases.

v0.5.5

This is a no-op release.

v0.5.4

  • 1.25.0 is now available via the action
  • 1.25.0 is now the default version of zizmor used by the action
Commits
  • a16621b Bump pins in README (#112)
  • 1c03e04 chore(deps): bump github/codeql-action from 4.35.2 to 4.35.3 in the github-ac...
  • b572f7b Sync zizmor versions (#111)
  • 06928c5 chore(deps): bump github/codeql-action in the github-actions group (#109)
  • 5ea8b96 docs: Update link to GitHub docs (#108)
  • 849ac26 chore(deps): bump the github-actions group with 2 updates (#106)
  • 814f977 Bump pins in README (#103)
  • See full diff in compare view

Updates github/codeql-action from 4.35.3 to 4.35.5

Release notes

Sourced from github/codeql-action's releases.

v4.35.5

  • We have improved how the JavaScript bundles for the CodeQL Action are generated to avoid duplication across bundles and reduce the size of the repository by around 70%. This should have no effect on the runtime behaviour of the CodeQL Action. #3899
  • For performance and accuracy reasons, improved incremental analysis will now only be enabled on a pull request when diff-informed analysis is also enabled for that run. If diff-informed analysis is unavailable (for example, because the PR diff ranges could not be computed), the action will fall back to a full analysis. #3791
  • If multiple inputs are provided for the GitHub-internal analysis-kinds input, only code-scanning will be enabled. The analysis-kinds input is experimental, for GitHub-internal use only, and may change without notice at any time. #3892
  • Added an experimental change which, when running a Code Scanning analysis for a PR with improved incremental analysis enabled, prefers CodeQL CLI versions that have a cached overlay-base database for the configured languages. This speeds up analysis for a repository when there is not yet a cached overlay-base database for the latest CLI version. We expect to roll this change out to everyone in May. #3880

v4.35.4

  • Update default CodeQL bundle version to 2.25.4. #3881
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]

  • Breaking change: Bump the minimum required CodeQL bundle version to 2.19.4. #3894
  • Add support for SHA-256 Git object IDs. #3893

4.35.5 - 15 May 2026

  • We have improved how the JavaScript bundles for the CodeQL Action are generated to avoid duplication across bundles and reduce the size of the repository by around 70%. This should have no effect on the runtime behaviour of the CodeQL Action. #3899
  • For performance and accuracy reasons, improved incremental analysis will now only be enabled on a pull request when diff-informed analysis is also enabled for that run. If diff-informed analysis is unavailable (for example, because the PR diff ranges could not be computed), the action will fall back to a full analysis. #3791
  • If multiple inputs are provided for the GitHub-internal analysis-kinds input, only code-scanning will be enabled. The analysis-kinds input is experimental, for GitHub-internal use only, and may change without notice at any time. #3892
  • Added an experimental change which, when running a Code Scanning analysis for a PR with improved incremental analysis enabled, prefers CodeQL CLI versions that have a cached overlay-base database for the configured languages. This speeds up analysis for a repository when there is not yet a cached overlay-base database for the latest CLI version. We expect to roll this change out to everyone in May. #3880

4.35.4 - 07 May 2026

  • Update default CodeQL bundle version to 2.25.4. #3881

4.35.3 - 01 May 2026

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. #3837
  • Configurations for private registries that use Cloudsmith or GCP OIDC are now accepted. #3850
  • Best-effort connection tests for private registries now use GET requests instead of HEAD for better compatibility with various registry implementations. For NuGet feeds, the test is now always performed against the service index. #3853
  • Fixed a bug where two diagnostics produced within the same millisecond could overwrite each other on disk, causing one of them to be lost. #3852
  • Update default CodeQL bundle version to 2.25.3. #3865

4.35.2 - 15 Apr 2026

  • The undocumented TRAP cache cleanup feature that could be enabled using the CODEQL_ACTION_CLEANUP_TRAP_CACHES environment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing the trap-caching: false input to the init Action. #3795
  • The Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. #3789
  • Python analysis on GHES no longer extracts the standard library, relying instead on models of the standard library. This should result in significantly faster extraction and analysis times, while the effect on alerts should be minimal. #3794
  • Fixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. #3807
  • Update default CodeQL bundle version to 2.25.2. #3823

4.35.1 - 27 Mar 2026

4.35.0 - 27 Mar 2026

4.34.1 - 20 Mar 2026

  • Downgrade default CodeQL bundle version to 2.24.3 due to issues with a small percentage of Actions and JavaScript analyses. #3762

4.34.0 - 20 Mar 2026

... (truncated)

Commits
  • 9e0d7b8 Merge pull request #3905 from github/update-v4.35.5-d4b485515
  • 6d7d599 Add changelog entry for #3899
  • 51f7e38 Update changelog for v4.35.5
  • d4b4855 Merge pull request #3899 from github/mbg/esbuild/split
  • 127de81 Merge remote-tracking branch 'origin/main' into mbg/esbuild/split
  • 7fde13f Use src + basename in header to avoid issues on Windows
  • dfa61e7 Improve pattern matching and error handling
  • 52aafec Import and call runWrapper normally in analyze tests
  • 0d08c01 Auto-generate shared bundle
  • 14085a6 Auto-generate entry points
  • Additional commits viewable in compare view

Updates actions/create-github-app-token from 3.1.1 to 3.2.0

Release notes

Sourced from actions/create-github-app-token's releases.

v3.2.0

3.2.0 (2026-05-12)

Features

  • add support for enterprise-level GitHub Apps (#263) (952a2a7)
  • support full repository names in repositories input (#372) (85eb8dd)

Bug Fixes

  • deps: bump @​actions/core from 3.0.0 to 3.0.1 in the production-dependencies group (#364) (43e5c34)
  • validate private-key input (#376) (f24bbd8)
Changelog

Sourced from actions/create-github-app-token's changelog.

Changelog

3.2.0 (2026-05-12)

Features

  • add support for enterprise-level GitHub Apps (#263) (952a2a7)
  • support full repository names in repositories input (#372) (85eb8dd)

Bug Fixes

  • deps: bump @​actions/core from 3.0.0 to 3.0.1 in the production-dependencies group (#364) (43e5c34)
  • validate private-key input (#376) (f24bbd8)
Commits
  • bcd2ba4 chore(main): release 3.2.0 (#370)
  • f24bbd8 fix: validate private-key input (#376)
  • 363531b docs: capitalize Git as a proper noun in README (#374)
  • fd28011 docs: update procedure to configure Git (#287)
  • 85eb8dd feat: support full repository names in repositories input (#372)
  • c9aabb8 build(deps-dev): bump yaml from 2.8.3 to 2.8.4 in the development-dependencie...
  • e02e816 build(deps-dev): bump undici from 7.24.6 to 8.2.0 (#366)
  • 8d835bf build(deps-dev): bump esbuild from 0.27.4 to 0.28.0 in the development-depend...
  • 952a2a7 feat: add support for enterprise-level GitHub Apps (#263)
  • 43e5c34 fix(deps): bump @​actions/core from 3.0.0 to 3.0.1 in the production-dependenc...
  • Additional commits viewable in compare view

Updates philips-software/amp-devcontainer from 6.10.2 to 6.10.3

Release notes

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

v6.10.3

6.10.3 (2026-05-12)

📋 Summary

[!NOTE]

This is the last release that is based on Ubuntu 24.04. The next release of amp-devcontainer will be based on Ubuntu 26.04 that is now generally available.

This release contains updates to rustup in amp-devcontainer-rust. In amp-devcontainer-cpp, CMake and Conan have been updated to their latest versions. As usual the respective Visual Studio Code extensions have been updated.

🔖 Packages

Container Full identifier
amp-devcontainer-base ghcr.io/philips-software/amp-devcontainer-base:v6.10.3@sha256:e0c6c294c54b4a7606ac5c6a96d163d52ef2b5a4e102a77d4f8f43d9ee05c6d7
amp-devcontainer-cpp ghcr.io/philips-software/amp-devcontainer-cpp:v6.10.3@sha256:e1f388179dbeabaddcdd37b8b563ed89ca3cd36dcf158aa2e5c4f70eb513efec
amp-devcontainer-rust ghcr.io/philips-software/amp-devcontainer-rust:v6.10.3@sha256:9b07a137e85a466ebd1786beb40d5b86f1753b4f77d9d1c876d16d6fb88043af

Chores

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.10.3 (2026-05-12)

Chores

  • deps, cpp: Update github.vscode-github-actions, github.vscode-pull-request-github, ms-playwright.playwright, ms-vscode.cmake-tools, ms-vscode.cpptools, sonarsource.sonarlint-vscode in devcontainer.json (#1256) (8c1dbd1)
  • deps, cpp: Update github.vscode-pull-request-github, sonarsource.sonarlint-vscode in devcontainer.json (#1274) (3fd1b92)
  • deps, cpp: Update ms-vscode.cmake-tools, ms-vscode.cpptools in devcontainer-metadata.json (#1255) (3401e8a)
  • deps, cpp: Update ms-vscode.cpptools, sonarsource.sonarlint-vscode in devcontainer-metadata.json (#1264) (bcd3adb)
  • deps, cpp: Update sonarsource.sonarlint-vscode in devcontainer-metadata.json (#1272) (c9e1a8e)
  • deps, rust: Update github.vscode-github-actions, github.vscode-pull-request-github, rust-lang.rust-analyzer, sonarsource.sonarlint-vscode in devcontainer.json (#1257) (3d9a33c)
  • deps, rust: Update rust-lang.rust-analyzer in devcontainer-metadata.json (#1258) (8276f2b)
  • deps, rust: Update rust-lang.rust-analyzer in devcontainer-metadata.json (#1268) (940ad11)
  • deps, rust: Update rust-lang.rust-analyzer in devcontainer-metadata.json (#1273) (aa0b6ce)
  • deps, rust: Update rust-lang.rust-analyzer, sonarsource.sonarlint-vscode in devcontainer.json (#1275) (a6865f6)
  • deps, rust: Update rustup (#1254) (3a7bba0)
  • deps: Bump conan from 2.27.0 to 2.27.1 in /.devcontainer (#1251) (afe5830)

6.10.2 (2026-04-22)

Chores

  • deps, cpp: Update github.vscode-pull-request-github, ms-vscode.cmake-tools, sonarsource.sonarlint-vscode in devcontainer.json (#1246) (de947b4)
  • deps, cpp: Update ms-vscode.cmake-tools, sonarsource.sonarlint-vscode in devcontainer-metadata.json (#1247) (3994e82)
  • deps, cpp: Update mull-20 (#1240) (c4c2fa1)
  • deps, rust: Update github.vscode-pull-request-github, rust-lang.rust-analyzer, sonarsource.sonarlint-vscode in devcontainer.json (#1248) (5014767)
  • deps, rust: Update rust-lang.rust-analyzer in devcontainer-metadata.json (#1245) (18f4a4d)
  • deps: Bump cmake from 4.3.0 to 4.3.1 in /.devcontainer (#1236) (05f181d)
  • deps: Bump ghcr.io/devcontainers/features/desktop-lite (78fe38a)
  • deps: Bump ghcr.io/devcontainers/features/desktop-lite from 1.2.8 to 1.2.9 (#1242) (78fe38a)
  • deps: Bump lxml from 4.9.3 to 6.1.0 in /.devcontainer/cpp (#1250) (78a06f1)

6.10.1 (2026-04-09)

Chores

  • deps, base: Update udev (#1232) (9a27998)
  • deps, cpp: Update github.vscode-github-actions, github.vscode-pull-request-github, ms-vscode.cpptools, sonarsource.sonarlint-vscode in devcontainer.json (#1229) (309d0f9)
  • deps, cpp: Update ms-vscode.cpptools, ms-vsliveshare.vsliveshare, sonarsource.sonarlint-vscode in devcontainer-metadata.json (#1228) (ea82a10)
  • deps, cpp: Update mull-20 (#1235) (83ef9c8)
  • deps, rust: Update github.vscode-github-actions, github.vscode-pull-request-github, rust-lang.rust-analyzer, sonarsource.sonarlint-vscode in devcontainer.json (#1231) (7655344)
  • deps, rust: Update ms-vsliveshare.vsliveshare, rust-lang.rust-analyzer in devcontainer-metadata.json (#1230) (5d1986c)

... (truncated)

Commits
  • 70e10d1 chore(main): release 6.10.3 (#1259)
  • aa0b6ce chore(deps, rust): update rust-lang.rust-analyzer in devcontainer-metadata.js...
  • a6865f6 chore(deps, rust): update rust-lang.rust-analyzer, sonarsource.sonarlint-vsco...
  • 3fd1b92 chore(deps, cpp): update github.vscode-pull-request-github, sonarsource.sonar...
  • c9e1a8e chore(deps, cpp): update sonarsource.sonarlint-vscode in devcontainer-metadat...
  • be9a8da ci(deps): bump urllib3 from 2.6.3 to 2.7.0 in /.devcontainer/cpp (#1271)
  • 940ad11 chore(deps, rust): update rust-lang.rust-analyzer in devcontainer-metadata.js...
  • 974c018 ci(deps): bump the github-actions group with 2 updates (#1267)
  • 9902385 test(deps): bump otpauth from 9.5.0 to 9.5.1 in the npm group (#1266)
  • fd5622c ci(deps): bump ghcr.io/devcontainers/features/node from 1.7.1 to 2.0.0 (#1261)
  • 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 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

…ates

Bumps the github-actions group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.19.1` | `2.19.3` |
| [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action) | `0.5.3` | `0.5.5` |
| [github/codeql-action](https://github.com/github/codeql-action) | `4.35.3` | `4.35.5` |
| [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | `3.1.1` | `3.2.0` |
| [philips-software/amp-devcontainer](https://github.com/philips-software/amp-devcontainer) | `6.10.2` | `6.10.3` |



Updates `step-security/harden-runner` from 2.19.1 to 2.19.3
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@a5ad31d...ab7a940)

Updates `zizmorcore/zizmor-action` from 0.5.3 to 0.5.5
- [Release notes](https://github.com/zizmorcore/zizmor-action/releases)
- [Commits](zizmorcore/zizmor-action@b1d7e1f...a16621b)

Updates `github/codeql-action` from 4.35.3 to 4.35.5
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@e46ed2c...9e0d7b8)

Updates `actions/create-github-app-token` from 3.1.1 to 3.2.0
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md)
- [Commits](actions/create-github-app-token@1b10c78...bcd2ba4)

Updates `philips-software/amp-devcontainer` from 6.10.2 to 6.10.3
- [Release notes](https://github.com/philips-software/amp-devcontainer/releases)
- [Changelog](https://github.com/philips-software/amp-devcontainer/blob/main/CHANGELOG.md)
- [Commits](94bc4a0...70e10d1)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-version: 2.19.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: zizmorcore/zizmor-action
  dependency-version: 0.5.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-version: 4.35.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: actions/create-github-app-token
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: philips-software/amp-devcontainer
  dependency-version: 6.10.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 22, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 22, 2026 08:59
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 22, 2026
with:
persist-credentials: false
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
with:
input-file: .devcontainer/${{ matrix.flavor }}/apt-requirements*.json
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
env:
MARKDOWN_SUMMARY_FILE: ${{ steps.update-extensions.outputs.markdown-summary-file }}
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
@sonarqubecloud
Copy link
Copy Markdown

@github-actions
Copy link
Copy Markdown
Contributor

MegaLinter analysis: Error

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 23 0 0 0.24s
✅ DOCKERFILE hadolint 3 0 0 0.26s
✅ JSON npm-package-json-lint yes no no 0.54s
✅ JSON prettier 21 4 0 0 0.73s
✅ JSON v8r 21 0 0 11.58s
✅ MARKDOWN markdownlint 12 0 0 0 1.23s
✅ MARKDOWN markdown-table-formatter 12 0 0 0 0.31s
✅ REPOSITORY checkov yes no no 25.64s
✅ REPOSITORY gitleaks yes no no 0.87s
✅ REPOSITORY git_diff yes no no 0.01s
⚠️ REPOSITORY grype yes no 1 54.63s
✅ REPOSITORY secretlint yes no no 2.14s
✅ REPOSITORY syft yes no no 2.34s
❌ REPOSITORY trivy yes 1 1 12.67s
✅ REPOSITORY trivy-sbom yes no no 0.38s
✅ REPOSITORY trufflehog yes no no 6.15s
⚠️ SPELL lychee 83 2 0 23.61s
✅ YAML prettier 31 0 0 0 1.26s
✅ YAML v8r 31 0 0 13.03s
✅ YAML yamllint 31 0 0 1.21s

Detailed Issues

❌ REPOSITORY / trivy - 1 error
2026-05-22T09:01:21Z	INFO	[vulndb] Need to update DB
2026-05-22T09:01:21Z	INFO	[vulndb] Downloading vulnerability DB...
2026-05-22T09:01:21Z	INFO	[vulndb] Downloading artifact...	repo="mirror.gcr.io/aquasec/trivy-db:2"
8.73 MiB / 93.52 MiB [----->_________________________________________________________] 9.34% ? p/s ?33.12 MiB / 93.52 MiB [--------------------->_______________________________________] 35.42% ? p/s ?64.08 MiB / 93.52 MiB [----------------------------------------->___________________] 68.51% ? p/s ?91.73 MiB / 93.52 MiB [---------------------------------------------->] 98.09% 138.26 MiB p/s ETA 0s93.52 MiB / 93.52 MiB [--------------------------------------------->] 100.00% 138.26 MiB p/s ETA 0s93.52 MiB / 93.52 MiB [--------------------------------------------->] 100.00% 138.26 MiB p/s ETA 0s93.52 MiB / 93.52 MiB [--------------------------------------------->] 100.00% 129.53 MiB p/s ETA 0s93.52 MiB / 93.52 MiB [--------------------------------------------->] 100.00% 129.53 MiB p/s ETA 0s93.52 MiB / 93.52 MiB [--------------------------------------------->] 100.00% 129.53 MiB p/s ETA 0s93.52 MiB / 93.52 MiB [--------------------------------------------->] 100.00% 121.17 MiB p/s ETA 0s93.52 MiB / 93.52 MiB [--------------------------------------------->] 100.00% 121.17 MiB p/s ETA 0s93.52 MiB / 93.52 MiB [--------------------------------------------->] 100.00% 121.17 MiB p/s ETA 0s93.52 MiB / 93.52 MiB [--------------------------------------------->] 100.00% 113.35 MiB p/s ETA 0s93.52 MiB / 93.52 MiB [--------------------------------------------->] 100.00% 113.35 MiB p/s ETA 0s93.52 MiB / 93.52 MiB [--------------------------------------------->] 100.00% 113.35 MiB p/s ETA 0s93.52 MiB / 93.52 MiB [--------------------------------------------->] 100.00% 106.04 MiB p/s ETA 0s93.52 MiB / 93.52 MiB [--------------------------------------------->] 100.00% 106.04 MiB p/s ETA 0s93.52 MiB / 93.52 MiB [--------------------------------------------->] 100.00% 106.04 MiB p/s ETA 0s93.52 MiB / 93.52 MiB [---------------------------------------------->] 100.00% 99.20 MiB p/s ETA 0s93.52 MiB / 93.52 MiB [---------------------------------------------->] 100.00% 99.20 MiB p/s ETA 0s93.52 MiB / 93.52 MiB [---------------------------------------------->] 100.00% 99.20 MiB p/s ETA 0s93.52 MiB / 93.52 MiB [---------------------------------------------->] 100.00% 92.80 MiB p/s ETA 0s93.52 MiB / 93.52 MiB [---------------------------------------------->] 100.00% 92.80 MiB p/s ETA 0s93.52 MiB / 93.52 MiB [---------------------------------------------->] 100.00% 92.80 MiB p/s ETA 0s93.52 MiB / 93.52 MiB [---------------------------------------------->] 100.00% 86.81 MiB p/s ETA 0s93.52 MiB / 93.52 MiB [---------------------------------------------->] 100.00% 86.81 MiB p/s ETA 0s93.52 MiB / 93.52 MiB [---------------------------------------------->] 100.00% 86.81 MiB p/s ETA 0s93.52 MiB / 93.52 MiB [---------------------------------------------->] 100.00% 81.21 MiB p/s ETA 0s93.52 MiB / 93.52 MiB [---------------------------------------------->] 100.00% 81.21 MiB p/s ETA 0s93.52 MiB / 93.52 MiB [---------------------------------------------->] 100.00% 81.21 MiB p/s ETA 0s93.52 MiB / 93.52 MiB [---------------------------------------------->] 100.00% 75.97 MiB p/s ETA 0s93.52 MiB / 93.52 MiB [---------------------------------------------->] 100.00% 75.97 MiB p/s ETA 0s93.52 MiB / 93.52 MiB [---------------------------------------------->] 100.00% 75.97 MiB p/s ETA 0s93.52 MiB / 93.52 MiB [---------------------------------------------->] 100.00% 71.07 MiB p/s ETA 0s93.52 MiB / 93.52 MiB [---------------------------------------------->] 100.00% 71.07 MiB p/s ETA 0s93.52 MiB / 93.52 MiB [---------------------------------------------->] 100.00% 71.07 MiB p/s ETA 0s93.52 MiB / 93.52 MiB [---------------------------------------------->] 100.00% 66.49 MiB p/s ETA 0s93.52 MiB / 93.52 MiB [---------------------------------------------->] 100.00% 66.49 MiB p/s ETA 0s93.52 MiB / 93.52 MiB [-------------------------------------------------] 100.00% 12.49 MiB p/s 7.7s2026-05-22T09:01:30Z	INFO	[vulndb] Artifact successfully downloaded	repo="mirror.gcr.io/aquasec/trivy-db:2"
2026-05-22T09:01:30Z	INFO	[vuln] Vulnerability scanning is enabled
2026-05-22T09:01:30Z	INFO	[misconfig] Misconfiguration scanning is enabled
2026-05-22T09:01:30Z	INFO	[checks-client] Need to update the checks bundle
2026-05-22T09:01:30Z	INFO	[checks-client] Downloading the checks bundle...
234.65 KiB / 234.65 KiB [------------------------------------------------------] 100.00% ? p/s 100ms
📣 Notices:
  - Version 0.70.0 of Trivy is now available, current version is 0.69.1

To suppress version checks, run Trivy scans with the --skip-version-check flag

2026-05-22T09:01:33Z	FATAL	Fatal error	run error: fs scan error: scan error: scan failed: failed analysis: post analysis error: post analysis error: kubernetes scan error: fs filter error: fs filter error: walk error range error: stat github_conf/branch_protection_rules.json: no such file or directory: range error: stat github_conf/branch_protection_rules.json: no such file or directory
⚠️ REPOSITORY / grype - 1 warning
warning: A medium vulnerability in python package: idna, version 3.11 was found at: /.devcontainer/cpp/requirements.txt

warning: 1 warnings emitted
⚠️ SPELL / lychee - 2 errors
[IGNORED] docker://pandoc/extra:3.9.0.0-ubuntu@sha256:72afa9c8d3300e5f10c9c4330e101725687f2179bffd912fb859c6d2ae85de62 | Unsupported: Error creating request client: builder error for url (docker://pandoc/extra:3.9.0.0-ubuntu@sha256:72afa9c8d3300e5f10c9c4330e101725687f2179bffd912fb859c6d2ae85de62)
[403] https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads | Network error: Forbidden
[ERROR] https://www.sigstore.dev/ | Network error: error sending request for url (https://www.sigstore.dev/) Maybe a certificate error?
[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..........126
✅ Successful.....122
⏳ Timeouts.........0
🔀 Redirected.......0
👻 Excluded.........0
❓ Unknown..........0
🚫 Errors...........2

Errors in README.md
[ERROR] https://www.sigstore.dev/ | Network error: error sending request for url (https://www.sigstore.dev/) Maybe a certificate error?

Errors in .github/TOOL_VERSION_ISSUE_TEMPLATE.md
[403] https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads | Network error: Forbidden

See detailed reports in MegaLinter artifacts

You could have the same capabilities but better runtime performances if you use a MegaLinter flavor:

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,DOCKERFILE_HADOLINT,JSON_V8R,JSON_PRETTIER,JSON_NPM_PACKAGE_JSON_LINT,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_CHECKOV,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
Show us your support by starring ⭐ the repository

@github-actions
Copy link
Copy Markdown
Contributor

📦 Container Size Analysis

Note

Comparing ghcr.io/philips-software/amp-devcontainer-base:edgeghcr.io/philips-software/amp-devcontainer-base:pr-1285

📈 Size Comparison Table

OS/Platform Previous Current Change Trend
linux/amd64 71.82 MB 71.82 MB 33 B (0%) 🔽
linux/arm64 70.13 MB 70.13 MB +1.29 kB (+0%) 🔼

@github-actions
Copy link
Copy Markdown
Contributor

📦 Container Size Analysis

Note

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

📈 Size Comparison Table

OS/Platform Previous Current Change Trend
linux/amd64 468.63 MB 468.63 MB +58 B (+0%) 🔼
linux/arm64 419.81 MB 419.81 MB +261 B (+0%) 🔼

@github-actions
Copy link
Copy Markdown
Contributor

📦 Container Size Analysis

Note

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

📈 Size Comparison Table

OS/Platform Previous Current Change Trend
linux/amd64 544.95 MB 544.95 MB +695 B (+0%) 🔼
linux/arm64 524.3 MB 524.3 MB +2.65 kB (+0%) 🔼

@github-actions
Copy link
Copy Markdown
Contributor

Test Results

 12 files   - 1   12 suites   - 1   16m 58s ⏱️ - 2m 42s
 32 tests  - 1   32 ✅  - 1  0 💤 ±0  0 ❌ ±0 
136 runs   - 1  136 ✅  - 1  0 💤 ±0  0 ❌ ±0 

Results for commit 48edefe. ± Comparison against base commit 30a53b3.

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.

1 participant