[PR #1534] [MERGED] build(deps): bump megalinter/megalinter from 6.15.0 to 6.16.0 #1991

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1534
Author: @dependabot[bot]
Created: 12/26/2022
Status: Merged
Merged: 12/26/2022
Merged by: @mergify[bot]

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


📝 Commits (2)

  • 22e42ec build(deps): bump megalinter/megalinter from 6.15.0 to 6.16.0
  • ff11f40 Merge branch 'master' into dependabot/github_actions/megalinter/megalinter-6.16.0

📊 Changes

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

View changed files

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

📄 Description

Bumps megalinter/megalinter from 6.15.0 to 6.16.0.

Release notes

Sourced from megalinter/megalinter's releases.

MegaLinter v6.16.0

What's Changed

... (truncated)

Changelog

Sourced from megalinter/megalinter's changelog.

[v6.16.0] - 2022-12-24

... (truncated)

Commits

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/1534 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/26/2022 **Status:** ✅ Merged **Merged:** 12/26/2022 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/github_actions/megalinter/megalinter-6.16.0` --- ### 📝 Commits (2) - [`22e42ec`](https://github.com/nektos/act/commit/22e42ec4e50d0ad031e00d7801c9fc5fa967b5a0) build(deps): bump megalinter/megalinter from 6.15.0 to 6.16.0 - [`ff11f40`](https://github.com/nektos/act/commit/ff11f402474053b46e847685e9a81e815b61e938) Merge branch 'master' into dependabot/github_actions/megalinter/megalinter-6.16.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 6.15.0 to 6.16.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>MegaLinter v6.16.0</h2> <h2>What's Changed</h2> <ul> <li> <p>New linters</p> <ul> <li>Add <a href="https://github.com/tclindner/npm-package-json-lint">npm-package-json-lint</a> linter, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2150">#2150</a>)</li> </ul> </li> <li> <p>Evolutions</p> <ul> <li>Upgrade to alpine 3.16</li> <li>Disable php7 &amp; upgrade php8 to php81</li> <li>Add Makefile linters to documentation flavor</li> <li>PowershellLinter autofix capability, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2175">#2175</a>)</li> <li>Allow local files with EXTENDS configuration, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2151">#2151</a>)</li> <li>Add Trivy config file parameters, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2154">#2154</a>)</li> </ul> </li> <li> <p>Fixes</p> <ul> <li>Change reporter text for better UX, by <a href="https://github.com/ashokm"><code>@​ashokm</code></a> (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2168">#2168</a>)</li> <li>Remove workspace prefix from aggregate sarif report, by <a href="https://github.com/janderssonse"><code>@​janderssonse</code></a> (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2119">#2119</a>)</li> <li>CSpell file name linting does not use (custom) CSpell configuration (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/issues/2058">#2058</a>)</li> <li>HTML email not rendering correctly (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/issues/2120">#2120</a>). Set <code>REPORTERS_MARKDOWN_TYPE</code> to <code>simple</code> to avoid external images in PR/MR markdown comments.</li> <li>mega-linter-runner: Fix Value for container-name of type String required, by <a href="https://github.com/AlbanAndrieu"><code>@​AlbanAndrieu</code></a> (<a href="https://github-redirect.dependabot.com/megalinter/megalinter/issues/2123">#2123</a>)(<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2123">oxsecurity/megalinter#2123</a>)</li> <li>Use warning emoji in reporters, by <a href="https://github.com/ashokm"><code>@​ashokm</code></a> (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2156">#2156</a>)</li> <li>Fix branding to use the correct 'OX Security' name, by <a href="https://github.com/ashokm"><code>@​ashokm</code></a></li> </ul> </li> <li> <p>Doc</p> <ul> <li>Enclose System.TeamProject in Azure Pipelines, by <a href="https://github.com/ashokm"><code>@​ashokm</code></a> (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2131">#2131</a>)</li> <li>Better contributing docs, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2162">#2162</a>)</li> </ul> </li> <li> <p>Linter versions upgrades</p> <ul> <li><a href="https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter">bicep_linter</a> from 0.12.40 to <strong>0.13.1</strong></li> <li><a href="https://black.readthedocs.io/en/stable/">black</a> from 22.10.0 to <strong>22.12.0</strong></li> <li><a href="https://github.com/aws-cloudformation/cfn-lint">cfn-lint</a> from 0.72.0 to <strong>0.72.5</strong></li> <li><a href="https://checkstyle.sourceforge.io">checkstyle</a> from 10.4 to <strong>10.5.0</strong></li> <li><a href="https://github.com/rust-lang/rust-clippy">clippy</a> from 0.1.65 to <strong>0.1.66</strong></li> <li><a href="https://github.com/borkdude/clj-kondo">clj-kondo</a> from 2022.10.14 to <strong>2022.12.10</strong></li> <li><a href="https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell">cspell</a> from 6.14.3 to <strong>6.18.0</strong></li> <li><a href="https://djlint.com/">djlint</a> from 1.19.7 to <strong>1.19.9</strong></li> <li><a href="https://eslint.org">eslint</a> from 8.28.0 to <strong>8.29.0</strong> to <strong>8.30.0</strong></li> <li><a href="https://git-scm.com">git_diff</a> from 2.34.5 to <strong>2.36.3</strong></li> <li><a href="https://github.com/zricethezav/gitleaks">gitleaks</a> from 8.15.0 to <strong>8.15.2</strong></li> <li><a href="https://pycqa.github.io/isort/">isort</a> from 5.10.1 to <strong>5.11.4</strong></li> <li><a href="https://www.kics.io">kics</a> from 1.6.5 to <strong>1.6.6</strong></li> <li><a href="https://ktlint.github.io">ktlint</a> from 0.47.1 to <strong>0.48.0</strong></li> <li><a href="https://luacheck.readthedocs.io">luacheck</a> from 1.0.0 to <strong>1.1.0</strong></li> <li><a href="https://metacpan.org/pod/Perl::Critic">perlcritic</a> from 1.140 to <strong>1.146</strong></li> <li><a href="https://github.com/overtrue/phplint">phplint</a> from 3.0 to <strong>5.4</strong></li> <li><a href="https://phpstan.org/">phpstan</a> from 1.9.2 to <strong>1.9.4</strong></li> <li><a href="https://github.com/PowerShell/PSScriptAnalyzer">powershell</a> from 7.3.0 to <strong>7.3.1</strong></li> <li><a href="https://prettier.io/">prettier</a> from 2.8.0 to <strong>2.8.1</strong></li> <li><a href="https://psalm.dev">psalm</a> from Psalm.4.x-dev@ to <strong>Psalm.dev-master@</strong></li> <li><a href="https://pylint.pycqa.org">pylint</a> from 2.15.6 to <strong>2.15.9</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>[v6.16.0] - 2022-12-24</h2> <ul> <li> <p>New linters</p> <ul> <li>Add <a href="https://github.com/tclindner/npm-package-json-lint">npm-package-json-lint</a> linter, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2150">#2150</a>)</li> </ul> </li> <li> <p>Evolutions</p> <ul> <li>Upgrade to alpine 3.16</li> <li>Disable php7 &amp; upgrade php8 to php81</li> <li>Add Makefile linters to documentation flavor</li> <li>PowershellLinter autofix capability, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2175">#2175</a>)</li> <li>Allow local files with EXTENDS configuration, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2151">#2151</a>)</li> <li>Add Trivy config file parameters, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2154">#2154</a>)</li> </ul> </li> <li> <p>Fixes</p> <ul> <li>Change reporter text for better UX, by <a href="https://github.com/ashokm"><code>@​ashokm</code></a> (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2168">#2168</a>)</li> <li>Remove workspace prefix from aggregate sarif report, by <a href="https://github.com/janderssonse"><code>@​janderssonse</code></a> (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2119">#2119</a>)</li> <li>CSpell file name linting does not use (custom) CSpell configuration (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/issues/2058">#2058</a>)</li> <li>HTML email not rendering correctly (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/issues/2120">#2120</a>). Set <code>REPORTERS_MARKDOWN_TYPE</code> to <code>simple</code> to avoid external images in PR/MR markdown comments.</li> <li>mega-linter-runner: Fix Value for container-name of type String required, by <a href="https://github.com/AlbanAndrieu"><code>@​AlbanAndrieu</code></a> (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2123">#2123</a></li> <li>Use warning emoji in reporters, by <a href="https://github.com/ashokm"><code>@​ashokm</code></a> (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2156">#2156</a>)</li> <li>Fix branding to use the correct 'OX Security' name, by <a href="https://github.com/ashokm"><code>@​ashokm</code></a></li> </ul> </li> <li> <p>Doc</p> <ul> <li>Enclose System.TeamProject in Azure Pipelines, by <a href="https://github.com/ashokm"><code>@​ashokm</code></a> (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2131">#2131</a>)</li> <li>Better contributing docs, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/2162">#2162</a>)</li> </ul> </li> <li> <p>Linter versions upgrades</p> <ul> <li><a href="https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter">bicep_linter</a> from 0.12.40 to <strong>0.13.1</strong></li> <li><a href="https://black.readthedocs.io/en/stable/">black</a> from 22.10.0 to <strong>22.12.0</strong></li> <li><a href="https://github.com/aws-cloudformation/cfn-lint">cfn-lint</a> from 0.72.0 to <strong>0.72.5</strong></li> <li><a href="https://checkstyle.sourceforge.io">checkstyle</a> from 10.4 to <strong>10.5.0</strong></li> <li><a href="https://github.com/rust-lang/rust-clippy">clippy</a> from 0.1.65 to <strong>0.1.66</strong></li> <li><a href="https://github.com/borkdude/clj-kondo">clj-kondo</a> from 2022.10.14 to <strong>2022.12.10</strong></li> <li><a href="https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell">cspell</a> from 6.14.3 to <strong>6.18.0</strong></li> <li><a href="https://djlint.com/">djlint</a> from 1.19.7 to <strong>1.19.9</strong></li> <li><a href="https://eslint.org">eslint</a> from 8.28.0 to <strong>8.29.0</strong> to <strong>8.30.0</strong></li> <li><a href="https://git-scm.com">git_diff</a> from 2.34.5 to <strong>2.36.3</strong></li> <li><a href="https://github.com/zricethezav/gitleaks">gitleaks</a> from 8.15.0 to <strong>8.15.2</strong></li> <li><a href="https://pycqa.github.io/isort/">isort</a> from 5.10.1 to <strong>5.11.4</strong></li> <li><a href="https://www.kics.io">kics</a> from 1.6.5 to <strong>1.6.6</strong></li> <li><a href="https://ktlint.github.io">ktlint</a> from 0.47.1 to <strong>0.48.0</strong></li> <li><a href="https://luacheck.readthedocs.io">luacheck</a> from 1.0.0 to <strong>1.1.0</strong></li> <li><a href="https://metacpan.org/pod/Perl::Critic">perlcritic</a> from 1.140 to <strong>1.146</strong></li> <li><a href="https://github.com/overtrue/phplint">phplint</a> from 3.0 to <strong>5.4</strong></li> <li><a href="https://phpstan.org/">phpstan</a> from 1.9.2 to <strong>1.9.4</strong></li> <li><a href="https://github.com/PowerShell/PSScriptAnalyzer">powershell</a> from 7.3.0 to <strong>7.3.1</strong></li> <li><a href="https://prettier.io/">prettier</a> from 2.8.0 to <strong>2.8.1</strong></li> <li><a href="https://psalm.dev">psalm</a> from Psalm.4.x-dev@ to <strong>Psalm.dev-master@</strong></li> <li><a href="https://pylint.pycqa.org">pylint</a> from 2.15.6 to <strong>2.15.9</strong></li> <li><a href="https://rubocop.org/">rubocop</a> from 1.39.0 to <strong>1.41.1</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/6251063d20a361cb53b6f8ab7f6cd5af61ff831b"><code>6251063</code></a> Release MegaLinter v6.16.0</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/3ab60cfe7d4bdd9cba4ec62fc2bcde152b2fba8f"><code>3ab60cf</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://github-redirect.dependabot.com/megalinter/megalinter/issues/2179">#2179</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/234b0ff4c30ff9638680931351712c9bea9c978a"><code>234b0ff</code></a> Update json schema to add SPELL_CSPELL_ANALYZE_FILE_NAMES</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/c9e2d376290f745990a207282f366006069ee88f"><code>c9e2d37</code></a> Prepare changelog (<a href="https://github-redirect.dependabot.com/megalinter/megalinter/issues/2177">#2177</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/9addcc5ec0a28640a165dba60fd213fe63601ddc"><code>9addcc5</code></a> trvy</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/d876f418c123d30cea54e6c92e0192451724e423"><code>d876f41</code></a> Add cli_lint_fix_arg_name (<a href="https://github-redirect.dependabot.com/megalinter/megalinter/issues/2175">#2175</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/1e86e1592c3a05ea08f60f117c03dec8ca780bfb"><code>1e86e15</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://github-redirect.dependabot.com/megalinter/megalinter/issues/2174">#2174</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/87460d61813a33b3ab74634729127b268d3c3b86"><code>87460d6</code></a> Override npm-package-json-lint flavors (<a href="https://github-redirect.dependabot.com/megalinter/megalinter/issues/2173">#2173</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/69edb489eb18dcee652440bbc0a4d9a69131c9c5"><code>69edb48</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://github-redirect.dependabot.com/megalinter/megalinter/issues/2172">#2172</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/abfc7df95ff8389e8dde56a069d2d270b84d376c"><code>abfc7df</code></a> Add npm-package-json-lint (<a href="https://github-redirect.dependabot.com/megalinter/megalinter/issues/2150">#2150</a>)</li> <li>Additional commits viewable in <a href="https://github.com/megalinter/megalinter/compare/v6.15.0...v6.16.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=6.15.0&new-version=6.16.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 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:33 +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#1991
No description provided.