Skip to content

build(deps): bump the github-action-updates group with 3 updates - #384

Merged
André Jordan (andjordan) merged 1 commit into
mainfrom
dependabot/github_actions/github-action-updates-29ab28765e
Aug 20, 2026
Merged

build(deps): bump the github-action-updates group with 3 updates#384
André Jordan (andjordan) merged 1 commit into
mainfrom
dependabot/github_actions/github-action-updates-29ab28765e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-action-updates group with 3 updates: github/codeql-action/upload-sarif, github/codeql-action/init and github/codeql-action/analyze.

Updates github/codeql-action/upload-sarif from 4.37.6 to 4.37.7

Changelog

Sourced from github/codeql-action/upload-sarif's changelog.

CodeQL Action Changelog

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

[UNRELEASED]

No user facing changes.

4.37.7 - 13 Aug 2026

  • Update default CodeQL bundle version to 2.26.3. #4085

4.37.6 - 04 Aug 2026

  • Changed the default filepath for the new remote file address format that was introduced in CodeQL Action 4.37.0 / 3.37.0 to .github/codeql-config.yml to align it with the suggested path that is used elsewhere. #4070

4.37.5 - 03 Aug 2026

  • Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the init Action instead of falling back to downloading the bundle before extracting it. #4061

4.37.4 - 29 Jul 2026

  • This version of the CodeQL Action adds support for the tools input for the codeql-action/init step to be specified using a github-codeql-tools repository property. This feature will gradually be rolled out following the release of this version. Once rolled out, this allows for the CodeQL CLI version that is used in GitHub-managed workflows, such as Default Setup, to be set to a custom value. For example, customers who run into issues with rate limits when a new CodeQL CLI version is released can set the value to toolcache to always use the CodeQL CLI version that is available in the runner toolcache. For Advanced Setup workflows, the value provided for tools in the workflow definition always takes precedence unless the value of the repository property starts with !. #4037
  • Update default CodeQL bundle version to 2.26.2. #4051

4.37.3 - 22 Jul 2026

No user facing changes.

4.37.2 - 21 Jul 2026

  • The new address format for the config-file input that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, the remote= prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. #4023
  • The CodeQL Action can now make use of configured private registries in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. #4007

4.37.1 - 16 Jul 2026

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. #3956
  • Update default CodeQL bundle version to 2.26.1. #4019

4.37.0 - 08 Jul 2026

  • Update default CodeQL bundle version to 2.26.0. #3995
  • In addition to the existing input format, the config-file input for the codeql-action/init step will soon support a new [owner/]repo[@ref][:path] format. All components except the repository name are optional. If omitted, owner defaults to the same owner as the repository the analysis is running for, ref to main, and path to .github/codeql-action.yaml. Support for this format ships in this version of the CodeQL Action, but will only be enabled over the coming weeks. #3973

4.36.3 - 01 Jul 2026

No user facing changes.

4.36.2 - 04 Jun 2026

... (truncated)

Commits
  • ff2f1c6 Merge pull request #4093 from github/update-v4.37.7-be7a3dbb8
  • 951a133 Update changelog for v4.37.7
  • be7a3db Merge pull request #4087 from github/dependabot/npm_and_yarn/npm-minor-0aa561...
  • 9310334 Merge pull request #4086 from github/mbg/thread-action-state-to-codeql
  • b4d8a54 Rebuild
  • ab5db25 Bump the npm-minor group across 1 directory with 8 updates
  • 38055a3 Drop logger from databaseInitCluster in interface
  • 1f87aed Merge pull request #4085 from github/update-bundle/codeql-bundle-v2.26.3
  • dc1b98a Make logger available to getCodeQLForCmd
  • 6f0220e Merge pull request #4084 from github/navntoft/bump-undici
  • Additional commits viewable in compare view

Updates github/codeql-action/init from 4.37.6 to 4.37.7

Changelog

Sourced from github/codeql-action/init's changelog.

CodeQL Action Changelog

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

[UNRELEASED]

