[PR #2070] [MERGED] build(deps): bump megalinter/megalinter from 7.4.0 to 7.5.0 #2257

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/2070
Author: @dependabot[bot]
Created: 10/30/2023
Status: Merged
Merged: 10/30/2023
Merged by: @mergify[bot]

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


📝 Commits (2)

  • 44f67b4 build(deps): bump megalinter/megalinter from 7.4.0 to 7.5.0
  • 033207e Merge branch 'master' into dependabot/github_actions/megalinter/megalinter-7.5.0

📊 Changes

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

View changed files

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

📄 Description

Bumps megalinter/megalinter from 7.4.0 to 7.5.0.

Release notes

Sourced from megalinter/megalinter's releases.

v7.5.0

What's Changed

... (truncated)

Changelog

Sourced from megalinter/megalinter's changelog.

[v7.5.0] - 2023-10-29

  • Core

    • mega-linter-runner: Convert to ES6 and upgrade npm dependencies. Node 18 minimum version is now required.
    • Allow to define COMPILER_ONLY virtual package as cargo dependency in descriptors to embed rust compiler in the Dockerfile
    • Optimize @generated marker scanning (#2654)
  • Media

  • Fixes

    • build.py: Remove exclusivity between pip, gem & cargo packages
    • Salesforce linters: Switch sfdx-cli to @​salesforce/cli
    • Fixed issue with actionlint throwing an error on if statements in the generated workflow file
    • Added default .devskim.json to mitigate errors introduced when no config exists
  • Doc

    • Display list of articles from newest to oldest
    • Fix incorrect environment variable in djlint docs
    • Improve lychee documentation to add an example of .lycheeignore
  • CI

    • Add the other maintainers globally to the CODEOWNERS file (#3008)
    • Free disk space earlier in the process to avoid failure during docker build
    • Set flavors-stats.json as a generated file in .gitattributes (#3023)
    • Update and fix our ChatOps automations to only run on pull request comments, by @​echoix in #3034
    • Use App::cpm to install perlcritic faster, and clean .perl-cpm cache, by @​echoix in #3036
    • Add failure message in ChatOps build-command and Slash dispatcher, by @​echoix in #3037
  • Linter versions upgrades

... (truncated)

Commits
  • b48455a Release MegaLinter v7.5.0
  • a803249 changelog
  • d382ac4 [automation] Auto-update linters version, help and documentation (#3048)
  • 4b1a686 Fix mega-linter-runner --install (#3047)
  • e583566 [automation] Auto-update linters version, help and documentation (#3045)
  • e9f1f56 [automation] Auto-update linters version, help and documentation (#3043)
  • b522647 [automation] Auto-update linters version, help and documentation (#3042)
  • e78d1c2 [automation] Auto-update linters version, help and documentation (#3040)
  • ee201af Use App::cpm to install perlcritic faster, and clean .perl-cpm cache (#3036)
  • 8fa7597 Add failure message in ChatOps build-command and Slash dispatcher (#3037)
  • 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/2070 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/30/2023 **Status:** ✅ Merged **Merged:** 10/30/2023 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/github_actions/megalinter/megalinter-7.5.0` --- ### 📝 Commits (2) - [`44f67b4`](https://github.com/nektos/act/commit/44f67b4de339e2a5dfbbb0667e253c1d2a20f86c) build(deps): bump megalinter/megalinter from 7.4.0 to 7.5.0 - [`033207e`](https://github.com/nektos/act/commit/033207e39c6c39cbac2d04e2b89d1ee4145b9c04) Merge branch 'master' into dependabot/github_actions/megalinter/megalinter-7.5.0 ### 📊 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.4.0 to 7.5.0. <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.5.0</h2> <h2>What's Changed</h2> <ul> <li> <p>Core</p> <ul> <li>mega-linter-runner: Convert to ES6 and upgrade npm dependencies. Node 18 minimum version is now required. by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/2976">oxsecurity/megalinter#2976</a></li> <li>Allow to define <code>COMPILER_ONLY</code> virtual package as cargo dependency in descriptors to embed rust compiler in the Dockerfile</li> <li>Optimize <code>@generated</code> marker scanning (<a href="https://redirect.github.com/oxsecurity/megalinter/pull/2654">#2654</a>) by <a href="https://github.com/sanmai-NL"><code>@​sanmai-NL</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/2654">oxsecurity/megalinter#2654</a></li> </ul> </li> <li> <p>Media</p> <ul> <li><a href="https://techcommunity.microsoft.com/t5/azure-devops-blog/achieve-code-consistency-megalinter-integration-in-azure-devops/ba-p/3939448">Achieve Code Consistency: MegaLinter Integration in Azure DevOps</a>, by <a href="https://techcommunity.microsoft.com/t5/user/viewprofilepage/user-id/2039143#profile">Don Koning</a> on <a href="https://techcommunity.microsoft.com/">Microsoft Tech Community</a></li> </ul> </li> <li> <p>Fixes</p> <ul> <li>build.py: Remove exclusivity between pip, gem &amp; cargo packages</li> <li>Salesforce linters: Switch sfdx-cli to <code>@​salesforce/cli</code></li> <li>Fixed issue with <code>actionlint</code> throwing an error on <code>if</code> statements in the generated workflow file</li> <li>Added default <code>.devskim.json</code> to mitigate errors introduced when no config exists (closes <a href="https://redirect.github.com/megalinter/megalinter/issues/3017">#3017</a>) by <a href="https://github.com/andrewvaughan"><code>@​andrewvaughan</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3024">oxsecurity/megalinter#3024</a></li> <li>Fix: Removed curly-brackets from if (closes <a href="https://redirect.github.com/megalinter/megalinter/issues/3025">#3025</a>) by <a href="https://github.com/andrewvaughan"><code>@​andrewvaughan</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3029">oxsecurity/megalinter#3029</a></li> </ul> </li> <li> <p>Doc</p> <ul> <li>Display list of articles from newest to oldest</li> <li>Fix incorrect environment variable in djlint docs by <a href="https://github.com/adhil0"><code>@​adhil0</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/2993">oxsecurity/megalinter#2993</a></li> <li>Improve lychee documentation to add an example of <code>.lycheeignore</code> by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3003">oxsecurity/megalinter#3003</a></li> </ul> </li> <li> <p>CI</p> <ul> <li>Add the other maintainers globally to the CODEOWNERS file (<a href="https://redirect.github.com/oxsecurity/megalinter/pull/3008">#3008</a>)</li> <li>Free disk space earlier in the process to avoid failure during docker build</li> <li>Set flavors-stats.json as a generated file in .gitattributes (<a href="https://redirect.github.com/oxsecurity/megalinter/pull/3023">#3023</a>)</li> <li>Update and fix our ChatOps automations to only run on pull request comments, by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3034">#3034</a></li> <li>Use App::cpm to install perlcritic faster, and clean <code>.perl-cpm</code> cache, by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3036">#3036</a></li> <li>Add failure message in ChatOps build-command and Slash dispatcher, by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3037">#3037</a></li> <li>TEMPLATES/mega-linter.yml: DRY the ifs by <a href="https://github.com/rasa"><code>@​rasa</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/2957">oxsecurity/megalinter#2957</a></li> </ul> </li> <li> <p>Linter versions upgrades</p> <ul> <li><a href="https://ansible-lint.readthedocs.io/">ansible-lint</a> from 6.20.0 <strong>6.21.1</strong></li> <li><a href="https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter">bicep_linter</a> from 0.21.1 to <strong>0.22.6</strong></li> <li><a href="https://black.readthedocs.io/en/stable/">black</a> from 23.9.1 to <strong>23.10.1</strong></li> <li><a href="https://github.com/aws-cloudformation/cfn-lint">cfn-lint</a> from 0.80.2 to <strong>0.83.0</strong></li> <li><a href="https://www.checkov.io/">checkov</a> from 2.4.48 to <strong>3.0.12</strong></li> <li><a href="https://checkstyle.sourceforge.io">checkstyle</a> from 10.12.3 to <strong>10.12.4</strong></li> <li><a href="https://github.com/rust-lang/rust-clippy">clippy</a> from 0.1.72 to <strong>0.1.73</strong></li> <li><a href="https://github.com/borkdude/clj-kondo">clj-kondo</a> from 2023.09.07 to <strong>2023.10.20</strong></li> <li><a href="https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell">cspell</a> from 7.3.6 to <strong>7.3.8</strong></li> <li><a href="https://github.com/microsoft/DevSkim">devskim</a> from 1.0.22 to <strong>1.0.23</strong></li> <li><a href="https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-format">dotnet-format</a> from 6.0.414 to <strong>6.0.416</strong></li> <li><a href="https://editorconfig-checker.github.io/">editorconfig-checker</a> from 2.7.1 to <strong>2.7.2</strong></li> <li><a href="https://ota-meshi.github.io/eslint-plugin-jsonc/">eslint-plugin-jsonc</a> from 2.9.0 to <strong>2.10.0</strong></li> <li><a href="https://eslint.org">eslint</a> from 8.49.0 to <strong>8.52.0</strong></li> <li><a href="https://golangci-lint.run/">golangci-lint</a> from 1.54.2 to <strong>1.55.1</strong></li> <li><a href="https://www.kics.io">kics</a> from 1.7.8 to <strong>1.7.10</strong></li> <li><a href="https://ktlint.github.io">ktlint</a> from 1.0.0 to <strong>1.0.1</strong></li> </ul> </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.5.0] - 2023-10-29</h2> <ul> <li> <p>Core</p> <ul> <li>mega-linter-runner: Convert to ES6 and upgrade npm dependencies. Node 18 minimum version is now required.</li> <li>Allow to define <code>COMPILER_ONLY</code> virtual package as cargo dependency in descriptors to embed rust compiler in the Dockerfile</li> <li>Optimize <code>@generated</code> marker scanning (<a href="https://redirect.github.com/oxsecurity/megalinter/pull/2654">#2654</a>)</li> </ul> </li> <li> <p>Media</p> <ul> <li><a href="https://techcommunity.microsoft.com/t5/azure-devops-blog/achieve-code-consistency-megalinter-integration-in-azure-devops/ba-p/3939448">Achieve Code Consistency: MegaLinter Integration in Azure DevOps</a>, by <a href="https://techcommunity.microsoft.com/t5/user/viewprofilepage/user-id/2039143#profile">Don Koning</a> on <a href="https://techcommunity.microsoft.com/">Microsoft Tech Community</a></li> </ul> </li> <li> <p>Fixes</p> <ul> <li>build.py: Remove exclusivity between pip, gem &amp; cargo packages</li> <li>Salesforce linters: Switch sfdx-cli to <code>@​salesforce/cli</code></li> <li>Fixed issue with <code>actionlint</code> throwing an error on <code>if</code> statements in the generated workflow file</li> <li>Added default <code>.devskim.json</code> to mitigate errors introduced when no config exists</li> </ul> </li> <li> <p>Doc</p> <ul> <li>Display list of articles from newest to oldest</li> <li>Fix incorrect environment variable in djlint docs</li> <li>Improve lychee documentation to add an example of <code>.lycheeignore</code></li> </ul> </li> <li> <p>CI</p> <ul> <li>Add the other maintainers globally to the CODEOWNERS file (<a href="https://redirect.github.com/oxsecurity/megalinter/pull/3008">#3008</a>)</li> <li>Free disk space earlier in the process to avoid failure during docker build</li> <li>Set flavors-stats.json as a generated file in .gitattributes (<a href="https://redirect.github.com/oxsecurity/megalinter/pull/3023">#3023</a>)</li> <li>Update and fix our ChatOps automations to only run on pull request comments, by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3034">#3034</a></li> <li>Use App::cpm to install perlcritic faster, and clean <code>.perl-cpm</code> cache, by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3036">#3036</a></li> <li>Add failure message in ChatOps build-command and Slash dispatcher, by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3037">#3037</a></li> </ul> </li> <li> <p>Linter versions upgrades</p> <ul> <li><a href="https://ansible-lint.readthedocs.io/">ansible-lint</a> from 6.20.0 <strong>6.21.1</strong></li> <li><a href="https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter">bicep_linter</a> from 0.21.1 to <strong>0.22.6</strong></li> <li><a href="https://black.readthedocs.io/en/stable/">black</a> from 23.9.1 to <strong>23.10.1</strong></li> <li><a href="https://github.com/aws-cloudformation/cfn-lint">cfn-lint</a> from 0.80.2 to <strong>0.83.0</strong></li> <li><a href="https://www.checkov.io/">checkov</a> from 2.4.48 to <strong>3.0.12</strong></li> <li><a href="https://checkstyle.sourceforge.io">checkstyle</a> from 10.12.3 to <strong>10.12.4</strong></li> <li><a href="https://github.com/rust-lang/rust-clippy">clippy</a> from 0.1.72 to <strong>0.1.73</strong></li> <li><a href="https://github.com/borkdude/clj-kondo">clj-kondo</a> from 2023.09.07 to <strong>2023.10.20</strong></li> <li><a href="https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell">cspell</a> from 7.3.6 to <strong>7.3.8</strong></li> <li><a href="https://github.com/microsoft/DevSkim">devskim</a> from 1.0.22 to <strong>1.0.23</strong></li> <li><a href="https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-format">dotnet-format</a> from 6.0.414 to <strong>6.0.416</strong></li> <li><a href="https://editorconfig-checker.github.io/">editorconfig-checker</a> from 2.7.1 to <strong>2.7.2</strong></li> <li><a href="https://ota-meshi.github.io/eslint-plugin-jsonc/">eslint-plugin-jsonc</a> from 2.9.0 to <strong>2.10.0</strong></li> <li><a href="https://eslint.org">eslint</a> from 8.49.0 to <strong>8.52.0</strong></li> <li><a href="https://golangci-lint.run/">golangci-lint</a> from 1.54.2 to <strong>1.55.1</strong></li> <li><a href="https://www.kics.io">kics</a> from 1.7.8 to <strong>1.7.10</strong></li> <li><a href="https://ktlint.github.io">ktlint</a> from 1.0.0 to <strong>1.0.1</strong></li> <li><a href="https://mypy.readthedocs.io/en/stable/">mypy</a> from 1.5.1 to <strong>1.6.1</strong></li> <li><a href="https://metacpan.org/pod/Perl::Critic">perlcritic</a> from 1.150 to <strong>1.152</strong></li> <li><a href="https://phpstan.org/">phpstan</a> from 1.10.35 to <strong>1.10.39</strong></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/b48455a119cc28045eee8f1e9d0a542a85e71f4f"><code>b48455a</code></a> Release MegaLinter v7.5.0</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/a80324945ce687ffccbb55557cd9f21bc54b80f5"><code>a803249</code></a> changelog</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/d382ac45f4d6f2ee6bc5af50bd5adede44566fd0"><code>d382ac4</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/3048">#3048</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/4b1a686519139764739af114742cba586acc6ae4"><code>4b1a686</code></a> Fix mega-linter-runner --install (<a href="https://redirect.github.com/megalinter/megalinter/issues/3047">#3047</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/e583566ef4d2d124d66f7da163c871a82514255a"><code>e583566</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/3045">#3045</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/e9f1f562bc6e292dd398c49c54c85a317639626a"><code>e9f1f56</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/3043">#3043</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/b5226474bead9c0c8cf4afa1c039863515e87bec"><code>b522647</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/3042">#3042</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/e78d1c20c197d2cb839d13201b3940dc21f5395b"><code>e78d1c2</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/3040">#3040</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/ee201af532c22ac013bc0d18d27545c757d6e4f5"><code>ee201af</code></a> Use App::cpm to install perlcritic faster, and clean <code>.perl-cpm</code> cache (<a href="https://redirect.github.com/megalinter/megalinter/issues/3036">#3036</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/8fa759764a01cdcf7ea67b6c301a3e899452a3bf"><code>8fa7597</code></a> Add failure message in ChatOps build-command and Slash dispatcher (<a href="https://redirect.github.com/megalinter/megalinter/issues/3037">#3037</a>)</li> <li>Additional commits viewable in <a href="https://github.com/megalinter/megalinter/compare/v7.4.0...v7.5.0">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.4.0&new-version=7.5.0)](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:54:40 +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#2257
No description provided.