[PR #2309] [MERGED] build(deps): bump megalinter/megalinter from 7.10.0 to 7.11.1 #2385

Closed
opened 2026-03-01 21:55:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/2309
Author: @dependabot[bot]
Created: 4/29/2024
Status: Merged
Merged: 4/29/2024
Merged by: @mergify[bot]

Base: masterHead: dependabot/github_actions/megalinter/megalinter-7.11.1


📝 Commits (2)

  • bd2efe7 build(deps): bump megalinter/megalinter from 7.10.0 to 7.11.1
  • 066a613 Merge branch 'master' into dependabot/github_actions/megalinter/megalinter-7.11.1

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 .github/workflows/checks.yml (+1 -1)

📄 Description

Bumps megalinter/megalinter from 7.10.0 to 7.11.1.

Release notes

Sourced from megalinter/megalinter's releases.

v7.11.1

What's Changed

MegaLinter is graciously provided by OX Security

Full Changelog: https://github.com/oxsecurity/megalinter/compare/v7.11.0...v7.11.1

v7.11.0

What's Changed

... (truncated)

Changelog

Sourced from megalinter/megalinter's changelog.

[v7.11.1] - 2024-04-23

  • Fixes

    • Implement fallback in case git diff does not work with merge-base
  • Linter versions upgrades

[v7.11.0] - 2024-04-23

... (truncated)

Commits
  • 03986e6 Release MegaLinter v7.11.1
  • 4199f64 [automation] Auto-update linters version, help and documentation (#3504)
  • eac233f Implement fallback in case git diff does not work with merge-base (#3503)
  • 57b35ba Release MegaLinter v7.11.0
  • 41567e1 [automation] Auto-update linters version, help and documentation (#3498)
  • cee23e5 [automation] Auto-update linters version, help and documentation (#3492)
  • 578b801 ci: add consistent python3/python handling at build.sh (#3475)
  • c80e12a Add copy to clipboard button in code block (documentation) (#3491)
  • fc8c26a Allow merge lists with extends (#3469)
  • 5cec3c2 [automation] Auto-update linters version, help and documentation (#3488)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

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

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/2309 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/29/2024 **Status:** ✅ Merged **Merged:** 4/29/2024 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/github_actions/megalinter/megalinter-7.11.1` --- ### 📝 Commits (2) - [`bd2efe7`](https://github.com/nektos/act/commit/bd2efe7db94416263f7a6af0a2611fd615194402) build(deps): bump megalinter/megalinter from 7.10.0 to 7.11.1 - [`066a613`](https://github.com/nektos/act/commit/066a613d8eabce7528e6d67b9781fbc5be5e8da1) Merge branch 'master' into dependabot/github_actions/megalinter/megalinter-7.11.1 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/checks.yml` (+1 -1) </details> ### 📄 Description Bumps [megalinter/megalinter](https://github.com/megalinter/megalinter) from 7.10.0 to 7.11.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/megalinter/megalinter/releases">megalinter/megalinter's releases</a>.</em></p> <blockquote> <h2>v7.11.1</h2> <h2>What's Changed</h2> <ul> <li> <p>Fixes</p> <ul> <li>Implement fallback in case git diff does not work with merge-base, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3503">oxsecurity/megalinter#3503</a></li> </ul> </li> <li> <p>Linter versions upgrades</p> <ul> <li><a href="https://stylelint.io">stylelint</a> from 16.3.1 to <strong>16.4.0</strong></li> </ul> </li> </ul> <p><em>MegaLinter is graciously provided by <a href="https://www.ox.security/?ref=megalinter"><img src="https://www.ox.security/wp-content/uploads/2022/06/logo.svg?ref=megalinter_comment" alt="OX Security" /></a></em></p> <p><strong>Full Changelog</strong>: <a href="https://github.com/oxsecurity/megalinter/compare/v7.11.0...v7.11.1">https://github.com/oxsecurity/megalinter/compare/v7.11.0...v7.11.1</a></p> <h2>v7.11.0</h2> <h2>What's Changed</h2> <ul> <li> <p>Core</p> <ul> <li>Allow to override the number of parallel cores used, with variable <strong>PARALLEL_PROCESS_NUMBER</strong>, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3428">oxsecurity/megalinter#3428</a></li> <li>Upgrade base python image from 3.12.2-alpine3.19 to 3.12.3-alpine3.19</li> <li>Upgrade PHP 8.1 to 8.3 by <a href="https://github.com/llaville"><code>@​llaville</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3464">oxsecurity/megalinter#3464</a></li> <li>Add descriptor pre / post commands, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3468">oxsecurity/megalinter#3468</a></li> <li>Allow merge lists with <strong>EXTENDS</strong>, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3469">oxsecurity/megalinter#3469</a></li> </ul> </li> <li> <p>Media</p> </li> <li> <p>New linters</p> <ul> <li>Add Kotlin detekt linter, by <a href="https://github.com/enciyo"><code>@​enciyo</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3408">oxsecurity/megalinter#3408</a></li> </ul> </li> <li> <p>Reporters</p> <ul> <li>Add ruff sarif support, by <a href="https://github.com/Skitionek"><code>@​Skitionek</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3486">oxsecurity/megalinter#3486</a></li> </ul> </li> <li> <p>Fixes</p> <ul> <li>Fix listing of modified files, by <a href="https://github.com/vkucera"><code>@​vkucera</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3472">oxsecurity/megalinter#3472</a>. Fixes <a href="https://redirect.github.com/oxsecurity/megalinter/issues/2125">oxsecurity/megalinter#2125</a>.</li> <li>Fix conflict between prettier and yamllint about spaces, by <a href="https://github.com/apeyrat"><code>@​apeyrat</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3426">oxsecurity/megalinter#3426</a></li> <li>Ensure <a href="https://github.com/trufflesecurity/trufflehog">trufflehog</a> does not auto-update itself, by <a href="https://github.com/wandering-tales"><code>@​wandering-tales</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3430">oxsecurity/megalinter#3430</a></li> <li>Salesforce linters: use sf + default Flow Scanner rules, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3435">oxsecurity/megalinter#3435</a></li> <li>Disable JSON_ESLINT_PLUGIN_JSONC until <a href="https://redirect.github.com/ota-meshi/eslint-plugin-jsonc/issues/328">ota-meshi/eslint-plugin-jsonc#328</a> is fixed</li> <li>Upgrade tar in mega-linter-runner</li> <li>secretlint: remove default <code>.secretlintignore</code> that was never used but <code>.gitignore</code> is used instead. Fixes <a href="https://redirect.github.com/oxsecurity/megalinter/issues/3328">#3328</a></li> <li>Add jpeg, xlsx to .gitleaks.toml, by <a href="https://github.com/rasa"><code>@​rasa</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3434">oxsecurity/megalinter#3434</a></li> <li>Fix Json Schema, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3470">oxsecurity/megalinter#3470</a></li> <li>Remove <code>TEMPLATES/.secretlintignore</code>, by <a href="https://github.com/pjungermann"><code>@​pjungermann</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3476">oxsecurity/megalinter#3476</a></li> </ul> </li> <li> <p>Doc</p> <ul> <li>Update R2DevOps logo, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3436">oxsecurity/megalinter#3436</a></li> <li>Update <a href="https://github.com/dotnet/roslynator">Roslynator</a> repo url and logo, by <a href="https://github.com/TommyE123"><code>@​TommyE123</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3444">oxsecurity/megalinter#3444</a></li> <li>Fix clang-format documentation links to point to the correct version. Fixes <a href="https://redirect.github.com/oxsecurity/megalinter/issues/3452">#3452</a>, by <a href="https://github.com/daltonv"><code>@​daltonv</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3453">oxsecurity/megalinter#3453</a></li> <li>Add copy to clipboard button in code block (documentation), by <a href="https://github.com/nikkii86"><code>@​nikkii86</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3491">oxsecurity/megalinter#3491</a></li> </ul> </li> <li> <p>Flavors</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md">megalinter/megalinter's changelog</a>.</em></p> <blockquote> <h2>[v7.11.1] - 2024-04-23</h2> <ul> <li> <p>Fixes</p> <ul> <li>Implement fallback in case git diff does not work with merge-base</li> </ul> </li> <li> <p>Linter versions upgrades</p> <ul> <li><a href="https://stylelint.io">stylelint</a> from 16.3.1 to <strong>16.4.0</strong></li> </ul> </li> </ul> <h2>[v7.11.0] - 2024-04-23</h2> <ul> <li> <p>Core</p> <ul> <li>Allow to override the number of parallel cores used, with variable <strong>PARALLEL_PROCESS_NUMBER</strong>, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3428">oxsecurity/megalinter#3428</a></li> <li>Upgrade base python image from 3.12.2-alpine3.19 to 3.12.3-alpine3.19</li> <li>Upgrade PHP 8.1 to 8.3 by <a href="https://github.com/llaville"><code>@​llaville</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3464">oxsecurity/megalinter#3464</a></li> <li>Add descriptor pre / post commands, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3468">oxsecurity/megalinter#3468</a></li> <li>Allow merge lists with <strong>EXTENDS</strong>, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3469">oxsecurity/megalinter#3469</a></li> </ul> </li> <li> <p>Media</p> </li> <li> <p>New linters</p> <ul> <li>Add Kotlin detekt linter, by <a href="https://github.com/enciyo"><code>@​enciyo</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3408">oxsecurity/megalinter#3408</a></li> </ul> </li> <li> <p>Reporters</p> <ul> <li>Add ruff sarif support, by <a href="https://github.com/Skitionek"><code>@​Skitionek</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3486">oxsecurity/megalinter#3486</a></li> </ul> </li> <li> <p>Fixes</p> <ul> <li>Fix listing of modified files, by <a href="https://github.com/vkucera"><code>@​vkucera</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3472">oxsecurity/megalinter#3472</a>. Fixes <a href="https://redirect.github.com/oxsecurity/megalinter/issues/2125">oxsecurity/megalinter#2125</a>.</li> <li>Fix conflict between prettier and yamllint about spaces, by <a href="https://github.com/apeyrat"><code>@​apeyrat</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3426">oxsecurity/megalinter#3426</a></li> <li>Ensure <a href="https://github.com/trufflesecurity/trufflehog">trufflehog</a> does not auto-update itself, by <a href="https://github.com/wandering-tales"><code>@​wandering-tales</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3430">oxsecurity/megalinter#3430</a></li> <li>Salesforce linters: use sf + default Flow Scanner rules, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3435">oxsecurity/megalinter#3435</a></li> <li>Disable JSON_ESLINT_PLUGIN_JSONC until <a href="https://redirect.github.com/ota-meshi/eslint-plugin-jsonc/issues/328">ota-meshi/eslint-plugin-jsonc#328</a> is fixed</li> <li>Upgrade tar in mega-linter-runner</li> <li>secretlint: remove default <code>.secretlintignore</code> that was never used but <code>.gitignore</code> is used instead. Fixes <a href="https://redirect.github.com/oxsecurity/megalinter/issues/3328">#3328</a></li> <li>Add jpeg, xlsx to .gitleaks.toml, by <a href="https://github.com/rasa"><code>@​rasa</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3434">oxsecurity/megalinter#3434</a></li> <li>Fix Json Schema, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3470">oxsecurity/megalinter#3470</a></li> <li>Remove <code>TEMPLATES/.secretlintignore</code>, by <a href="https://github.com/pjungermann"><code>@​pjungermann</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3476">oxsecurity/megalinter#3476</a></li> </ul> </li> <li> <p>Doc</p> <ul> <li>Update R2DevOps logo, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3436">oxsecurity/megalinter#3436</a></li> <li>Update <a href="https://github.com/dotnet/roslynator">Roslynator</a> repo url and logo, by <a href="https://github.com/TommyE123"><code>@​TommyE123</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3444">oxsecurity/megalinter#3444</a></li> <li>Fix clang-format documentation links to point to the correct version. Fixes <a href="https://redirect.github.com/oxsecurity/megalinter/issues/3452">#3452</a>, by <a href="https://github.com/daltonv"><code>@​daltonv</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3453">oxsecurity/megalinter#3453</a></li> <li>Add copy to clipboard button in code block (documentation), by <a href="https://github.com/nikkii86"><code>@​nikkii86</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3491">oxsecurity/megalinter#3491</a></li> </ul> </li> <li> <p>Flavors</p> <ul> <li>Add C &amp; C++ linters in Python flavor by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3456">oxsecurity/megalinter#3456</a></li> </ul> </li> <li> <p>CI</p> <ul> <li>Make SPELL_LYCHEE non blocking for internal CI jobs</li> <li>Remove old unused automerge workflows by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3432">oxsecurity/megalinter#3432</a></li> <li>Add consistent python3/python handling at build.sh, by <a href="https://github.com/pjungermann"><code>@​pjungermann</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3475">oxsecurity/megalinter#3475</a></li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oxsecurity/megalinter/commit/03986e6993ccf699a22451118520680b438e7d2a"><code>03986e6</code></a> Release MegaLinter v7.11.1</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/4199f64521aee607c5a6cc4f03244728e17f7f04"><code>4199f64</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/3504">#3504</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/eac233f89be964855fb551237558c01743ab02f0"><code>eac233f</code></a> Implement fallback in case git diff does not work with merge-base (<a href="https://redirect.github.com/megalinter/megalinter/issues/3503">#3503</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/57b35babc3e317dc587cdfd04f803d27d961c73b"><code>57b35ba</code></a> Release MegaLinter v7.11.0</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/41567e15b3870e9e53fc96d6013ddaa27d7e435c"><code>41567e1</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/3498">#3498</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/cee23e545d15d2ffcbf7ef9636cfda568f5896e7"><code>cee23e5</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/3492">#3492</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/578b801c51f3d41a57b09cbcf7adecb38cd7c557"><code>578b801</code></a> ci: add consistent python3/python handling at build.sh (<a href="https://redirect.github.com/megalinter/megalinter/issues/3475">#3475</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/c80e12a9bbcb5a968e8cc4643b01dd2d8cbc1afe"><code>c80e12a</code></a> Add copy to clipboard button in code block (documentation) (<a href="https://redirect.github.com/megalinter/megalinter/issues/3491">#3491</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/fc8c26ade15eb7279b9c9a280f212b794b0ec1f7"><code>fc8c26a</code></a> Allow merge lists with extends (<a href="https://redirect.github.com/megalinter/megalinter/issues/3469">#3469</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/5cec3c272bda2938e2a2ee592266ed60bfffd238"><code>5cec3c2</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/3488">#3488</a>)</li> <li>Additional commits viewable in <a href="https://github.com/megalinter/megalinter/compare/v7.10.0...v7.11.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=megalinter/megalinter&package-manager=github_actions&previous-version=7.10.0&new-version=7.11.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:55:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#2385
No description provided.