No user facing changes.

4.37.7 - 13 Aug 2026

  • Update default CodeQL bundle version to 2.26.3. #4085

4.37.6 - 04 Aug 2026

  • Changed the default filepath for the new remote file address format that was introduced in CodeQL Action 4.37.0 / 3.37.0 to .github/codeql-config.yml to align it with the suggested path that is used elsewhere. #4070

4.37.5 - 03 Aug 2026

  • Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the init Action instead of falling back to downloading the bundle before extracting it. #4061

4.37.4 - 29 Jul 2026

  • This version of the CodeQL Action adds support for the tools input for the codeql-action/init step to be specified using a github-codeql-tools repository property. This feature will gradually be rolled out following the release of this version. Once rolled out, this allows for the CodeQL CLI version that is used in GitHub-managed workflows, such as Default Setup, to be set to a custom value. For example, customers who run into issues with rate limits when a new CodeQL CLI version is released can set the value to toolcache to always use the CodeQL CLI version that is available in the runner toolcache. For Advanced Setup workflows, the value provided for tools in the workflow definition always takes precedence unless the value of the repository property starts with !. #4037
  • Update default CodeQL bundle version to 2.26.2. #4051

4.37.3 - 22 Jul 2026

No user facing changes.

4.37.2 - 21 Jul 2026

  • The new address format for the config-file input that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, the remote= prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. #4023
  • The CodeQL Action can now make use of configured private registries in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. #4007

4.37.1 - 16 Jul 2026

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. #3956
  • Update default CodeQL bundle version to 2.26.1. #4019

4.37.0 - 08 Jul 2026

  • Update default CodeQL bundle version to 2.26.0. #3995
  • In addition to the existing input format, the config-file input for the codeql-action/init step will soon support a new [owner/]repo[@ref][:path] format. All components except the repository name are optional. If omitted, owner defaults to the same owner as the repository the analysis is running for, ref to main, and path to .github/codeql-action.yaml. Support for this format ships in this version of the CodeQL Action, but will only be enabled over the coming weeks. #3973

4.36.3 - 01 Jul 2026

No user facing changes.

4.36.2 - 04 Jun 2026

... (truncated)

Commits
  • ff2f1c6 Merge pull request #4093 from github/update-v4.37.7-be7a3dbb8
  • 951a133 Update changelog for v4.37.7
  • be7a3db Merge pull request #4087 from github/dependabot/npm_and_yarn/npm-minor-0aa561...
  • 9310334 Merge pull request #4086 from github/mbg/thread-action-state-to-codeql
  • b4d8a54 Rebuild
  • ab5db25 Bump the npm-minor group across 1 directory with 8 updates
  • 38055a3 Drop logger from databaseInitCluster in interface
  • 1f87aed Merge pull request #4085 from github/update-bundle/codeql-bundle-v2.26.3
  • dc1b98a Make logger available to getCodeQLForCmd
  • 6f0220e Merge pull request #4084 from github/navntoft/bump-undici
  • Additional commits viewable in compare view

Updates github/codeql-action/analyze from 4.37.6 to 4.37.7

Changelog

Sourced from github/codeql-action/analyze's changelog.

CodeQL Action Changelog

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

[UNRELEASED]

No user facing changes.

4.37.7 - 13 Aug 2026

  • Update default CodeQL bundle version to 2.26.3. #4085

4.37.6 - 04 Aug 2026

  • Changed the default filepath for the new remote file address format that was introduced in CodeQL Action 4.37.0 / 3.37.0 to .github/codeql-config.yml to align it with the suggested path that is used elsewhere. #4070

4.37.5 - 03 Aug 2026

  • Fixed a bug where a network error while streaming the download of the CodeQL bundle could terminate the init Action instead of falling back to downloading the bundle before extracting it. #4061

