[PR #2216] [MERGED] build(deps): bump megalinter/megalinter from 7.8.0 to 7.9.0 #2329

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

📋 Pull Request Information

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

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


📝 Commits (4)

  • 118be40 build(deps): bump megalinter/megalinter from 7.8.0 to 7.9.0
  • dd5d9ac Merge branch 'master' into dependabot/github_actions/megalinter/megalinter-7.9.0
  • ce51e83 Merge branch 'master' into dependabot/github_actions/megalinter/megalinter-7.9.0
  • 5e31b6a Merge branch 'master' into dependabot/github_actions/megalinter/megalinter-7.9.0

📊 Changes

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

View changed files

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

📄 Description

Bumps megalinter/megalinter from 7.8.0 to 7.9.0.

Release notes

Sourced from megalinter/megalinter's releases.

v7.9.0

What's Changed

... (truncated)

Changelog

Sourced from megalinter/megalinter's changelog.

[v7.9.0] - 2024-02-11

... (truncated)

Commits
  • 190cd0d Release MegaLinter v7.9.0
  • 6816d4b [automation] Auto-update linters version, help and documentation (#3370)
  • 1ba22e6 [automation] Auto-update linters version, help and documentation (#3369)
  • 1f21c94 Upgrade peter-evans/create-pull-request from v5 to v6 in GitHub Actions workf...
  • bc0b31b [automation] Auto-update linters version, help and documentation (#3368)
  • fb7d06e Upgrade base docker image to python:3.12.2-alpine3.19 (#3367)
  • 715de06 Undowngrade grype & phplint (#3366)
  • cef0b2b [automation] Auto-update linters version, help and documentation (#3361)
  • 7d43938 [automation] Auto-update linters version, help and documentation (#3359)
  • ad6aaa7 Format powershell linter output into terminal-wide table (#3318)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note

Automatic rebases have been disabled on this pull request as it has been open for over 30 days.


🔄 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/2216 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/12/2024 **Status:** ✅ Merged **Merged:** 4/14/2024 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/github_actions/megalinter/megalinter-7.9.0` --- ### 📝 Commits (4) - [`118be40`](https://github.com/nektos/act/commit/118be4047958950ec026ddb6b039cf77cdb31d00) build(deps): bump megalinter/megalinter from 7.8.0 to 7.9.0 - [`dd5d9ac`](https://github.com/nektos/act/commit/dd5d9ac56e49e5753e586b86ba0ca0db416fd876) Merge branch 'master' into dependabot/github_actions/megalinter/megalinter-7.9.0 - [`ce51e83`](https://github.com/nektos/act/commit/ce51e83b9991b007408cd36753620dc5624eead1) Merge branch 'master' into dependabot/github_actions/megalinter/megalinter-7.9.0 - [`5e31b6a`](https://github.com/nektos/act/commit/5e31b6a97f07f3fb34a877cb958e4fe6e3f7031f) Merge branch 'master' into dependabot/github_actions/megalinter/megalinter-7.9.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.8.0 to 7.9.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.9.0</h2> <h2>What's Changed</h2> <ul> <li> <p>Core</p> <ul> <li>Upgrade actions/checkout and stefanzweifel/git-auto-commit-action in generator template workflow, by <a href="https://github.com/Jayllyz"><code>@​Jayllyz</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3327">#3327</a></li> <li>Upgrade base python image to python:3.12.2-alpine3.19</li> </ul> </li> <li> <p>Fixes</p> <ul> <li>Format powershell linter output into terminal-wide table, and count errors, by <a href="https://github.com/efrecon"><code>@​efrecon</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3318">#3318</a></li> <li>Allow active_only_if_file_found to work in specified subdirectory (_DIRECTORY), fixes <a href="https://redirect.github.com/oxsecurity/megalinter/issues/2873">#2873</a>, by <a href="https://github.com/TimothyEarley"><code>@​TimothyEarley</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3323">#3323</a></li> <li>Activate CI servers reporters only if we find a related default env variable, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3321">#3321</a></li> </ul> </li> <li> <p>Doc</p> <ul> <li>Update copyright year to 2024, by <a href="https://github.com/Jayllyz"><code>@​Jayllyz</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3339">#3339</a></li> </ul> </li> <li> <p>CI</p> <ul> <li>Free more disk space before docker build</li> <li>Upgrade peter-evans/create-pull-request from v5 to v6 in GitHub Actions workflows</li> </ul> </li> <li> <p>Linter versions upgrades</p> <ul> <li><a href="https://ansible-lint.readthedocs.io/">ansible-lint</a> from 6.22.2 to <strong>24.2.0</strong></li> <li><a href="https://bandit.readthedocs.io/en/latest/">bandit</a> from 1.7.6 to <strong>1.7.7</strong></li> <li><a href="https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter">bicep_linter</a> from 0.24.24 to <strong>0.25.3</strong></li> <li><a href="https://black.readthedocs.io/en/stable/">black</a> from 23.12.1 to <strong>24.1.1</strong></li> <li><a href="https://github.com/aws-cloudformation/cfn-lint">cfn-lint</a> from 0.84.0 to <strong>0.85.1</strong></li> <li><a href="https://www.checkov.io/">checkov</a> from 3.1.67 to <strong>3.2.20</strong></li> <li><a href="https://checkstyle.sourceforge.io">checkstyle</a> from 10.12.7 to <strong>10.13.0</strong></li> <li><a href="https://github.com/rust-lang/rust-clippy">clippy</a> from 0.1.75 to <strong>0.1.76</strong></li> <li><a href="https://csharpier.com/">csharpier</a> from 0.27.0 to <strong>0.27.2</strong></li> <li><a href="https://ota-meshi.github.io/eslint-plugin-jsonc/">eslint-plugin-jsonc</a> from 2.12.2 to <strong>2.13.0</strong></li> <li><a href="https://github.com/gitleaks/gitleaks">gitleaks</a> from 8.18.1 to <strong>8.18.2</strong></li> <li><a href="https://golangci-lint.run/">golangci-lint</a> from 1.55.2 to <strong>1.56.1</strong></li> <li><a href="https://github.com/anchore/grype">grype</a> from 0.63.1 to <strong>0.74.5</strong></li> <li><a href="https://lychee.cli.rs">lychee</a> from 0.14.1 to <strong>0.14.3</strong></li> <li><a href="https://github.com/DavidAnson/markdownlint">markdownlint</a> from 0.38.0 to <strong>0.39.0</strong></li> <li><a href="https://nvuillam.github.io/npm-groovy-lint/">npm-groovy-lint</a> from 14.2.0 to <strong>14.2.1</strong></li> <li><a href="https://github.com/overtrue/phplint">phplint</a> from 9.1.0 to <strong>9.1.2</strong></li> <li><a href="https://phpstan.org/">phpstan</a> from 1.10.56 to <strong>1.10.57</strong></li> <li><a href="https://prettier.io/">prettier</a> from 3.2.4 to <strong>3.2.5</strong></li> <li><a href="https://psalm.dev">psalm</a> from Psalm.5.20.0@ to <strong>Psalm.5.21.1@</strong></li> <li><a href="http://puppet-lint.com/">puppet-lint</a> from 4.2.3 to <strong>4.2.4</strong></li> <li><a href="https://github.com/Microsoft/pyright">pyright</a> from 1.1.347 to <strong>1.1.350</strong></li> <li><a href="https://revive.run/">revive</a> from 1.3.6 to <strong>1.3.7</strong></li> <li><a href="https://github.com/JosefPihrt/Roslynator">roslynator</a> from 0.8.2.0 to <strong>0.8.3.0</strong></li> <li><a href="https://rubocop.org/">rubocop</a> from 1.60.1 to <strong>1.60.2</strong></li> <li><a href="https://github.com/astral-sh/ruff">ruff</a> from 0.1.14 to <strong>0.2.1</strong></li> <li><a href="https://github.com/secretlint/secretlint">secretlint</a> from 8.1.0 to <strong>8.1.1</strong></li> <li><a href="https://forcedotcom.github.io/sfdx-scanner/">sfdx-scanner-apex</a> from 3.20.0 to <strong>3.21.0</strong></li> <li><a href="https://forcedotcom.github.io/sfdx-scanner/">sfdx-scanner-aura</a> from 3.20.0 to <strong>3.21.0</strong></li> <li><a href="https://forcedotcom.github.io/sfdx-scanner/">sfdx-scanner-lwc</a> from 3.20.0 to <strong>3.21.0</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.9.0] - 2024-02-11</h2> <ul> <li> <p>Core</p> <ul> <li>Upgrade actions/checkout and stefanzweifel/git-auto-commit-action in generator template workflow, by <a href="https://github.com/Jayllyz"><code>@​Jayllyz</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3327">#3327</a></li> <li>Upgrade base python image to python:3.12.2-alpine3.19</li> </ul> </li> <li> <p>Fixes</p> <ul> <li>Format powershell linter output into terminal-wide table, and count errors, by <a href="https://github.com/efrecon"><code>@​efrecon</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3318">#3318</a></li> <li>Allow active_only_if_file_found to work in specified subdirectory (_DIRECTORY), fixes <a href="https://redirect.github.com/oxsecurity/megalinter/issues/2873">#2873</a>, by <a href="https://github.com/TimothyEarley"><code>@​TimothyEarley</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3323">#3323</a></li> <li>Activate CI servers reporters only if we find a related default env variable, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3321">#3321</a></li> </ul> </li> <li> <p>Doc</p> <ul> <li>Update copyright year to 2024, by <a href="https://github.com/Jayllyz"><code>@​Jayllyz</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3339">#3339</a></li> </ul> </li> <li> <p>CI</p> <ul> <li>Free more disk space before docker build</li> <li>Upgrade peter-evans/create-pull-request from v5 to v6 in GitHub Actions workflows</li> </ul> </li> <li> <p>Linter versions upgrades</p> <ul> <li><a href="https://ansible-lint.readthedocs.io/">ansible-lint</a> from 6.22.2 to <strong>24.2.0</strong></li> <li><a href="https://bandit.readthedocs.io/en/latest/">bandit</a> from 1.7.6 to <strong>1.7.7</strong></li> <li><a href="https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter">bicep_linter</a> from 0.24.24 to <strong>0.25.3</strong></li> <li><a href="https://black.readthedocs.io/en/stable/">black</a> from 23.12.1 to <strong>24.1.1</strong></li> <li><a href="https://github.com/aws-cloudformation/cfn-lint">cfn-lint</a> from 0.84.0 to <strong>0.85.1</strong></li> <li><a href="https://www.checkov.io/">checkov</a> from 3.1.67 to <strong>3.2.20</strong></li> <li><a href="https://checkstyle.sourceforge.io">checkstyle</a> from 10.12.7 to <strong>10.13.0</strong></li> <li><a href="https://github.com/rust-lang/rust-clippy">clippy</a> from 0.1.75 to <strong>0.1.76</strong></li> <li><a href="https://csharpier.com/">csharpier</a> from 0.27.0 to <strong>0.27.2</strong></li> <li><a href="https://ota-meshi.github.io/eslint-plugin-jsonc/">eslint-plugin-jsonc</a> from 2.12.2 to <strong>2.13.0</strong></li> <li><a href="https://github.com/gitleaks/gitleaks">gitleaks</a> from 8.18.1 to <strong>8.18.2</strong></li> <li><a href="https://golangci-lint.run/">golangci-lint</a> from 1.55.2 to <strong>1.56.1</strong></li> <li><a href="https://github.com/anchore/grype">grype</a> from 0.63.1 to <strong>0.74.5</strong></li> <li><a href="https://lychee.cli.rs">lychee</a> from 0.14.1 to <strong>0.14.3</strong></li> <li><a href="https://github.com/DavidAnson/markdownlint">markdownlint</a> from 0.38.0 to <strong>0.39.0</strong></li> <li><a href="https://nvuillam.github.io/npm-groovy-lint/">npm-groovy-lint</a> from 14.2.0 to <strong>14.2.1</strong></li> <li><a href="https://github.com/overtrue/phplint">phplint</a> from 9.1.0 to <strong>9.1.2</strong></li> <li><a href="https://phpstan.org/">phpstan</a> from 1.10.56 to <strong>1.10.57</strong></li> <li><a href="https://prettier.io/">prettier</a> from 3.2.4 to <strong>3.2.5</strong></li> <li><a href="https://psalm.dev">psalm</a> from Psalm.5.20.0@ to <strong>Psalm.5.21.1@</strong></li> <li><a href="http://puppet-lint.com/">puppet-lint</a> from 4.2.3 to <strong>4.2.4</strong></li> <li><a href="https://github.com/Microsoft/pyright">pyright</a> from 1.1.347 to <strong>1.1.350</strong></li> <li><a href="https://revive.run/">revive</a> from 1.3.6 to <strong>1.3.7</strong></li> <li><a href="https://github.com/JosefPihrt/Roslynator">roslynator</a> from 0.8.2.0 to <strong>0.8.3.0</strong></li> <li><a href="https://rubocop.org/">rubocop</a> from 1.60.1 to <strong>1.60.2</strong></li> <li><a href="https://github.com/astral-sh/ruff">ruff</a> from 0.1.14 to <strong>0.2.1</strong></li> <li><a href="https://github.com/secretlint/secretlint">secretlint</a> from 8.1.0 to <strong>8.1.1</strong></li> <li><a href="https://forcedotcom.github.io/sfdx-scanner/">sfdx-scanner-apex</a> from 3.20.0 to <strong>3.21.0</strong></li> <li><a href="https://forcedotcom.github.io/sfdx-scanner/">sfdx-scanner-aura</a> from 3.20.0 to <strong>3.21.0</strong></li> <li><a href="https://forcedotcom.github.io/sfdx-scanner/">sfdx-scanner-lwc</a> from 3.20.0 to <strong>3.21.0</strong></li> <li><a href="https://github.com/mvdan/sh">shfmt</a> from 3.7.0 to <strong>3.8.0</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/190cd0dad6dc52b2de5b810e3b290c3d6bdcc0f2"><code>190cd0d</code></a> Release MegaLinter v7.9.0</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/6816d4b3071459db5390e62cdc9bd7f1cdb0938a"><code>6816d4b</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/3370">#3370</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/1ba22e68a6507914c41f72c6ad7d8f9ffe426661"><code>1ba22e6</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/3369">#3369</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/1f21c943742d99841a89cfa235a67ec98246600e"><code>1f21c94</code></a> Upgrade peter-evans/create-pull-request from v5 to v6 in GitHub Actions workf...</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/bc0b31bbd8da0ab046093b94e8c6721045f2ec22"><code>bc0b31b</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/3368">#3368</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/fb7d06e92959836e09e680899fe041dc697a627c"><code>fb7d06e</code></a> Upgrade base docker image to python:3.12.2-alpine3.19 (<a href="https://redirect.github.com/megalinter/megalinter/issues/3367">#3367</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/715de06b64f2718206f3878a78f002b898a209b5"><code>715de06</code></a> Undowngrade grype &amp; phplint (<a href="https://redirect.github.com/megalinter/megalinter/issues/3366">#3366</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/cef0b2b97519f14fad96d218db5237b94b7ac409"><code>cef0b2b</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/3361">#3361</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/7d4393880555d8ed9f38cf0dbc48f81e38167aec"><code>7d43938</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/3359">#3359</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/ad6aaa71e513d42e37dde64e1f9c94f53fd513c5"><code>ad6aaa7</code></a> Format powershell linter output into terminal-wide table (<a href="https://redirect.github.com/megalinter/megalinter/issues/3318">#3318</a>)</li> <li>Additional commits viewable in <a href="https://github.com/megalinter/megalinter/compare/v7.8.0...v7.9.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.8.0&new-version=7.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. --- <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:58 +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#2329
No description provided.