Skip to content

ci(deps): bump the github-actions group with 4 updates#1238

Merged
Ron (rjaegers) merged 1 commit intomainfrom
dependabot/github_actions/github-actions-70b2edcd2e
Apr 10, 2026
Merged

ci(deps): bump the github-actions group with 4 updates#1238
Ron (rjaegers) merged 1 commit intomainfrom
dependabot/github_actions/github-actions-70b2edcd2e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2026

Bumps the github-actions group with 4 updates: step-security/harden-runner, github/codeql-action, docker/login-action and philips-software/amp-devcontainer.

Updates step-security/harden-runner from 2.16.0 to 2.16.1

Release notes

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

v2.16.1

What's Changed

Enterprise tier: Added support for direct IP addresses in the allow list Community tier: Migrated Harden Runner telemetry to a new endpoint

Full Changelog: step-security/harden-runner@v2.16.0...v2.16.1

Commits

Updates github/codeql-action from 4.32.6 to 4.35.1

Release notes

Sourced from github/codeql-action's releases.

v4.35.1

v4.35.0

v4.34.1

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

v4.34.0

  • Added an experimental change which disables TRAP caching when improved incremental analysis is enabled, since improved incremental analysis supersedes TRAP caching. This will improve performance and reduce Actions cache usage. We expect to roll this change out to everyone in March. #3569
  • We are rolling out improved incremental analysis to C/C++ analyses that use build mode none. We expect this rollout to be complete by the end of April 2026. #3584
  • Update default CodeQL bundle version to 2.25.0. #3585

v4.33.0

  • Upcoming change: Starting April 2026, the CodeQL Action will skip collecting file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses. Pull request analyses will log a warning about this upcoming change. #3562

    To opt out of this change:

    • Repositories owned by an organization: Create a custom repository property with the name github-codeql-file-coverage-on-prs and the type "True/false", then set this property to true in the repository's settings. For more information, see Managing custom properties for repositories in your organization. Alternatively, if you are using an advanced setup workflow, you can set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
    • User-owned repositories using default setup: Switch to an advanced setup workflow and set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
    • User-owned repositories using advanced setup: Set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
  • Fixed a bug which caused the CodeQL Action to fail loading repository properties if a "Multi select" repository property was configured for the repository. #3557

  • The CodeQL Action now loads custom repository properties on GitHub Enterprise Server, enabling the customization of features such as github-codeql-disable-overlay that was previously only available on GitHub.com. #3559

  • Once private package registries can be configured with OIDC-based authentication for organizations, the CodeQL Action will now be able to accept such configurations. #3563

  • Fixed the retry mechanism for database uploads. Previously this would fail with the error "Response body object should not be disturbed or locked". #3564

  • A warning is now emitted if the CodeQL Action detects a repository property whose name suggests that it relates to the CodeQL Action, but which is not one of the properties recognised by the current version of the CodeQL Action. #3570

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]

  • 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

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

  • Added an experimental change which disables TRAP caching when improved incremental analysis is enabled, since improved incremental analysis supersedes TRAP caching. This will improve performance and reduce Actions cache usage. We expect to roll this change out to everyone in March. #3569
  • We are rolling out improved incremental analysis to C/C++ analyses that use build mode none. We expect this rollout to be complete by the end of April 2026. #3584
  • Update default CodeQL bundle version to 2.25.0. #3585