4.37.4 - 29 Jul 2026

  • This version of the CodeQL Action adds support for the tools input for the codeql-action/init step to be specified using a github-codeql-tools repository property. This feature will gradually be rolled out following the release of this version. Once rolled out, this allows for the CodeQL CLI version that is used in GitHub-managed workflows, such as Default Setup, to be set to a custom value. For example, customers who run into issues with rate limits when a new CodeQL CLI version is released can set the value to toolcache to always use the CodeQL CLI version that is available in the runner toolcache. For Advanced Setup workflows, the value provided for tools in the workflow definition always takes precedence unless the value of the repository property starts with !. #4037
  • Update default CodeQL bundle version to 2.26.2. #4051

4.37.3 - 22 Jul 2026

No user facing changes.

4.37.2 - 21 Jul 2026

  • The new address format for the config-file input that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, the remote= prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. #4023
  • The CodeQL Action can now make use of configured private registries in Default Setup to retrieve CodeQL configuration files from remote repositories that require authentication. This will allow customers to store their CodeQL configuration in a single repository that can then be referenced by Default Setup workflows in other repositories. We expect to roll this and other, related changes out to everyone in July. #4007

4.37.1 - 16 Jul 2026

  • Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.20.6 and earlier. These versions of CodeQL were discontinued on 1 July 2026 alongside GitHub Enterprise Server 3.16, and will be unsupported by the next minor release of the CodeQL Action. #3956
  • Update default CodeQL bundle version to 2.26.1. #4019

4.37.0 - 08 Jul 2026

  • Update default CodeQL bundle version to 2.26.0. #3995
  • In addition to the existing input format, the config-file input for the codeql-action/init step will soon support a new [owner/]repo[@ref][:path] format. All components except the repository name are optional. If omitted, owner defaults to the same owner as the repository the analysis is running for, ref to main, and path to .github/codeql-action.yaml. Support for this format ships in this version of the CodeQL Action, but will only be enabled over the coming weeks. #3973

4.36.3 - 01 Jul 2026

No user facing changes.

4.36.2 - 04 Jun 2026

... (truncated)

Commits
  • ff2f1c6 Merge pull request #4093 from github/update-v4.37.7-be7a3dbb8
  • 951a133 Update changelog for v4.37.7
  • be7a3db Merge pull request #4087 from github/dependabot/npm_and_yarn/npm-minor-0aa561...
  • 9310334 Merge pull request #4086 from github/mbg/thread-action-state-to-codeql
  • b4d8a54 Rebuild
  • ab5db25 Bump the npm-minor group across 1 directory with 8 updates
  • 38055a3 Drop logger from databaseInitCluster in interface
  • 1f87aed Merge pull request #4085 from github/update-bundle/codeql-bundle-v2.26.3
  • dc1b98a Make logger available to getCodeQLForCmd
  • 6f0220e Merge pull request #4084 from github/navntoft/bump-undici
  • 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-action-updates group with 3 updates: [github/codeql-action/upload-sarif](https://github.com/github/codeql-action), [github/codeql-action/init](https://github.com/github/codeql-action) and [github/codeql-action/analyze](https://github.com/github/codeql-action).


Updates `github/codeql-action/upload-sarif` from 4.37.6 to 4.37.7
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@5595cca...ff2f1c6)

Updates `github/codeql-action/init` from 4.37.6 to 4.37.7
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@5595cca...ff2f1c6)

Updates `github/codeql-action/analyze` from 4.37.6 to 4.37.7
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@5595cca...ff2f1c6)

---
updated-dependencies:
- dependency-name: github/codeql-action/upload-sarif
  dependency-version: 4.37.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-action-updates
- dependency-name: github/codeql-action/init
  dependency-version: 4.37.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-action-updates
- dependency-name: github/codeql-action/analyze
  dependency-version: 4.37.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-action-updates
...

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 Aug 17, 2026
@dependabot
dependabot Bot requested review from a team as code owners August 17, 2026 14:09
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 17, 2026
@github-actions

Copy link
Copy Markdown

Test Results

31 tests  ±0   31 ✅ ±0   14s ⏱️ +2s
 1 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit fc0550b. ± Comparison against base commit 90e4a94.

@github-actions

