[PR #1426] [MERGED] build(deps): bump megalinter/megalinter from 6.13.0 to 6.14.0 #1942

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1426
Author: @dependabot[bot]
Created: 11/7/2022
Status: Merged
Merged: 11/7/2022
Merged by: @mergify[bot]

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


📝 Commits (2)

  • 5145579 build(deps): bump megalinter/megalinter from 6.13.0 to 6.14.0
  • f0db2dc Merge branch 'master' into dependabot/github_actions/megalinter/megalinter-6.14.0

📊 Changes

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

View changed files

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

📄 Description

Bumps megalinter/megalinter from 6.13.0 to 6.14.0.

Release notes

Sourced from megalinter/megalinter's releases.

MegaLinter v6.14.0

MegaLinter is graciously provided by OX Security

Changelog

Sourced from megalinter/megalinter's changelog.

[v6.14.0] - 2022-06-11

Commits
  • 5f067f7 Release MegaLinter v6.14.0
  • 9754569 [automation] Auto-update linters version, help and documentation (#2051)
  • d996e56 [automation] Auto-update linters version, help and documentation (#2050)
  • 4bebaaf [automation] Auto-update linters version, help and documentation (#2046)
  • 8376adf [automation] Auto-update linters version, help and documentation (#2045)
  • 16f3dbf Fix bicep version regex (#2042)
  • c0bc7ad [automation] Auto-update linters version, help and documentation (#2041)
  • 0ce3fbb [automation] Auto-update linters version, help and documentation (#2038)
  • c5dcfb9 [automation] Auto-update linters version, help and documentation (#2037)
  • f39e6ce Try to bring back rstfmt (#2035)
  • 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/1426 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/7/2022 **Status:** ✅ Merged **Merged:** 11/7/2022 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/github_actions/megalinter/megalinter-6.14.0` --- ### 📝 Commits (2) - [`5145579`](https://github.com/nektos/act/commit/5145579a37adfe04f53fbdc343d81001c266fa67) build(deps): bump megalinter/megalinter from 6.13.0 to 6.14.0 - [`f0db2dc`](https://github.com/nektos/act/commit/f0db2dceb5aa06e9509aa17fc4f4dc9af7b6587a) Merge branch 'master' into dependabot/github_actions/megalinter/megalinter-6.14.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.13.0 to 6.14.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.14.0</h2> <ul> <li> <p>Core</p> <ul> <li>Replace <code>set-output</code> usage with <code>GITHUB_OUTPUT</code> to handle <a href="https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/">Github deprecation notice</a></li> <li>Allow <a href="https://oxsecurity.github.io/megalinter/latest/configuration/#pre-commands">PRE_COMMANDS</a> to be defined within a python venv (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/issues/2017">#2017</a>)</li> <li>Correct behavior of <code>EXTENDS</code> property in <code>.megalinter.yml</code> config file (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/issues/1516">#1516</a>)</li> <li>Fix flavor suggestion message in reporters</li> </ul> </li> <li> <p>New MegaLinter plugin: <a href="https://github.com/one-acre-fund/mega-linter-plugin-logstash">mustache</a>: Plugin to validate <a href="https://www.elastic.co/guide/en/logstash/current/configuration.html">Logstash</a> pipeline definition files using <a href="https://github.com/breml/logstash-config">mustache</a>, by <a href="https://github.com/Yann-J">Yann Jouanique</a></p> </li> <li> <p>New article: <a href="https://secure-git.guide/014_Sharing-GitHub-secrets-with-third-party-actions/">GitHub Actions: sharing your secrets with third-party actions</a>, by <a href="https://www.linkedin.com/in/josecelano/">José Celano Martín</a>, <a href="https://github.com/cgbosse">Constantin Bosse</a> and <a href="https://github.com/hosom">Stephen Hosom</a></p> </li> <li> <p>Linters</p> <ul> <li>Bring back <a href="https://oxsecurity.github.io/megalinter/latest/descriptors/rst_rstfmt/">rstfmt</a> RestructuredText formatter</li> <li>Add the SPELL_*_FILE_EXTENSIONS parameter for each SPELL type linter. If set, it will use this value to filter instead of the default behavior which is to parse the files of all other linters executed (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/issues/1997">#1997</a>).</li> <li>Allow cspell to also analyze file names (new variable SPELL_CSPELL_ANALYZE_FILE_NAMES) (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/issues/2009">#2009</a>)</li> <li>Fix bicep version regex</li> </ul> </li> <li> <p>Linter versions upgrades</p> <ul> <li><a href="https://rhysd.github.io/actionlint/">actionlint</a> from 1.6.21 to <strong>1.6.22</strong></li> <li><a href="https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter">bicep_linter</a> from 0.11.1 to to <strong>0.12.1</strong></li> <li><a href="https://github.com/aws-cloudformation/cfn-lint">cfn-lint</a> from 0.68.1 to <strong>0.70.1</strong></li> <li><a href="https://checkstyle.sourceforge.io">checkstyle</a> from 10.3.4 to <strong>10.4</strong></li> <li><a href="https://github.com/rust-lang/rust-clippy">clippy</a> from 0.1.64 to <strong>0.1.65</strong></li> <li><a href="https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell">cspell</a> from 6.12.0 to <strong>6.14.0</strong></li> <li><a href="https://djlint.com/">djlint</a> from 1.19.2 to <strong>1.19.4</strong></li> <li><a href="https://ota-meshi.github.io/eslint-plugin-jsonc/">eslint-plugin-jsonc</a> from 2.4.0 to <strong>2.5.0</strong></li> <li><a href="https://eslint.org">eslint</a> from 8.26.0 to <strong>8.27.0</strong></li> <li><a href="https://www.kics.io">kics</a> from 1.6.2 to <strong>1.6.3</strong></li> <li><a href="https://github.com/yannh/kubeconform">kubeconform</a> from 0.4.12 to <strong>0.5.0</strong></li> <li><a href="https://nvuillam.github.io/npm-groovy-lint/">npm-groovy-lint</a> from 11.0.0 to <strong>11.1.1</strong></li> <li><a href="https://phpstan.org/">phpstan</a> from 1.8.10 to <strong>1.9.1</strong></li> <li><a href="https://revive.run/">revive</a> from 0.0.0 to <strong>1.2.4</strong></li> <li><a href="https://github.com/dzhu/rstfmt">rstfmt</a> from 0.0.10 to <strong>0.0.11</strong></li> <li><a href="https://rubocop.org/">rubocop</a> from 1.37.0 to <strong>1.38.0</strong></li> <li><a href="https://github.com/secretlint/secretlint">secretlint</a> from 5.2.4 to <strong>5.3.0</strong></li> <li><a href="https://semgrep.dev/">semgrep</a> from 0.118.0 to <strong>0.120.0</strong></li> <li><a href="https://forcedotcom.github.io/sfdx-scanner/">sfdx-scanner-apex</a> from 2.13.9 to <strong>3.6.2</strong></li> <li><a href="https://forcedotcom.github.io/sfdx-scanner/">sfdx-scanner-aura</a> from 2.13.9 to <strong>3.6.2</strong></li> <li><a href="https://forcedotcom.github.io/sfdx-scanner/">sfdx-scanner-lwc</a> from 2.13.9 to <strong>3.6.2</strong></li> <li><a href="https://snakemake.readthedocs.io/en/stable/">snakemake</a> from 7.16.1 to <strong>7.18.1</strong></li> <li><a href="https://www.sqlfluff.com/">sqlfluff</a> from 1.3.2 to <strong>1.4.1</strong></li> <li><a href="https://stylelint.io">stylelint</a> from 14.14.0 to <strong>14.14.1</strong></li> <li><a href="https://github.com/anchore/syft">syft</a> from 0.59.0 to <strong>0.60.3</strong></li> <li><a href="https://www.terraform.io/docs/cli/commands/fmt.html">terraform-fmt</a> from 1.3.3 to <strong>1.3.4</strong></li> <li><a href="https://terragrunt.gruntwork.io">terragrunt</a> from 0.39.2 to <strong>0.40.0</strong></li> <li><a href="https://github.com/terraform-linters/tflint">tflint</a> from 0.41.0 to <strong>0.42.1</strong></li> <li><a href="https://yamllint.readthedocs.io/">yamllint</a> from 1.26.3 to <strong>1.26.3</strong></li> </ul> </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> </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.14.0] - 2022-06-11</h2> <ul> <li> <p>Core</p> <ul> <li>Replace <code>set-output</code> usage with <code>GITHUB_OUTPUT</code> to handle <a href="https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/">Github deprecation notice</a></li> <li>Allow <a href="https://oxsecurity.github.io/megalinter/latest/configuration/#pre-commands">PRE_COMMANDS</a> to be defined within a python venv (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/issues/2017">#2017</a>)</li> <li>Correct behavior of <code>EXTENDS</code> property in <code>.megalinter.yml</code> config file (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/issues/1516">#1516</a>)</li> <li>Fix flavor suggestion message in reporters</li> </ul> </li> <li> <p>New MegaLinter plugin: <a href="https://github.com/one-acre-fund/mega-linter-plugin-logstash">mustache</a>: Plugin to validate <a href="https://www.elastic.co/guide/en/logstash/current/configuration.html">Logstash</a> pipeline definition files using <a href="https://github.com/breml/logstash-config">mustache</a>, by <a href="https://github.com/Yann-J">Yann Jouanique</a></p> </li> <li> <p>Linters</p> <ul> <li>Bring back <a href="https://oxsecurity.github.io/megalinter/latest/descriptors/rst_rstfmt/">rstfmt</a> RestructuredText formatter</li> <li>Add the SPELL_*_FILE_EXTENSIONS parameter for each SPELL type linter. If set, it will use this value to filter instead of the default behavior which is to parse the files of all other linters executed (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/issues/1997">#1997</a>).</li> <li>Allow cspell to also analyze file names (new variable SPELL_CSPELL_ANALYZE_FILE_NAMES) (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/issues/2009">#2009</a>)</li> <li>Fix bicep version regex</li> </ul> </li> <li> <p>Linter versions upgrades</p> <ul> <li><a href="https://rhysd.github.io/actionlint/">actionlint</a> from 1.6.21 to <strong>1.6.22</strong></li> <li><a href="https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter">bicep_linter</a> from 0.11.1 to to <strong>0.12.1</strong></li> <li><a href="https://github.com/aws-cloudformation/cfn-lint">cfn-lint</a> from 0.68.1 to <strong>0.70.1</strong></li> <li><a href="https://checkstyle.sourceforge.io">checkstyle</a> from 10.3.4 to <strong>10.4</strong></li> <li><a href="https://github.com/rust-lang/rust-clippy">clippy</a> from 0.1.64 to <strong>0.1.65</strong></li> <li><a href="https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell">cspell</a> from 6.12.0 to <strong>6.14.0</strong></li> <li><a href="https://djlint.com/">djlint</a> from 1.19.2 to <strong>1.19.4</strong></li> <li><a href="https://ota-meshi.github.io/eslint-plugin-jsonc/">eslint-plugin-jsonc</a> from 2.4.0 to <strong>2.5.0</strong></li> <li><a href="https://eslint.org">eslint</a> from 8.26.0 to <strong>8.27.0</strong></li> <li><a href="https://www.kics.io">kics</a> from 1.6.2 to <strong>1.6.3</strong></li> <li><a href="https://github.com/yannh/kubeconform">kubeconform</a> from 0.4.12 to <strong>0.5.0</strong></li> <li><a href="https://nvuillam.github.io/npm-groovy-lint/">npm-groovy-lint</a> from 11.0.0 to <strong>11.1.1</strong></li> <li><a href="https://phpstan.org/">phpstan</a> from 1.8.10 to <strong>1.9.1</strong></li> <li><a href="https://revive.run/">revive</a> from 0.0.0 to <strong>1.2.4</strong></li> <li><a href="https://github.com/dzhu/rstfmt">rstfmt</a> from 0.0.10 to <strong>0.0.11</strong></li> <li><a href="https://rubocop.org/">rubocop</a> from 1.37.0 to <strong>1.38.0</strong></li> <li><a href="https://github.com/secretlint/secretlint">secretlint</a> from 5.2.4 to <strong>5.3.0</strong></li> <li><a href="https://semgrep.dev/">semgrep</a> from 0.118.0 to <strong>0.120.0</strong></li> <li><a href="https://forcedotcom.github.io/sfdx-scanner/">sfdx-scanner-apex</a> from 2.13.9 to <strong>3.6.2</strong></li> <li><a href="https://forcedotcom.github.io/sfdx-scanner/">sfdx-scanner-aura</a> from 2.13.9 to <strong>3.6.2</strong></li> <li><a href="https://forcedotcom.github.io/sfdx-scanner/">sfdx-scanner-lwc</a> from 2.13.9 to <strong>3.6.2</strong></li> <li><a href="https://snakemake.readthedocs.io/en/stable/">snakemake</a> from 7.16.1 to <strong>7.18.1</strong></li> <li><a href="https://www.sqlfluff.com/">sqlfluff</a> from 1.3.2 to <strong>1.4.1</strong></li> <li><a href="https://stylelint.io">stylelint</a> from 14.14.0 to <strong>14.14.1</strong></li> <li><a href="https://github.com/anchore/syft">syft</a> from 0.59.0 to <strong>0.60.3</strong></li> <li><a href="https://www.terraform.io/docs/cli/commands/fmt.html">terraform-fmt</a> from 1.3.3 to <strong>1.3.4</strong></li> <li><a href="https://terragrunt.gruntwork.io">terragrunt</a> from 0.39.2 to <strong>0.40.0</strong></li> <li><a href="https://github.com/terraform-linters/tflint">tflint</a> from 0.41.0 to <strong>0.42.1</strong></li> <li><a href="https://yamllint.readthedocs.io/">yamllint</a> from 1.26.3 to <strong>1.26.3</strong></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oxsecurity/megalinter/commit/5f067f726ebba9ab0a05207777261d8254dd83a2"><code>5f067f7</code></a> Release MegaLinter v6.14.0</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/9754569d140c2cc83ced8a5e6e5556b929e009d2"><code>9754569</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://github-redirect.dependabot.com/megalinter/megalinter/issues/2051">#2051</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/d996e56d8f2954b70fd5bfa7666258650224ae69"><code>d996e56</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://github-redirect.dependabot.com/megalinter/megalinter/issues/2050">#2050</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/4bebaaf70a7fb8b96faf0884d064ba378f563417"><code>4bebaaf</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://github-redirect.dependabot.com/megalinter/megalinter/issues/2046">#2046</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/8376adfd5bfe9cd934f2c8783b0fa6d9d509d0fa"><code>8376adf</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://github-redirect.dependabot.com/megalinter/megalinter/issues/2045">#2045</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/16f3dbfcf6f7fbdbec5a6a829ee576d89aaaad74"><code>16f3dbf</code></a> Fix bicep version regex (<a href="https://github-redirect.dependabot.com/megalinter/megalinter/issues/2042">#2042</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/c0bc7addd8044c6c4311a8aebe395a02545f4cda"><code>c0bc7ad</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://github-redirect.dependabot.com/megalinter/megalinter/issues/2041">#2041</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/0ce3fbbe80b60b7ff711dfea93a0164eb5115366"><code>0ce3fbb</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://github-redirect.dependabot.com/megalinter/megalinter/issues/2038">#2038</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/c5dcfb9bdb06e106500f530179eafc93465ccd77"><code>c5dcfb9</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://github-redirect.dependabot.com/megalinter/megalinter/issues/2037">#2037</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/f39e6cef1cff96540e323ace6e49eb7d541a7ee9"><code>f39e6ce</code></a> Try to bring back rstfmt (<a href="https://github-redirect.dependabot.com/megalinter/megalinter/issues/2035">#2035</a>)</li> <li>Additional commits viewable in <a href="https://github.com/megalinter/megalinter/compare/v6.13.0...v6.14.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.13.0&new-version=6.14.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:20 +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#1942
No description provided.