4.33.0 - 16 Mar 2026

  • Upcoming change: Starting April 2026, the CodeQL Action will skip collecting file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses. Pull request analyses will log a warning about this upcoming change. #3562

    To opt out of this change:

    • Repositories owned by an organization: Create a custom repository property with the name github-codeql-file-coverage-on-prs and the type "True/false", then set this property to true in the repository's settings. For more information, see Managing custom properties for repositories in your organization. Alternatively, if you are using an advanced setup workflow, you can set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
    • User-owned repositories using default setup: Switch to an advanced setup workflow and set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
    • User-owned repositories using advanced setup: Set the CODEQL_ACTION_FILE_COVERAGE_ON_PRS environment variable to true in your workflow.
  • Fixed a bug which caused the CodeQL Action to fail loading repository properties if a "Multi select" repository property was configured for the repository. #3557

  • The CodeQL Action now loads custom repository properties on GitHub Enterprise Server, enabling the customization of features such as github-codeql-disable-overlay that was previously only available on GitHub.com. #3559

  • Once private package registries can be configured with OIDC-based authentication for organizations, the CodeQL Action will now be able to accept such configurations. #3563

  • Fixed the retry mechanism for database uploads. Previously this would fail with the error "Response body object should not be disturbed or locked". #3564

  • A warning is now emitted if the CodeQL Action detects a repository property whose name suggests that it relates to the CodeQL Action, but which is not one of the properties recognised by the current version of the CodeQL Action. #3570

4.32.6 - 05 Mar 2026

  • Update default CodeQL bundle version to 2.24.3. #3548

4.32.5 - 02 Mar 2026

  • Repositories owned by an organization can now set up the github-codeql-disable-overlay custom repository property to disable improved incremental analysis for CodeQL. First, create a custom repository property with the name github-codeql-disable-overlay and the type "True/false" in the organization's settings. Then in the repository's settings, set this property to true to disable improved incremental analysis. For more information, see Managing custom properties for repositories in your organization. This feature is not yet available on GitHub Enterprise Server. #3507

... (truncated)

Commits
  • c10b806 Merge pull request #3782 from github/update-v4.35.1-d6d1743b8
  • c5ffd06 Update changelog for v4.35.1
  • d6d1743 Merge pull request #3781 from github/henrymercer/update-git-minimum-version
  • 65d2efa Add changelog note
  • 2437b20 Update minimum git version for overlay to 2.36.0
  • ea5f719 Merge pull request #3775 from github/dependabot/npm_and_yarn/node-forge-1.4.0
  • 45ceeea Merge pull request #3777 from github/mergeback/v4.35.0-to-main-b8bb9f28
  • 24448c9 Rebuild
  • 7c51060 Update changelog and version after v4.35.0
  • b8bb9f2 Merge pull request #3776 from github/update-v4.35.0-0078ad667
  • Additional commits viewable in compare view

Updates docker/login-action from 4.0.0 to 4.1.0

Release notes

Sourced from docker/login-action's releases.

v4.1.0

Full Changelog: docker/login-action@v4.0.0...v4.1.0

Commits
  • 4907a6d Merge pull request #930 from docker/dependabot/npm_and_yarn/aws-sdk-dependenc...
  • 1e233e6 chore: update generated content
  • 6c24ead build(deps): bump the aws-sdk-dependencies group with 2 updates
  • ee034d7 Merge pull request #958 from docker/dependabot/npm_and_yarn/lodash-4.18.1
  • 1527209 Merge pull request #937 from docker/dependabot/npm_and_yarn/proxy-agent-depen...
  • d39362a build(deps): bump lodash from 4.17.23 to 4.18.1
  • a6f092b chore: update generated content
  • 60953f0 build(deps): bump the proxy-agent-dependencies group with 2 updates
  • 62c6885 Merge pull request #936 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • 102c0e6 chore: update generated content
  • Additional commits viewable in compare view

Updates philips-software/amp-devcontainer from 6.9.0 to 6.10.0

Release notes

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

v6.10.0

6.10.0 (2026-03-31)

📋 Summary

This version of amp-devcontainer contains an update to udev in amp-devcontainer base. A sizeable update to amp-devcontainer-cpp with updates to ccache (4.13.1), cmake (4.2.3), conan (2.26.2), gdb (15.1), mull (0.30.1) and xwin (0.8.0). Lastly several Visual Studio Code Extensions have been updated to their latest version.

🔖 Packages