Copy link
Copy Markdown

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Max errors Warnings Elapsed time
✅ ACTION actionlint 6 0 0 0.02s
✅ ACTION zizmor 6 0 0 0 4.26s
✅ CPP clang-format 239 1 0 0 1.69s
✅ DOCKERFILE hadolint 1 0 0 0.04s
⚠️ MARKDOWN markdownlint 7 4 20 0 0.85s
✅ MARKDOWN markdown-table-formatter 7 4 0 0 0.19s
✅ REPOSITORY betterleaks yes no no 0.97s
✅ REPOSITORY git_diff yes no no 0.03s
✅ REPOSITORY grype yes no no 67.2s
✅ REPOSITORY ls-lint yes no no 0.01s
✅ REPOSITORY secretlint yes no no 7.17s
✅ REPOSITORY syft yes no no 2.14s
✅ REPOSITORY trivy yes no no 12.82s
✅ REPOSITORY trivy-sbom yes no no 0.6s
✅ REPOSITORY trufflehog yes no no 4.67s
⚠️ SPELL lychee 72 129 0 12.96s
✅ YAML prettier 13 1 0 0 0.55s
✅ YAML v8r 13 0 0 9.84s
✅ YAML yamllint 13 0 0 0.67s

Detailed Issues

⚠️ SPELL / lychee - 129 errors
📝 Summary
---------------------
🔍 Total..........168
🔗 Unique.........162
✅ Successful......39
⏳ Timeouts.........0
🔀 Redirected.......9
👻 Excluded.........0
❓ Unknown..........0
🚫 Errors.........129
⛔ Unsupported....129

