[PR #1679] [MERGED] build(deps): bump megalinter/megalinter from 6.20.0 to 6.20.1 #2069

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1679
Author: @dependabot[bot]
Created: 3/13/2023
Status: Merged
Merged: 3/19/2023
Merged by: @mergify[bot]

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


📝 Commits (2)

  • 147b8b6 build(deps): bump megalinter/megalinter from 6.20.0 to 6.20.1
  • ecad559 Merge branch 'master' into dependabot/github_actions/megalinter/megalinter-6.20.1

📊 Changes

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

View changed files

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

📄 Description

Bumps megalinter/megalinter from 6.20.0 to 6.20.1.

Release notes

Sourced from megalinter/megalinter's releases.

MegaLinter v6.20.1

What's Changed

New Contributors

MegaLinter is graciously provided by OX Security

Full Changelog: https://github.com/oxsecurity/megalinter/compare/v6.20.0...v6.20.1

Changelog

Sourced from megalinter/megalinter's changelog.

[v6.20.1] - 2023-03-07

Commits
  • fa25244 Release MegaLinter v6.20.1
  • 7c9070f Prepare 6.20.1
  • 2cd0c39 Merge remote-tracking branch 'origin/create-pull-request/patch' into main
  • c7fbd94 [MegaLinter] Apply linters fixes
  • b31d698 [automation] Auto-update linters version, help and documentation
  • 7411316 [automation] Auto-update linters version, help and documentation (#2441)
  • 3b78c17 Fix npm permissions in v6.20.0 #2434 (#2435)
  • f257d3a [automation] Auto-update linters version, help and documentation (#2439)
  • 50baeff Correct docs (#2440)
  • 0502b78 Correct warning message in gitlab comment (#2421)
  • 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 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/1679 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/13/2023 **Status:** ✅ Merged **Merged:** 3/19/2023 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/github_actions/megalinter/megalinter-6.20.1` --- ### 📝 Commits (2) - [`147b8b6`](https://github.com/nektos/act/commit/147b8b635c6edc4975d16457ca3c5b043563eb75) build(deps): bump megalinter/megalinter from 6.20.0 to 6.20.1 - [`ecad559`](https://github.com/nektos/act/commit/ecad559f9a8d3c3585b3e8f8b76a25febe09d795) Merge branch 'master' into dependabot/github_actions/megalinter/megalinter-6.20.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 6.20.0 to 6.20.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>MegaLinter v6.20.1</h2> <h2>What's Changed</h2> <ul> <li> <p>Fixes</p> <ul> <li>Fix <a href="https://redirect.github.com/oxsecurity/megalinter/issues/2427">issue with running on Mac m1 no longer working</a>, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/2430">oxsecurity/megalinter#2430</a></li> <li>Fix <a href="https://redirect.github.com/oxsecurity/megalinter/issues/2348">Container images errors when pulling</a>, by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/2435">oxsecurity/megalinter#2435</a></li> <li>Fix <a href="https://redirect.github.com/oxsecurity/megalinter/issues/2428">Pre npm install not resolving</a>, by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/2435">oxsecurity/megalinter#2435</a></li> <li>Add build date in Beta docker images, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a></li> <li>Correct misleading error message in <strong>GitlabCommentReporter.py</strong>, see <a href="https://redirect.github.com/oxsecurity/megalinter/issues/2420">#2420</a></li> <li>Fix <strong>GitlabCommentReporter</strong> wrong variables names, check <a href="https://redirect.github.com/oxsecurity/megalinter/issues/2423">#2423</a></li> </ul> </li> <li> <p>Core</p> <ul> <li>Improve config test, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/2426">oxsecurity/megalinter#2426</a></li> </ul> </li> <li> <p>Doc</p> <ul> <li>Add article <a href="https://medium.com/@RunningMattress/level-up-your-unity-packages-with-ci-cd-9498d2791211">Level up your Unity Packages with CI/CD</a>, by <a href="https://github.com/RunningMattress"><code>@​RunningMattress</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/2436">oxsecurity/megalinter#2436</a></li> <li>Correct minor docs error by <a href="https://github.com/moverperfect"><code>@​moverperfect</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/2440">oxsecurity/megalinter#2440</a></li> </ul> </li> <li> <p>Linter versions upgrades</p> <ul> <li><a href="https://ansible-lint.readthedocs.io/">ansible-lint</a> from 6.14.0 to <strong>6.14.1</strong></li> <li><a href="https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter">bicep_linter</a> from 0.14.85 to <strong>0.15.31</strong></li> <li><a href="https://github.com/aws-cloudformation/cfn-lint">cfn-lint</a> from 0.74.0 to <strong>0.74.1</strong></li> <li><a href="https://www.checkov.io/">checkov</a> from 2.3.59 to <strong>2.3.70</strong></li> <li><a href="https://csharpier.com/">csharpier</a> from 0.22.1 to <strong>0.23.0</strong></li> <li><a href="https://github.com/prantlf/jsonlint">jsonlint</a> from 13.0.1 to <strong>14.0.1</strong></li> <li><a href="https://mypy.readthedocs.io/en/stable/">mypy</a> from 1.0.1 to <strong>1.1.1</strong></li> <li><a href="https://phpstan.org/">phpstan</a> from 1.10.3 to <strong>1.10.5</strong> on 2023-03-07</li> <li><a href="https://github.com/yoheimuta/protolint">protolint</a> from 0.43.0 to <strong>0.43.1</strong></li> <li><a href="http://puppet-lint.com/">puppet-lint</a> from 3.2.0 to <strong>3.3.0</strong></li> <li><a href="https://pylint.pycqa.org">pylint</a> from 2.16.3 to <strong>2.16.4</strong></li> <li><a href="https://rubocop.org/">rubocop</a> from 1.47.0 to <strong>1.48.0</strong></li> <li><a href="https://stylelint.io">stylelint</a> from 14.16.1 to <strong>15.2.0</strong></li> </ul> </li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/LBeaulaton"><code>@​LBeaulaton</code></a> made their first contribution in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/2424">oxsecurity/megalinter#2424</a></li> <li><a href="https://github.com/moverperfect"><code>@​moverperfect</code></a> made their first contribution in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/2440">oxsecurity/megalinter#2440</a></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/v6.20.0...v6.20.1">https://github.com/oxsecurity/megalinter/compare/v6.20.0...v6.20.1</a></p> </blockquote> </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>[v6.20.1] - 2023-03-07</h2> <ul> <li> <p>Fixes</p> <ul> <li>Fix <a href="https://redirect.github.com/oxsecurity/megalinter/issues/2427">issue with running on Mac m1 no longer working</a>, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/2430">oxsecurity/megalinter#2430</a></li> <li>Fix <a href="https://redirect.github.com/oxsecurity/megalinter/issues/2348">Container images errors when pulling</a>, by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/2435">oxsecurity/megalinter#2435</a></li> <li>Fix <a href="https://redirect.github.com/oxsecurity/megalinter/issues/2428">Pre npm install not resolving</a>, by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/2435">oxsecurity/megalinter#2435</a></li> <li>Add build date in Beta docker images, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a></li> <li>Correct misleading error message in <strong>GitlabCommentReporter.py</strong>, see <a href="https://redirect.github.com/oxsecurity/megalinter/issues/2420">#2420</a></li> <li>Fix <strong>GitlabCommentReporter</strong> wrong variables names, check <a href="https://redirect.github.com/oxsecurity/megalinter/issues/2423">#2423</a></li> </ul> </li> <li> <p>Core</p> <ul> <li>Improve config test, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/2426">oxsecurity/megalinter#2426</a></li> </ul> </li> <li> <p>Doc</p> <ul> <li>Add article <a href="https://medium.com/@RunningMattress/level-up-your-unity-packages-with-ci-cd-9498d2791211">Level up your Unity Packages with CI/CD</a>, by <a href="https://github.com/RunningMattress"><code>@​RunningMattress</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/2436">oxsecurity/megalinter#2436</a></li> <li>Correct minor docs error by <a href="https://github.com/moverperfect"><code>@​moverperfect</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/2440">oxsecurity/megalinter#2440</a></li> </ul> </li> <li> <p>Linter versions upgrades</p> <ul> <li><a href="https://ansible-lint.readthedocs.io/">ansible-lint</a> from 6.14.0 to <strong>6.14.1</strong></li> <li><a href="https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter">bicep_linter</a> from 0.14.85 to <strong>0.15.31</strong></li> <li><a href="https://github.com/aws-cloudformation/cfn-lint">cfn-lint</a> from 0.74.0 to <strong>0.74.1</strong></li> <li><a href="https://www.checkov.io/">checkov</a> from 2.3.59 to <strong>2.3.70</strong></li> <li><a href="https://csharpier.com/">csharpier</a> from 0.22.1 to <strong>0.23.0</strong></li> <li><a href="https://github.com/prantlf/jsonlint">jsonlint</a> from 13.0.1 to <strong>14.0.1</strong></li> <li><a href="https://mypy.readthedocs.io/en/stable/">mypy</a> from 1.0.1 to <strong>1.1.1</strong></li> <li><a href="https://phpstan.org/">phpstan</a> from 1.10.3 to <strong>1.10.5</strong> on 2023-03-07</li> <li><a href="https://github.com/yoheimuta/protolint">protolint</a> from 0.43.0 to <strong>0.43.1</strong></li> <li><a href="http://puppet-lint.com/">puppet-lint</a> from 3.2.0 to <strong>3.3.0</strong></li> <li><a href="https://pylint.pycqa.org">pylint</a> from 2.16.3 to <strong>2.16.4</strong></li> <li><a href="https://rubocop.org/">rubocop</a> from 1.47.0 to <strong>1.48.0</strong></li> <li><a href="https://stylelint.io">stylelint</a> from 14.16.1 to <strong>15.2.0</strong></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oxsecurity/megalinter/commit/fa252447a038abeedc60aeb3d9f913315bf5fcf2"><code>fa25244</code></a> Release MegaLinter v6.20.1</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/7c9070fec7e2df168b4219528a8c20a80fcd23df"><code>7c9070f</code></a> Prepare 6.20.1</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/2cd0c393fbe206b06daf2036f8cd8b92366a7c01"><code>2cd0c39</code></a> Merge remote-tracking branch 'origin/create-pull-request/patch' into main</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/c7fbd94b513ace11fa0ecad5611026bef96d30ae"><code>c7fbd94</code></a> [MegaLinter] Apply linters fixes</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/b31d698ad8f95ec6d35fe001feb268366dc61b45"><code>b31d698</code></a> [automation] Auto-update linters version, help and documentation</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/7411316caa2897b3839af1834e5fd8ebd5b7b81e"><code>7411316</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/2441">#2441</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/3b78c176fe9796e4fbef6183029c96c150ec9053"><code>3b78c17</code></a> Fix npm permissions in v6.20.0 <a href="https://redirect.github.com/megalinter/megalinter/issues/2434">#2434</a> (<a href="https://redirect.github.com/megalinter/megalinter/issues/2435">#2435</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/f257d3a448321c915e62c5b1ed4394c7fdacc8ba"><code>f257d3a</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/2439">#2439</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/50baeff7068e36d8ff2c2c933561165a0bb83fa9"><code>50baeff</code></a> Correct docs (<a href="https://redirect.github.com/megalinter/megalinter/issues/2440">#2440</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/0502b78e702508fce4067e3f350a042f98dc0e6e"><code>0502b78</code></a> Correct warning message in gitlab comment (<a href="https://redirect.github.com/megalinter/megalinter/issues/2421">#2421</a>)</li> <li>Additional commits viewable in <a href="https://github.com/megalinter/megalinter/compare/v6.20.0...v6.20.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=6.20.0&new-version=6.20.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 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:53:53 +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#2069
No description provided.