[PR #2345] [CLOSED] build(deps): bump megalinter/megalinter from 7.11.1 to 7.12.0 #2402

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/2345
Author: @dependabot[bot]
Created: 6/3/2024
Status: Closed

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


📝 Commits (1)

  • 29d0acc build(deps): bump megalinter/megalinter from 7.11.1 to 7.12.0

📊 Changes

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

View changed files

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

📄 Description

Bumps megalinter/megalinter from 7.11.1 to 7.12.0.

Release notes

Sourced from megalinter/megalinter's releases.

v7.12.0

What's Changed

... (truncated)

Changelog

Sourced from megalinter/megalinter's changelog.

[v7.12.0] - 2024-06-02

... (truncated)

Commits
  • 5199c63 Release MegaLinter v7.12.0
  • 4cc617e [automation] Auto-update linters version, help and documentation (#3602)
  • 219bdab Features/php cs fixer (#3598)
  • 178d6a8 Upgrade tflint (#3594)
  • 3809490 [automation] Auto-update linters version, help and documentation (#3600)
  • 346b985 Add my blog post to the list of English articles (#3596)
  • aed2a20 [automation] Auto-update linters version, help and documentation (#3593)
  • 9094ce0 chore(deps): update tflint plugin terraform-linters/tflint-ruleset-aws to v0....
  • f4dbe62 Sort schema enums (#3595)
  • 28d17bd [automation] Auto-update linters version, help and documentation (#3591)
  • 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/2345 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/3/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/github_actions/megalinter/megalinter-7.12.0` --- ### 📝 Commits (1) - [`29d0acc`](https://github.com/nektos/act/commit/29d0acca8c964d86e7a5db5faadbd330792c3a8a) build(deps): bump megalinter/megalinter from 7.11.1 to 7.12.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.11.1 to 7.12.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.12.0</h2> <h2>What's Changed</h2> <ul> <li> <p>Core</p> <ul> <li>Add new logs (at debug level) on each linter activation/deactivation</li> <li>Clean MegaLinter own CVE exceptions and order the remaining ones with links to related issues</li> <li>Upgrade to Java 21 except for npm-groovy-lint that requires Java 17</li> </ul> </li> <li> <p>Media</p> <ul> <li>Add blog post <a href="https://flexion.us/blog/5-ways-megalinter-upped-our-devsecops-game/">5 ways MegaLinter upped our DevSecOps game</a> to the list of English articles by <a href="https://github.com/wesley-dean-flexion"><code>@​wesley-dean-flexion</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3596">oxsecurity/megalinter#3596</a></li> </ul> </li> <li> <p>Linters</p> <ul> <li>Add PHP fixer by <a href="https://github.com/llaville"><code>@​llaville</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3598">oxsecurity/megalinter#3598</a></li> <li><code>API_SPECTRAL</code> was added as replacement for <code>OPENAPI_SPECTRAL</code> (deprecated), supporting AsyncAPI and OpenAPI by default. Uses Spectral's standard config file name <code>.spectral.yaml</code> instead of <code>.openapirc.yml</code> with a default config with rulesets for AsyncAPI and OpenAPI enabled. Fixes <a href="https://redirect.github.com/oxsecurity/megalinter/issues/3387">#3387</a></li> <li>Disable SQL_TSQLLINT until security issues are solved. Related to <a href="https://redirect.github.com/tsqllint/tsqllint/issues/333">tsqllint/tsqllint#333</a></li> <li>PHP linters (PHP_PHPCS, PHP_PHPLINT, PHP_PHPSTAN) add support to SARIF report output format with help of <a href="https://github.com/llaville/sarif-php-sdk">https://github.com/llaville/sarif-php-sdk</a></li> <li>Php psalm improvement by <a href="https://github.com/llaville"><code>@​llaville</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3541">oxsecurity/megalinter#3541</a></li> <li><code>KOTLIN_KTLINT</code> now supports <code>list_of_files</code> mode, and has better error counting</li> <li>Upgrade <code>KOTLIN_DETEKT</code> and make it work with cli_lint_mode = project</li> </ul> </li> <li> <p>Fixes</p> <ul> <li>Change <code>golangci-lint</code> lint mode to <code>project</code>, by <a href="https://github.com/wandering-tales"><code>@​wandering-tales</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3509">oxsecurity/megalinter#3509</a></li> <li>Disable sql-lint as it is no longer maintained</li> <li>Add new entries <code>findUnusedCode</code> and <code>findUnusedBaselineEntry</code> in default <code>psalm.xml</code> configuration file for PHP_PSALM linter. Related to <a href="https://redirect.github.com/oxsecurity/megalinter/issues/3538">oxsecurity/megalinter#3538</a></li> <li>fix(pylint): overgeneral-exceptions fully qualified name by <a href="https://github.com/gardar"><code>@​gardar</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3576">oxsecurity/megalinter#3576</a></li> <li>Update <code>ktlint</code> descriptor to support <code>list_of_files</code> and better error counting by <a href="https://github.com/Yann-J"><code>@​Yann-J</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3575">oxsecurity/megalinter#3575</a></li> <li>Sync PowerShell version in arm.megalinter-descriptor.yml by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3586">oxsecurity/megalinter#3586</a></li> <li>Adjust find commands to clean up files in same step by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3588">oxsecurity/megalinter#3588</a></li> <li>Upgrade KOTLIN_DETEKT and make it work with cli_lint_mode = project by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3590">oxsecurity/megalinter#3590</a></li> </ul> </li> <li> <p>Doc</p> <ul> <li>Handle disabled_reason property in descriptors</li> <li>Sort enums in json schema, by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3595">oxsecurity/megalinter#3595</a></li> </ul> </li> <li> <p>CI</p> <ul> <li>Build: take in account disabled linters for workflow auto-update</li> <li>Remove useless package-lock.json that was in python tests folder</li> <li>Fix SARIF_REPORTER that was wrongly sent to <code>true</code> to format &amp; fix test methods</li> <li>Build: Write ARG lines at the top of Dockerfiles if they are used by FROM variables</li> <li>Remove Github Actions Workflow telemetry to improve performances</li> <li>Update Docker image for Gitpod to run on Ubuntu Noble, by <a href="https://github.com/echoix"><code>@​echoix</code></a></li> <li>Update makefile bootstrap config (gitpod or local) to use uv for package installation, by <a href="https://github.com/echoix"><code>@​echoix</code></a></li> <li>Use uv to install Python deps for CI by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3561">oxsecurity/megalinter#3561</a></li> <li>Use a single find command to delete pycache files by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3562">oxsecurity/megalinter#3562</a></li> <li>Sort schema enums by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3595">oxsecurity/megalinter#3595</a></li> </ul> </li> <li> <p>Linter versions upgrades</p> <ul> <li><a href="https://rhysd.github.io/actionlint/">actionlint</a> from 1.6.27 to <strong>1.7.1</strong> on 2024-05-28</li> <li><a href="https://ansible-lint.readthedocs.io/">ansible-lint</a> from 24.2.2 to <strong>24.2.3</strong> on 2024-05-20</li> <li><a href="https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter">bicep_linter</a> from 0.26.170 to <strong>0.27.1</strong> on 2024-05-07</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.12.0] - 2024-06-02</h2> <ul> <li> <p>Core</p> <ul> <li>Add new logs (at debug level) on each linter activation/deactivation</li> <li>Clean MegaLinter own CVE exceptions and order the remaining ones with links to related issues</li> <li>Upgrade to Java 21 except for npm-groovy-lint that requires Java 17</li> </ul> </li> <li> <p>Media</p> <ul> <li>Add blog post <a href="https://flexion.us/blog/5-ways-megalinter-upped-our-devsecops-game/">5 ways MegaLinter upped our DevSecOps game</a> to the list of English articles by <a href="https://github.com/wesley-dean-flexion"><code>@​wesley-dean-flexion</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3596">oxsecurity/megalinter#3596</a></li> </ul> </li> <li> <p>Linters</p> <ul> <li>Add PHP fixer by <a href="https://github.com/llaville"><code>@​llaville</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3598">oxsecurity/megalinter#3598</a></li> <li><code>API_SPECTRAL</code> was added as replacement for <code>OPENAPI_SPECTRAL</code> (deprecated), supporting AsyncAPI and OpenAPI by default. Uses Spectral's standard config file name <code>.spectral.yaml</code> instead of <code>.openapirc.yml</code> with a default config with rulesets for AsyncAPI and OpenAPI enabled. Fixes <a href="https://redirect.github.com/oxsecurity/megalinter/issues/3387">#3387</a></li> <li>Disable SQL_TSQLLINT until security issues are solved. Related to <a href="https://redirect.github.com/tsqllint/tsqllint/issues/333">tsqllint/tsqllint#333</a></li> <li>PHP linters (PHP_PHPCS, PHP_PHPLINT, PHP_PHPSTAN) add support to SARIF report output format with help of <a href="https://github.com/llaville/sarif-php-sdk">https://github.com/llaville/sarif-php-sdk</a></li> <li>Php psalm improvement by <a href="https://github.com/llaville"><code>@​llaville</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3541">oxsecurity/megalinter#3541</a></li> <li><code>KOTLIN_KTLINT</code> now supports <code>list_of_files</code> mode, and has better error counting</li> <li>Upgrade <code>KOTLIN_DETEKT</code> and make it work with cli_lint_mode = project</li> </ul> </li> <li> <p>Reporters</p> </li> <li> <p>Fixes</p> <ul> <li>Change <code>golangci-lint</code> lint mode to <code>project</code>, by <a href="https://github.com/wandering-tales"><code>@​wandering-tales</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3509">oxsecurity/megalinter#3509</a></li> <li>Disable sql-lint as it is no longer maintained</li> <li>Add new entries <code>findUnusedCode</code> and <code>findUnusedBaselineEntry</code> in default <code>psalm.xml</code> configuration file for PHP_PSALM linter. Related to <a href="https://redirect.github.com/oxsecurity/megalinter/issues/3538">oxsecurity/megalinter#3538</a></li> <li>fix(pylint): overgeneral-exceptions fully qualified name by <a href="https://github.com/gardar"><code>@​gardar</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3576">oxsecurity/megalinter#3576</a></li> <li>Update <code>ktlint</code> descriptor to support <code>list_of_files</code> and better error counting by <a href="https://github.com/Yann-J"><code>@​Yann-J</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3575">oxsecurity/megalinter#3575</a></li> <li>Sync PowerShell version in arm.megalinter-descriptor.yml by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3586">oxsecurity/megalinter#3586</a></li> <li>Adjust find commands to clean up files in same step by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3588">oxsecurity/megalinter#3588</a></li> <li>Upgrade KOTLIN_DETEKT and make it work with cli_lint_mode = project by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3590">oxsecurity/megalinter#3590</a></li> </ul> </li> <li> <p>Doc</p> <ul> <li>Handle disabled_reason property in descriptors</li> <li>Sort enums in json schema, by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3595">oxsecurity/megalinter#3595</a></li> </ul> </li> <li> <p>Flavors</p> </li> <li> <p>CI</p> <ul> <li>Build: take in account disabled linters for workflow auto-update</li> <li>Remove useless package-lock.json that was in python tests folder</li> <li>Fix SARIF_REPORTER that was wrongly sent to <code>true</code> to format &amp; fix test methods</li> <li>Build: Write ARG lines at the top of Dockerfiles if they are used by FROM variables</li> <li>Remove Github Actions Workflow telemetry to improve performances</li> <li>Update Docker image for Gitpod to run on Ubuntu Noble, by <a href="https://github.com/echoix"><code>@​echoix</code></a></li> <li>Update makefile bootstrap config (gitpod or local) to use uv for package installation, by <a href="https://github.com/echoix"><code>@​echoix</code></a></li> <li>Use uv to install Python deps for CI by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3561">oxsecurity/megalinter#3561</a></li> <li>Use a single find command to delete pycache files by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3562">oxsecurity/megalinter#3562</a></li> <li>Sort schema enums by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3595">oxsecurity/megalinter#3595</a></li> </ul> </li> <li> <p>Linter versions upgrades</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oxsecurity/megalinter/commit/5199c6377b4cb7faff749a1971636f3343db9fe6"><code>5199c63</code></a> Release MegaLinter v7.12.0</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/4cc617eb2bb6551cbf58940b1d928c154fe9415f"><code>4cc617e</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/3602">#3602</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/219bdab8e11dcba9a37754d0c07fc1b286c8d7db"><code>219bdab</code></a> Features/php cs fixer (<a href="https://redirect.github.com/megalinter/megalinter/issues/3598">#3598</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/178d6a85c139d1a4ee34ef30bdb469d06e36e174"><code>178d6a8</code></a> Upgrade tflint (<a href="https://redirect.github.com/megalinter/megalinter/issues/3594">#3594</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/3809490e45cc851615368915aa1e0034ea361e99"><code>3809490</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/3600">#3600</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/346b9854234280b87dacc60e55e16069cec2906e"><code>346b985</code></a> Add my blog post to the list of English articles (<a href="https://redirect.github.com/megalinter/megalinter/issues/3596">#3596</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/aed2a2052e72e10e7ff78a18d04adfb0b1b28d38"><code>aed2a20</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/3593">#3593</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/9094ce0849a2d1172d0b5c8a23cf93a3cc3a4a15"><code>9094ce0</code></a> chore(deps): update tflint plugin terraform-linters/tflint-ruleset-aws to v0....</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/f4dbe62cfc078a1f54e5444e904536133c24f20f"><code>f4dbe62</code></a> Sort schema enums (<a href="https://redirect.github.com/megalinter/megalinter/issues/3595">#3595</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/28d17bd71f3a12e77782f5e9c60e9692d3a9b579"><code>28d17bd</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/3591">#3591</a>)</li> <li>Additional commits viewable in <a href="https://github.com/megalinter/megalinter/compare/v7.11.1...v7.12.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.11.1&new-version=7.12.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:55:17 +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#2402
No description provided.