Errors in CHANGELOG.md
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/03af907dc65b7eca4840930a9c920570ad34d240 (at 143:64) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/0481386279e0b13164e04d0ed33161205b06f075 (at 168:177) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/051764f7b8459e61329272dbbad54e73b0f00293 (at 136:109) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/08d653fe47d31d7e070195f7536d4f32e03180e6 (at 113:154) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/0e45ac24e339c52c1381af78f569afcfa83d0efa (at 172:105) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/103b2825e34579e79215b917c4387e41b59d3de5 (at 140:111) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/10b83eb4d9a625f05131baefb9d565e621727ea9 (at 149:156) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/1331877f14802808468846945fdb50a7a15a75b8 (at 54:171) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/1c7fcde3dd140ce3f9c7327e66e2a73344625328 (at 106:170) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/1d06469f2af04c2c3945e933965bab1a64c37cc3 (at 173:106) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/2386d9e571d92f8180167d95611be62f4d4509e5 (at 115:155) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/28382308fcb78f20983960dac2533e533c2c9ecc (at 163:95) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/2a44af48b829f884fd97db4d2a16610663362597 (at 156:155) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/325fb4ca3f55aff346f976f4b91ea8100ea0fb65 (at 22:105) | Rejected status code: 404 Not Found
[502] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/3d824cb1a0c4824339d2e89b39801bc62c37a60e (at 118:132) | Rejected status code: 502 Bad Gateway
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/410b33c71d98a2fb5f6efe0c2dcf65c76f5d7eb7 (at 46:124) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/42a2338d85fcccdb6890b576426878a831f3019e (at 61:128) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/4a0749f89e12c707c67a31c88f80cbe64e54c4f6 (at 88:107) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/4e608154c61f35e675f320e41909e830a69e9b9d (at 171:100) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/52d8a5d51d76535848499a98e4b75fbe4396e665 (at 41:129) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/54099e3673b430b7fa90ced531a7a201570f544d (at 137:119) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/5513d5759e9a019adea9930b76e85fadd1bff45c (at 114:204) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/562ea5db3bd4643c3304d4758fdc301ccb804bca (at 124:127) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/5d0973bb449a0a1d3cb6b0d7ff677a4ef620fdeb (at 151:19) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/604b85d195c21ee0ac40971550ee7b3ba505b43f (at 162:133) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/60f598c9acf6c131e090c5fead021f72f8a2fa22 (at 153:148) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/637b3c20008210974db838c441473f6fc33902a8 (at 21:119) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/68b97f8c308954598c3c2f5feff183c1f2fc38b7 (at 146:190) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/71c8273fb61b503380e12f014d5da920e2ce19d2 (at 161:133) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/751ffd90bb9dc94828e3beab95f7cf98dc26c668 (at 33:118) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/8133173aade5a838cc7aeab03398e9ba5b08b994 (at 15:131) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/830ff6d04635ee5d99fc1846a0cadf4aceeb572d (at 139:123) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/842cfd418512471cf2fa83d80e0b719a5d423284 (at 117:45) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/842cfd418512471cf2fa83d80e0b719a5d423284 (at 119:114) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/8554d3ba78470bdb6f4c230fb00c287d1c276348 (at 53:135) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/874dfb5ca5b566ad4b6eff2f786bfac765700e52 (at 8:123) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/8d0a64a8c88d025441c74185332bc8faa57442c0 (at 155:123) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/9a4615fbd7cfb7ab56ccb970bd1c6f6fac60553c (at 72:116) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/9c2eb073525906660a6913f7fbc367414624385e (at 148:123) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/a0e944e4ab6515e05b6b26a887f430e096e3ef0d (at 154:152) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/a1b4a9a23e10002cf51b6bd366faeffe91ce2aa5 (at 142:159) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/a45c85d95cfe07d8c87b0ed5107c15982e86fe0d (at 40:223) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/a76cdd47a8fb0f65ef76b203cf1f791310939593 (at 104:81) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/a76cdd47a8fb0f65ef76b203cf1f791310939593 (at 105:158) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/a8ba3f77ed411ee79c92f306cdcfd3e19d409d76 (at 125:122) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/b18e53d13d80484d0ad4919cac7afd9c75fdfb3d (at 141:142) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/b3655ece25faba31ef4f0d81f173d1c266abd050 (at 81:125) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/bb8e89aa5988a3fa23539560b1bfe382358e9934 (at 116:180) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/bde6651c024a122241ff3b1068b7bda09be1ed1d (at 169:138) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/beb8065d90ba4e5ec5342f6012aed7dec08b61f9 (at 74:160) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/bfefd0442ba1069fc43f15253bf2da6a104f951b (at 20:190) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/c46462034574001fab1aee4479f55da1ae384f0a (at 138:176) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/c66792b0d854facb3783cf971ec0bc4696e2b910 (at 87:116) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/c7ed9120ecb84b8d22212802db13b7ad498cec63 (at 152:119) | Rejected status code: 404 Not Found
[502] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/d64e692c1351825b6e657d51b6cd89db2f0e82b0 (at 82:120) | Rejected status code: 502 Bad Gateway
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/dee6fb990331383a1d45d192f33169fb1182be51 (at 170:146) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/e85ecc0a3502229f7a438d372c3c8db60c2d764b (at 73:155) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/e9eb924abec73a6ea09b07c476376da96c89ca5a (at 145:133) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/f031eec76e632a2701e7ed98827085e4ce75e6fe (at 99:123) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/f5e0631c3e6ae97f952564e64da3a5149f0acaea (at 55:161) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/f5e3ffdcedcd8cb93e3808a4b79d20d32d8142b6 (at 60:148) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/f6ce58645cbd6ab2533ec9d04b43bb749fd48068 (at 147:144) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/commit/fd8eae6179d844d73a758ec6a080dfc4a7138449 (at 144:143) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/1 (at 163:18) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/104 (at 113:73) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/12 (at 169:59) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/14 (at 172:26) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/149 (at 116:99) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/150 (at 119:33) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/16 (at 168:98) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/161 (at 114:42) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/165 (at 125:41) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/166 (at 114:123) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/174 (at 106:89) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/175 (at 105:77) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/18 (at 142:80) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/180 (at 95:42) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/180 (at 99:42) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/19 (at 170:67) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/190 (at 81:44) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/193 (at 88:26) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/194 (at 82:39) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/197 (at 87:35) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/199 (at 68:74) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/199 (at 73:74) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/2 (at 147:67) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/201 (at 74:79) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/22 (at 155:44) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/220 (at 54:90) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/226 (at 55:80) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/227 (at 53:54) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/238 (at 60:67) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/245 (at 61:47) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/253 (at 41:48) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/254 (at 40:61) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/255 (at 46:43) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/258 (at 40:142) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/273 (at 29:37) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/273 (at 33:37) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/299 (at 20:109) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/3 (at 153:71) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/304 (at 21:38) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/305 (at 22:24) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/306 (at 15:50) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/31 (at 144:64) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/32 (at 136:30) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/336 (at 8:42) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/35 (at 139:44) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/37 (at 141:63) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/4 (at 137:42) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/5 (at 145:56) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/50 (at 150:93) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/53 (at 173:27) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/55 (at 146:111) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/56 (at 156:76) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/57 (at 132:97) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/57 (at 138:97) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/58 (at 171:21) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/6 (at 148:46) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/65 (at 162:54) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/69 (at 154:73) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/7 (at 149:79) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/8 (at 161:56) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/83 (at 152:40) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/84 (at 115:76) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/88 (at 124:48) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/89 (at 118:53) | Rejected status code: 404 Not Found
[404] https://github.com/philips-software/amp-cucumber-cpp-runner/issues/9 (at 140:34) | Rejected status code: 404 Not Found