Container Full identifier
amp-devcontainer-base ghcr.io/philips-software/amp-devcontainer-base:v6.10.0@sha256:37b3bf1df8c910b3a12e9eca2b17c33906eeca4ec329bf9fc7867d0d8ca87149
amp-devcontainer-cpp ghcr.io/philips-software/amp-devcontainer-cpp:v6.10.0@sha256:59cd09cf8adae8cee2bca68ceebd8f5328471135353af2c6594402dcdcbe63f1
amp-devcontainer-rust ghcr.io/philips-software/amp-devcontainer-rust:v6.10.0@sha256:974e8d1cf56bc4954172fc0e99346d7c64c85fb5c52519af539135dca76f85db

Chores

  • deps, base: Update udev in amp-devcontainer-base (#1217) (41ac9ed) (by @​dependabot)
  • deps, cpp: Update gdb-multiarch, mull-20 to v0.30.1 in amp-devcontainer-cpp (#1209) (8caec83) (#1220) (da2d5fe) (by @​dependabot)
  • deps, cpp: Update ccache to v4.13.1 in amp-devcontainer-cpp (#1201) (618174e) (by @​rjaegers)
  • deps, cpp: Bump cmake from 4.2.1 to 4.2.3 in amp-devcontainer-cpp (#1193) (0330be6) (by @​dependabot)
  • deps, cpp: Bump conan from 2.26.0 to 2.26.2 in amp-devcontainer-cpp (#1191) (b4fa276) (by @​dependabot)
  • deps, cpp: Update xwin to v0.8.0 in amp-devcontainer-cpp (#1202) (9c53d4a) (by @​rjaegers)
  • deps, cpp: Update github.vscode-github-actions, github.vscode-pull-request-github, sonarsource.sonarlint-vscode in devcontainer.json (#1207) (bc354c2)
  • deps, cpp: Update github.vscode-pull-request-github, ms-vscode.cpptools in devcontainer.json (#1219) (0040519)
  • deps, cpp: Update ms-vscode.cpptools in devcontainer-metadata.json (#1218) (f540122)
  • deps, cpp: Update sonarsource.sonarlint-vscode in devcontainer-metadata.json (#1205) (b9e1286)
  • deps, rust: Update github.vscode-github-actions, github.vscode-pull-request-github, rust-lang.rust-analyzer, sonarsource.sonarlint-vscode in devcontainer.json (#1208) (e3721c7)
  • deps, rust: Update rust-lang.rust-analyzer in devcontainer-metadata.json (#1206) (9ac15b7)
  • deps: Bump pygments from 2.17.2 to 2.20.0 in amp-devcontainer-cpp (#1221) (85d0c44) (by @​dependabot)
  • deps: Bump requests from 2.32.4 to 2.33.0 in amp-devcontainer-cpp (#1212) (e36f8fa) (by @​dependabot)
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.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)
  • deps, rust: Update ms-vsliveshare.vsliveshare, rust-lang.rust-analyzer in devcontainer-metadata.json (#1233) (07c3b9d)
  • deps, rust: Update rust-lang.rust-analyzer in devcontainer.json (#1234) (68fc800)
  • deps: Bump cmake from 4.2.3 to 4.3.0 in /.devcontainer (#1223) (0c924cf)
  • deps: Bump conan from 2.26.2 to 2.27.0 in /.devcontainer (#1224) (a531283)
  • deps: Bump ghcr.io/devcontainers/features/node from 1.6.3 to 1.7.1 (#1225) (bd7b798)

6.10.0 (2026-03-31)

Features

Chores

  • deps, base: Update udev (#1217) (41ac9ed)
  • deps, cpp: Update gdb-multiarch, mull-20 (#1209) (8caec83)
  • deps, cpp: Update github.vscode-github-actions, github.vscode-pull-request-github, sonarsource.sonarlint-vscode in devcontainer.json (#1207) (bc354c2)
  • deps, cpp: Update github.vscode-pull-request-github, ms-vscode.cpptools in devcontainer.json (#1219) (0040519)
  • deps, cpp: Update ms-vscode.cpptools in devcontainer-metadata.json (#1218) (f540122)
  • deps, cpp: Update mull to v0.30.1 (#1220) (da2d5fe)
  • deps, cpp: Update sonarsource.sonarlint-vscode in devcontainer-metadata.json (#1205) (b9e1286)
  • deps, rust: Update github.vscode-github-actions, github.vscode-pull-request-github, rust-lang.rust-analyzer, sonarsource.sonarlint-vscode in devcontainer.json (#1208) (e3721c7)
  • deps, rust: Update rust-lang.rust-analyzer in devcontainer-metadata.json (#1206) (9ac15b7)
  • deps: Bump cmake from 4.2.1 to 4.2.3 in /.devcontainer (#1193) (0330be6)
  • deps: Bump conan from 2.26.0 to 2.26.2 in /.devcontainer (#1191) (b4fa276)
  • deps: Bump pygments from 2.17.2 to 2.20.0 in /.devcontainer/cpp (#1221) (85d0c44)
  • deps: Bump requests from 2.32.4 to 2.33.0 in /.devcontainer/cpp (#1212) (e36f8fa)
  • deps: Update ccache to v4.13.1 in amp-devcontainer-cpp (#1201) (618174e)
  • deps: Update xwin to v0.8.0 in amp-devcontainer-cpp (#1202) (9c53d4a)

6.9.0 (2026-03-11)

... (truncated)

Commits
  • 76fd2f5 chore(main): release 6.10.1 (#1226)
  • 83ef9c8 chore(deps, cpp): update mull-20 (#1235)
  • bd7b798 chore(deps): bump ghcr.io/devcontainers/features/node from 1.6.3 to 1.7.1 (#1...
  • 68fc800 chore(deps, rust): update rust-lang.rust-analyzer in devcontainer.json (#1234)
  • 07c3b9d chore(deps, rust): update ms-vsliveshare.vsliveshare, rust-lang.rust-analyzer...
  • 9a27998 chore(deps, base): update udev (#1232)
  • ea82a10 chore(deps, cpp): update ms-vscode.cpptools, ms-vsliveshare.vsliveshare, sona...
  • 5d1986c chore(deps, rust): update ms-vsliveshare.vsliveshare, rust-lang.rust-analyzer...
  • 309d0f9 chore(deps, cpp): update github.vscode-github-actions, github.vscode-pull-req...
  • 7655344 chore(deps, rust): update github.vscode-github-actions, github.vscode-pull-re...
  • 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

Bumps the github-actions group with 4 updates: [step-security/harden-runner](https://github.com/step-security/harden-runner), [github/codeql-action](https://github.com/github/codeql-action), [docker/login-action](https://github.com/docker/login-action) and [philips-software/amp-devcontainer](https://github.com/philips-software/amp-devcontainer).


Updates `step-security/harden-runner` from 2.16.0 to 2.16.1
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@fa2e9d6...f808768)

Updates `github/codeql-action` from 4.32.6 to 4.35.1
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@0d579ff...c10b806)

Updates `docker/login-action` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@b45d80f...4907a6d)

Updates `philips-software/amp-devcontainer` from 6.9.0 to 6.10.0
- [Release notes](https://github.com/philips-software/amp-devcontainer/releases)
- [Changelog](https://github.com/philips-software/amp-devcontainer/blob/main/CHANGELOG.md)
- [Commits](c16822b...76fd2f5)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-version: 2.16.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-version: 4.35.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: docker/login-action
  dependency-version: 4.1.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.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Apr 10, 2026
@dependabot dependabot bot requested a review from a team as a code owner April 10, 2026 08:52
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 10, 2026
@sonarqubecloud
Copy link
Copy Markdown

@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-1238

📈 Size Comparison Table

OS/Platform Previous Current Change Trend
linux/amd64 145.21 MB 145.23 MB +17.28 kB (+0.01%) 🔼
linux/arm64 137.54 MB 137.54 MB +465 B (+0%) 🔼

@github-actions
Copy link
Copy Markdown
Contributor

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 23 0 0 0.29s
✅ DOCKERFILE hadolint 3 0 0 0.29s
✅ JSON npm-package-json-lint yes no no 0.5s
✅ JSON prettier 21 3 0 0 0.64s
✅ JSON v8r 21 0 0 10.7s
✅ MARKDOWN markdownlint 12 0 0 0 1.41s
✅ MARKDOWN markdown-table-formatter 12 0 0 0 0.47s
✅ REPOSITORY checkov yes no no 27.19s
✅ REPOSITORY gitleaks yes no no 1.2s
✅ REPOSITORY git_diff yes no no 0.01s
✅ REPOSITORY grype yes no no 46.47s
✅ REPOSITORY secretlint yes no no 2.13s
✅ REPOSITORY syft yes no no 2.37s
✅ REPOSITORY trivy yes no no 13.21s
✅ REPOSITORY trivy-sbom yes no no 0.54s
✅ REPOSITORY trufflehog yes no no 6.51s
⚠️ SPELL lychee 83 5 0 11.27s
✅ YAML prettier 31 0 0 0 1.34s
✅ YAML v8r 31 0 0 12.25s
✅ YAML yamllint 31 0 0 1.29s

Detailed Issues

⚠️ SPELL / lychee - 5 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.conventionalcommits.org/en/v1.0.0/ | Network error: error sending request for url (https://www.conventionalcommits.org/en/v1.0.0/) Maybe a certificate error?
[ERROR] https://www.conventionalcommits.org/en/v1.0.0/ | Network error: error sending request for url (https://www.conventionalcommits.org/en/v1.0.0/) Maybe a certificate error?
[ERROR] https://www.contributor-covenant.org/ | Network error: error sending request for url (https://www.contributor-covenant.org/) Maybe a certificate error?
[ERROR] https://www.conventionalcommits.org/en/v1.0.0/ | Network error: error sending request for url (https://www.conventionalcommits.org/en/v1.0.0/) 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.....119
⏳ Timeouts.........0
🔀 Redirected.......0
👻 Excluded.........0
❓ Unknown..........0
🚫 Errors...........5

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

Errors in README.md
[ERROR] https://www.conventionalcommits.org/en/v1.0.0/ | Network error: error sending request for url (https://www.conventionalcommits.org/en/v1.0.0/) Maybe a certificate error?

Errors in .github/CONTRIBUTING.md
[ERROR] https://www.conventionalcommits.org/en/v1.0.0/ | Network error: error sending request for url (https://www.conventionalcommits.org/en/v1.0.0/) Maybe a certificate error?

Errors in .github/CODE_OF_CONDUCT.md
[ERROR] https://www.contributor-covenant.org/ | Network error: error sending request for url (https://www.contributor-covenant.org/) Maybe a certificate error?

Errors in .github/workflows/pr-conventional-title.yml
[ERROR] https://www.conventionalcommits.org/en/v1.0.0/ | Network error: error sending request for url (https://www.conventionalcommits.org/en/v1.0.0/) Maybe a certificate error?

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

Test Results

4 files   -   9  4 suites   - 9   0s ⏱️ - 18m 38s
1 tests  -  32  1 ✅  -  32  0 💤 ±0  0 ❌ ±0 
4 runs   - 133  4 ✅  - 133  0 💤 ±0  0 ❌ ±0 

Results for commit eb8a54f. ± Comparison against base commit 76fd2f5.

@rjaegers Ron (rjaegers) added this pull request to the merge queue Apr 10, 2026
Merged via the queue into main with commit deacab1 Apr 10, 2026
46 of 48 checks passed
@rjaegers Ron (rjaegers) deleted the dependabot/github_actions/github-actions-70b2edcd2e branch April 10, 2026 10:13
@github-actions
Copy link
Copy Markdown
Contributor

Pull Request Report (#1238)

Static measures

Description Value
Number of added lines 34
Number of deleted lines 34
Number of changed files 21
Number of commits 1
Number of reviews 1
Number of comments (w/o review comments) 4
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) 1.4 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 1.4 Hours
Time to merge after last review 23.3 Min

Status check related measures

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

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