[PR #2632] [CLOSED] build(deps): bump megalinter/megalinter from 8.3.0 to 8.4.0 #2527

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/2632
Author: @dependabot[bot]
Created: 1/27/2025
Status: Closed

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


📝 Commits (1)

  • 244443a build(deps): bump megalinter/megalinter from 8.3.0 to 8.4.0

📊 Changes

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

View changed files

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

📄 Description

Bumps megalinter/megalinter from 8.3.0 to 8.4.0.

Release notes

Sourced from megalinter/megalinter's releases.

v8.4.0

What's Changed

... (truncated)

Changelog

Sourced from megalinter/megalinter's changelog.

[v8.4.0] - 2024-01-26

... (truncated)

Commits
  • f90c800 Release MegaLinter v8.4.0
  • 2704fea Prepare release (#4583)
  • 151d9b0 [automation] Auto-update linters version, help and documentation (#4582)
  • 81bcbd6 [automation] Auto-update linters version, help and documentation (#4579)
  • 2ae47c2 chore(deps): update dependency mgechev/revive to v1.6.0 (#4580)
  • b01ed58 chore(deps): update dependency lightning-flow-scanner to v2.39.0 (#4578)
  • 769bad1 chore(deps): update dependency azure/bicep to v0.33.13 (#4577)
  • 7b3089b [automation] Auto-update linters version, help and documentation (#4576)
  • 33ea5b9 chore(deps): update zricethezav/gitleaks docker tag to v8.23.2 (#4574)
  • 331638d [automation] Auto-update linters version, help and documentation (#4575)
  • 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/2632 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/27/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/github_actions/megalinter/megalinter-8.4.0` --- ### 📝 Commits (1) - [`244443a`](https://github.com/nektos/act/commit/244443a5fd02761d2097a808f50502c9758b8fa0) build(deps): bump megalinter/megalinter from 8.3.0 to 8.4.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 8.3.0 to 8.4.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>v8.4.0</h2> <h2>What's Changed</h2> <ul> <li> <p>Core</p> <ul> <li>PHP Linters use now the <code>bartlett/sarif-php-converters</code> first official release 1.0.0 to generate SARIF reports, by <a href="https://github.com/llaville"><code>@​llaville</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/4357">oxsecurity/megalinter#4357</a></li> <li><a href="https://redirect.github.com/oxsecurity/megalinter/issues/4351">Upgrade PHP engine from 8.3 to 8.4</a> and allow Psalm 5.26 to run on this context (by <a href="https://github.com/llaville"><code>@​llaville</code></a>)</li> <li>Linters can specify in the pre/post commands with a <code>run_before_linters</code> / <code>run_after_linters</code> parameter whether the command is to be executed before/after the execution of the linters themselves (by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/4482">#4482</a>)</li> <li>Bump python version to 3.12.8, by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/4372">oxsecurity/megalinter#4372</a></li> <li>Update to .NET 9, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/4488">oxsecurity/megalinter#4488</a></li> <li>Upgrade PHP engine from 8.3 to 8.4, by <a href="https://github.com/llaville"><code>@​llaville</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/4524">oxsecurity/megalinter#4524</a></li> </ul> </li> <li> <p>New linters</p> <ul> <li>Reactivate clj-style (Clojure formatter) since its bug is fixed, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/4369">oxsecurity/megalinter#4369</a></li> <li>New python formatter: PYTHON_RUFF_FORMAT, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/4329">oxsecurity/megalinter#4329</a></li> </ul> </li> <li> <p>Disabled linters</p> <ul> <li>Snakemake has been disabled, because its dependency datrie not maintained, and <a href="https://redirect.github.com/snakemake/snakemake/issues/2970">issue</a> open in snakemake repo since july is still pending</li> </ul> </li> <li> <p>Linters enhancements</p> <ul> <li>Add support to <a href="https://github.com/phpstan/extension-installer">phpstan/extension-installer</a> Composer plugin for automatic installation of PHPStan extensions, by <a href="https://github.com/llaville"><code>@​llaville</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/4337">oxsecurity/megalinter#4337</a> <ul> <li>Learn more about context on <a href="https://redirect.github.com/oxsecurity/megalinter/issues/4328">GH-4328</a></li> </ul> </li> <li>Allow Terrascan to lint in file lint mode, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/4498">oxsecurity/megalinter#4498</a></li> <li>Add sarif output to golangci-lint, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/4557">oxsecurity/megalinter#4557</a></li> </ul> </li> <li> <p>Plugins</p> <ul> <li>Add <a href="https://github.com/liblaf/megalinter-plugins/tree/main/mega-linter-plugin-markdown-prettier">prettier for markdown</a>, by <a href="https://github.com/liblaf">Qin Li</a></li> </ul> </li> <li> <p>Fixes</p> <ul> <li><a href="https://github.com/realm/SwiftLint">swiftlint</a> Fix swiftlint error where linter is unable to find lintable files. Fixes <a href="https://redirect.github.com/oxsecurity/megalinter/issues/440">#440</a>, by <a href="https://github.com/Noraldeno"><code>@​Noraldeno</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/4427">oxsecurity/megalinter#4427</a></li> <li>jscpd url fixes, by <a href="https://github.com/alexanderbazhenoff"><code>@​alexanderbazhenoff</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/4352">oxsecurity/megalinter#4352</a></li> <li>Don't call get_pr_data if GitLeaks linter is not active, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/4469">oxsecurity/megalinter#4469</a></li> <li>Fix linter disabled reason usage, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/4466">oxsecurity/megalinter#4466</a></li> </ul> </li> <li> <p>Doc</p> <ul> <li>Add contributing docs on venv, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/4479">oxsecurity/megalinter#4479</a></li> <li>Add disabled linter badge, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/4477">oxsecurity/megalinter#4477</a></li> <li>Add AzureCommentReporter instructions, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/4480">oxsecurity/megalinter#4480</a></li> </ul> </li> <li> <p>CI</p> <ul> <li>Fix up gitpod config and workflow to support uv 0.5.0+ by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/megalinter/megalinter/issues/4373">#4373</a></li> <li>Use uv.lock file to build docker images, by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/4374">oxsecurity/megalinter#4374</a></li> <li>Update Renovate schedules for uv and sfdx-hardis, by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/4568">oxsecurity/megalinter#4568</a></li> <li>Variabilize version and use renovate for updates for the following linters: <ul> <li>all GO linters</li> <li>all REPOSITORY linters</li> <li>arm-ttk</li> <li>bash-shfmt</li> <li>bicep</li> <li>clj-kondo</li> <li>cljstyle</li> </ul> </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>[v8.4.0] - 2024-01-26</h2> <ul> <li> <p>Core</p> <ul> <li>PHP Linters use now the <code>bartlett/sarif-php-converters</code> first official release 1.0.0 to generate SARIF reports, by <a href="https://github.com/llaville"><code>@​llaville</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/4357">oxsecurity/megalinter#4357</a></li> <li><a href="https://redirect.github.com/oxsecurity/megalinter/issues/4351">Upgrade PHP engine from 8.3 to 8.4</a> and allow Psalm 5.26 to run on this context (by <a href="https://github.com/llaville"><code>@​llaville</code></a>)</li> <li>Linters can specify in the pre/post commands with a <code>run_before_linters</code> / <code>run_after_linters</code> parameter whether the command is to be executed before/after the execution of the linters themselves (by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/4482">#4482</a>)</li> <li>Bump python version to 3.12.8, by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/4372">oxsecurity/megalinter#4372</a></li> <li>Update to .NET 9, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/4488">oxsecurity/megalinter#4488</a></li> <li>Upgrade PHP engine from 8.3 to 8.4, by <a href="https://github.com/llaville"><code>@​llaville</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/4524">oxsecurity/megalinter#4524</a></li> </ul> </li> <li> <p>New linters</p> <ul> <li>Reactivate clj-style (Clojure formatter) since its bug is fixed, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/4369">oxsecurity/megalinter#4369</a></li> <li>New python formatter: PYTHON_RUFF_FORMAT, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/4329">oxsecurity/megalinter#4329</a></li> </ul> </li> <li> <p>Disabled linters</p> <ul> <li>Snakemake has been disabled, because its dependency datrie not maintained, and <a href="https://redirect.github.com/snakemake/snakemake/issues/2970">issue</a> open in snakemake repo since july is still pending</li> </ul> </li> <li> <p>Linters enhancements</p> <ul> <li>Add support to <a href="https://github.com/phpstan/extension-installer">phpstan/extension-installer</a> Composer plugin for automatic installation of PHPStan extensions, by <a href="https://github.com/llaville"><code>@​llaville</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/4337">oxsecurity/megalinter#4337</a> <ul> <li>Learn more about context on <a href="https://redirect.github.com/oxsecurity/megalinter/issues/4328">GH-4328</a></li> </ul> </li> <li>Allow Terrascan to lint in file lint mode, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/4498">oxsecurity/megalinter#4498</a></li> <li>Add sarif output to golangci-lint, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/4557">oxsecurity/megalinter#4557</a></li> </ul> </li> <li> <p>Plugins</p> <ul> <li>Add <a href="https://github.com/liblaf/megalinter-plugins/tree/main/mega-linter-plugin-markdown-prettier">prettier for markdown</a>, by <a href="https://github.com/liblaf">Qin Li</a></li> </ul> </li> <li> <p>Fixes</p> <ul> <li><a href="https://github.com/realm/SwiftLint">swiftlint</a> Fix swiftlint error where linter is unable to find lintable files. Fixes <a href="https://redirect.github.com/oxsecurity/megalinter/issues/440">#440</a>, by <a href="https://github.com/Noraldeno"><code>@​Noraldeno</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/4427">oxsecurity/megalinter#4427</a></li> <li>jscpd url fixes, by <a href="https://github.com/alexanderbazhenoff"><code>@​alexanderbazhenoff</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/4352">oxsecurity/megalinter#4352</a></li> <li>Don't call get_pr_data if GitLeaks linter is not active, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/4469">oxsecurity/megalinter#4469</a></li> <li>Fix linter disabled reason usage, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/4466">oxsecurity/megalinter#4466</a></li> </ul> </li> <li> <p>Doc</p> <ul> <li>Add contributing docs on venv, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/4479">oxsecurity/megalinter#4479</a></li> <li>Add disabled linter badge, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/4477">oxsecurity/megalinter#4477</a></li> <li>Add AzureCommentReporter instructions, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/4480">oxsecurity/megalinter#4480</a></li> </ul> </li> <li> <p>CI</p> <ul> <li>Fix up gitpod config and workflow to support uv 0.5.0+ by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/megalinter/megalinter/issues/4373">#4373</a></li> <li>Use uv.lock file to build docker images, by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/4374">oxsecurity/megalinter#4374</a></li> <li>Update Renovate schedules for uv and sfdx-hardis, by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/4568">oxsecurity/megalinter#4568</a></li> <li>Variabilize version and use renovate for updates for the following linters: <ul> <li>all GO linters</li> <li>all REPOSITORY linters</li> <li>arm-ttk</li> <li>bash-shfmt</li> <li>bicep</li> <li>clj-kondo</li> <li>cljstyle</li> <li>csharpier</li> </ul> </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/f90c800040e4f84800700b27b2394d3eecc1fdad"><code>f90c800</code></a> Release MegaLinter v8.4.0</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/2704fea9031fe173f9b3b79b8608db69eda6d3f8"><code>2704fea</code></a> Prepare release (<a href="https://redirect.github.com/megalinter/megalinter/issues/4583">#4583</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/151d9b05ef312e4c7a3d1e8adee04fa8b2a25e0c"><code>151d9b0</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/4582">#4582</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/81bcbd6015041477da32420263c39ef0f5cd998e"><code>81bcbd6</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/4579">#4579</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/2ae47c2155f93371fd8c60f75cc0d2037e8097cb"><code>2ae47c2</code></a> chore(deps): update dependency mgechev/revive to v1.6.0 (<a href="https://redirect.github.com/megalinter/megalinter/issues/4580">#4580</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/b01ed58e232e18f5ad4d1cbc6b7cce748ea47f42"><code>b01ed58</code></a> chore(deps): update dependency lightning-flow-scanner to v2.39.0 (<a href="https://redirect.github.com/megalinter/megalinter/issues/4578">#4578</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/769bad173963b0de62f9e4e90aa2a8a25455a6b9"><code>769bad1</code></a> chore(deps): update dependency azure/bicep to v0.33.13 (<a href="https://redirect.github.com/megalinter/megalinter/issues/4577">#4577</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/7b3089b2725accaa242e1f79f5f605998f485b3b"><code>7b3089b</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/4576">#4576</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/33ea5b9f7e1bcd9ff3138cb2f6c6584b66f2f5cd"><code>33ea5b9</code></a> chore(deps): update zricethezav/gitleaks docker tag to v8.23.2 (<a href="https://redirect.github.com/megalinter/megalinter/issues/4574">#4574</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/331638d80437ce403fd15c8579a530bc064ca586"><code>331638d</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/4575">#4575</a>)</li> <li>Additional commits viewable in <a href="https://github.com/megalinter/megalinter/compare/v8.3.0...v8.4.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=8.3.0&new-version=8.4.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:49 +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#2527
No description provided.