Errors in CONTRIBUTING.md
[404] https://github.com/yourname/amp-cucumber-cpp-runner.git (at 41:35) | Rejected status code: 404 Not Found | Followed 1 redirect. Redirects: https://github.com/yourname/amp-cucumber-cpp-runner.git --[301]--> https://github.com/yourname/amp-cucumber-cpp-runner

Hint: Followed 9 redirects. You might want to consider replacing redirecting URLs with the resolved URLs. Use verbose mode (`-v`/`-vv`) to see redirection details.
Hint: You can configure accepted/rejected response codes with `-a` or `--accept`
⚠️ MARKDOWN / markdownlint - 20 errors
CHANGELOG.md:31 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:38 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Bug Fixes"]
CHANGELOG.md:44 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Chores"]
CHANGELOG.md:51 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:58 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Chores"]
CHANGELOG.md:66 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "⚠ BREAKING CHANGES"]
CHANGELOG.md:70 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:79 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:85 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Chores"]
CHANGELOG.md:93 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "⚠ BREAKING CHANGES"]
CHANGELOG.md:97 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:102 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Bug Fixes"]
CHANGELOG.md:111 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:122 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Chores"]
CHANGELOG.md:130 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "⚠ BREAKING CHANGES"]
CHANGELOG.md:134 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Features"]
CHANGELOG.md:159 error MD024/no-duplicate-heading Multiple headings with the same content [Context: "Bug Fixes"]
CHANGELOG.md:166 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: "```"]

Notices

⚠️ Your configuration references items that have been removed from MegaLinter and are ignored: REPOSITORY_GITLEAKS, REPOSITORY_GOODCHECK, REPOSITORY_KICS. See Removed linters to find their replacements.

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@10.0.0 --custom-flavor-setup --custom-flavor-linters ACTION_ACTIONLINT,ACTION_ZIZMOR,CPP_CLANG_FORMAT,DOCKERFILE_HADOLINT,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_GIT_DIFF,REPOSITORY_BETTERLEAKS,REPOSITORY_GRYPE,REPOSITORY_LS_LINT,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,SPELL_LYCHEE,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R

MegaLinter is provided by OX Security
Show us your support by starring ⭐ the repository

@sonarqubecloud

Copy link
Copy Markdown

@andjordan
André Jordan (andjordan) merged commit 89b84fd into main Aug 20, 2026
28 checks passed
@andjordan
André Jordan (andjordan) deleted the dependabot/github_actions/github-action-updates-29ab28765e branch August 20, 2026 05:57
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