[PR #1370] [MERGED] build(deps): bump megalinter/megalinter from 5 to 6.11.0 #1910

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1370
Author: @dependabot[bot]
Created: 10/3/2022
Status: Merged
Merged: 10/4/2022
Merged by: @mergify[bot]

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


📝 Commits (3)

  • bc968c6 build(deps): bump megalinter/megalinter from 5 to 6.11.0
  • 79b203d chore: updates to support new megalinter
  • f1966ad Merge branch 'master' into dependabot/github_actions/megalinter/megalinter-6.11.0

📊 Changes

6 files changed (+8 additions, -5 deletions)

View changed files

📝 .github/actions/choco/Dockerfile (+1 -1)
📝 .github/workflows/checks.yml (+1 -1)
.gitleaksignore (+1 -0)
📝 .mega-linter.yml (+2 -0)
📝 go.mod (+1 -1)
📝 go.sum (+2 -2)

📄 Description

Bumps megalinter/megalinter from 5 to 6.11.0.

Release notes

Sourced from megalinter/megalinter's releases.

MegaLinter v6.11.0

MegaLinter is graciously provided by OX Security

MegaLinter v6.10.0

  • Add git-lfs in Docker image to handle large files in git repositories

... (truncated)

Changelog

Sourced from megalinter/megalinter's changelog.

[v6.11.0] - 2022-10-02

  • Linters

  • Core

    • Improve support for devcontainers by using Python base image
      • Fixed Python version in devcontainer from 3.9 -> 3.10
      • Fix build command on linux (thanks a lot to Edouard Choinière for the investigation and solution !)
    • Azure Comments reporter - Change status when all tests pass (#1915)
  • Doc

    • Document the -f argument to mega-linter-runner (#1895)
    • Fix a typo in documentation of bash-exec linter (#1892)
  • Linter versions upgrades

[v6.10.0] - 2022-09-19

  • Add git-lfs in Docker image to handle large files in git repositories

  • MegaLinter Docker images size improvements

    • Remove NPM cache

... (truncated)

Commits
  • 67c1770 Release MegaLinter v6.11.0
  • f725983 [automation] Auto-update linters version, help and documentation (#1922)
  • c636075 Add support for Bicep Linter (#1898)
  • 190f3d8 Update doc (#1921)
  • 262d026 Azure Comments reporter - Change status when all tests pass (#1920)
  • 5b716f2 [automation] Auto-update linters version, help and documentation (#1919)
  • 927b883 [automation] Auto-update linters version, help and documentation (#1914)
  • 43e2810 Update README.md (#1913)
  • a64c4c7 [automation] Auto-update linters version, help and documentation (#1912)
  • bd1e952 Add Makefile linter in java flavor (#1911)
  • 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/1370 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/3/2022 **Status:** ✅ Merged **Merged:** 10/4/2022 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/github_actions/megalinter/megalinter-6.11.0` --- ### 📝 Commits (3) - [`bc968c6`](https://github.com/nektos/act/commit/bc968c66577469c8b47ad376892a455b483ce24a) build(deps): bump megalinter/megalinter from 5 to 6.11.0 - [`79b203d`](https://github.com/nektos/act/commit/79b203da1fe6285ee7566ea0dbf987de72eea033) chore: updates to support new megalinter - [`f1966ad`](https://github.com/nektos/act/commit/f1966ad12d3eb4d118f3e3338078505af4369e31) Merge branch 'master' into dependabot/github_actions/megalinter/megalinter-6.11.0 ### 📊 Changes **6 files changed** (+8 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `.github/actions/choco/Dockerfile` (+1 -1) 📝 `.github/workflows/checks.yml` (+1 -1) ➕ `.gitleaksignore` (+1 -0) 📝 `.mega-linter.yml` (+2 -0) 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [megalinter/megalinter](https://github.com/megalinter/megalinter) from 5 to 6.11.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.11.0</h2> <ul> <li> <p>New article: <strong><a href="https://nicolas.vuillamy.fr/megalinter-sells-his-soul-and-joins-ox-security-2a91a0027628">https://nicolas.vuillamy.fr/megalinter-sells-his-soul-and-joins-ox-security-2a91a0027628</a></strong></p> </li> <li> <p>Linters</p> <ul> <li>Add <a href="https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter">bicep</a> linter (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/1898">#1898</a>)</li> <li>Add quotes to arm-ttk linter command (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/issues/1879">#1879</a>)</li> <li>Add Makefile linter in <a href="https://oxsecurity.github.io/megalinter/latest/flavors/java/">java flavor</a></li> </ul> </li> <li> <p>Core</p> <ul> <li>Improve support for devcontainers by using Python base image <ul> <li>Fixed Python version in devcontainer from 3.9 -&gt; 3.10</li> <li>Fix build command on linux (thanks a lot to <a href="https://github.com/echoix">Edouard Choinière</a> for the investigation and solution !)</li> </ul> </li> <li>Azure Comments reporter - Change status when all tests pass (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/issues/1915">#1915</a>)</li> </ul> </li> <li> <p>Doc</p> <ul> <li>Document the <code>-f</code> argument to mega-linter-runner (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/issues/1895">#1895</a>)</li> <li>Fix a typo in documentation of bash-exec linter (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/1892">#1892</a>)</li> </ul> </li> <li> <p>Linter versions upgrades</p> <ul> <li><a href="https://ansible-lint.readthedocs.io/en/latest/">ansible-lint</a> from 6.6.0 to <strong>6.7.0</strong></li> <li><a href="https://github.com/aws-cloudformation/cfn-lint">cfn-lint</a> from 0.65.0 to <strong>0.66.0</strong></li> <li><a href="https://www.checkov.io/">checkov</a> from 2.1.213 to <strong>2.1.244</strong></li> <li><a href="https://checkstyle.sourceforge.io">checkstyle</a> from 10.3.3 to <strong>10.3.4</strong></li> <li><a href="https://github.com/rust-lang/rust-clippy">clippy</a> from 0.1.63 to <strong>0.1.64</strong></li> <li><a href="http://www.coffeelint.org">coffeelint</a> from 5.2.9 to <strong>5.2.10</strong></li> <li><a href="https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell">cspell</a> from 6.10.0 to <strong>6.12.0</strong></li> <li><a href="https://djlint.com/">djlint</a> from 1.16.0 to <strong>1.18.0</strong></li> <li><a href="https://eslint.org">eslint</a> from 8.23.1 to <strong>8.24.0</strong></li> <li><a href="https://github.com/zricethezav/gitleaks">gitleaks</a> from 8.12.0 to <strong>8.13.0</strong></li> <li><a href="https://github.com/prantlf/jsonlint">jsonlint</a> from 11.6.0 to <strong>11.7.0</strong></li> <li><a href="https://www.kics.io">kics</a> from 1.6.0 to <strong>1.6.1</strong></li> <li><a href="https://github.com/tcort/markdown-link-check">markdown-link-check</a> from 3.10.2 to <strong>3.10.3</strong></li> <li><a href="https://mypy.readthedocs.io/en/stable/">mypy</a> from 0.971 to <strong>0.981</strong></li> <li><a href="https://phpstan.org/">phpstan</a> from 1.8.5 to <strong>1.8.6</strong></li> <li><a href="https://github.com/yoheimuta/protolint">protolint</a> from 0.40.0 to <strong>0.41.0</strong></li> <li><a href="https://scalacenter.github.io/scalafix/">scalafix</a> from 0.10.2 to <strong>0.10.3</strong></li> <li><a href="https://semgrep.dev/">semgrep</a> from 0.113.0 to <strong>0.115.0</strong></li> <li><a href="https://snakemake.readthedocs.io/en/stable/">snakemake</a> from 7.14.0 to <strong>7.14.2</strong></li> <li><a href="https://www.sqlfluff.com/">sqlfluff</a> from 1.3.1 to <strong>1.3.2</strong></li> <li><a href="https://stylelint.io">stylelint</a> from 14.12.0 to <strong>14.13.0</strong></li> <li><a href="https://github.com/anchore/syft">syft</a> from 0.56.0 to <strong>0.58.0</strong></li> <li><a href="https://www.terraform.io/docs/cli/commands/fmt.html">terraform-fmt</a> from 1.2.9 to <strong>1.3.1</strong></li> <li><a href="https://terragrunt.gruntwork.io">terragrunt</a> from 0.38.12 to <strong>0.39.0</strong></li> <li><a href="https://github.com/terraform-linters/tflint">tflint</a> from 0.40.0 to <strong>0.41.0</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> <h2>MegaLinter v6.10.0</h2> <ul> <li>Add <a href="https://git-lfs.github.com/">git-lfs</a> in Docker image to handle large files in git repositories</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.11.0] - 2022-10-02</h2> <ul> <li> <p>Linters</p> <ul> <li>Add <a href="https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter">bicep</a> linter (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/1898">#1898</a>)</li> <li>Add quotes to arm-ttk linter command (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/issues/1879">#1879</a>)</li> <li>Add Makefile linter in <a href="https://oxsecurity.github.io/megalinter/latest/flavors/java/">java flavor</a></li> </ul> </li> <li> <p>Core</p> <ul> <li>Improve support for devcontainers by using Python base image <ul> <li>Fixed Python version in devcontainer from 3.9 -&gt; 3.10</li> <li>Fix build command on linux (thanks a lot to <a href="https://github.com/echoix">Edouard Choinière</a> for the investigation and solution !)</li> </ul> </li> <li>Azure Comments reporter - Change status when all tests pass (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/issues/1915">#1915</a>)</li> </ul> </li> <li> <p>Doc</p> <ul> <li>Document the <code>-f</code> argument to mega-linter-runner (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/issues/1895">#1895</a>)</li> <li>Fix a typo in documentation of bash-exec linter (<a href="https://github-redirect.dependabot.com/oxsecurity/megalinter/pull/1892">#1892</a>)</li> </ul> </li> <li> <p>Linter versions upgrades</p> <ul> <li><a href="https://ansible-lint.readthedocs.io/en/latest/">ansible-lint</a> from 6.6.0 to <strong>6.7.0</strong></li> <li><a href="https://github.com/aws-cloudformation/cfn-lint">cfn-lint</a> from 0.65.0 to <strong>0.66.0</strong></li> <li><a href="https://www.checkov.io/">checkov</a> from 2.1.213 to <strong>2.1.244</strong></li> <li><a href="https://checkstyle.sourceforge.io">checkstyle</a> from 10.3.3 to <strong>10.3.4</strong></li> <li><a href="https://github.com/rust-lang/rust-clippy">clippy</a> from 0.1.63 to <strong>0.1.64</strong></li> <li><a href="http://www.coffeelint.org">coffeelint</a> from 5.2.9 to <strong>5.2.10</strong></li> <li><a href="https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell">cspell</a> from 6.10.0 to <strong>6.12.0</strong></li> <li><a href="https://djlint.com/">djlint</a> from 1.16.0 to <strong>1.18.0</strong></li> <li><a href="https://eslint.org">eslint</a> from 8.23.1 to <strong>8.24.0</strong></li> <li><a href="https://github.com/zricethezav/gitleaks">gitleaks</a> from 8.12.0 to <strong>8.13.0</strong></li> <li><a href="https://github.com/prantlf/jsonlint">jsonlint</a> from 11.6.0 to <strong>11.7.0</strong></li> <li><a href="https://www.kics.io">kics</a> from 1.6.0 to <strong>1.6.1</strong></li> <li><a href="https://github.com/tcort/markdown-link-check">markdown-link-check</a> from 3.10.2 to <strong>3.10.3</strong></li> <li><a href="https://mypy.readthedocs.io/en/stable/">mypy</a> from 0.971 to <strong>0.981</strong></li> <li><a href="https://phpstan.org/">phpstan</a> from 1.8.5 to <strong>1.8.6</strong></li> <li><a href="https://github.com/yoheimuta/protolint">protolint</a> from 0.40.0 to <strong>0.41.0</strong></li> <li><a href="https://scalacenter.github.io/scalafix/">scalafix</a> from 0.10.2 to <strong>0.10.3</strong></li> <li><a href="https://semgrep.dev/">semgrep</a> from 0.113.0 to <strong>0.115.0</strong></li> <li><a href="https://snakemake.readthedocs.io/en/stable/">snakemake</a> from 7.14.0 to <strong>7.14.2</strong></li> <li><a href="https://www.sqlfluff.com/">sqlfluff</a> from 1.3.1 to <strong>1.3.2</strong></li> <li><a href="https://stylelint.io">stylelint</a> from 14.12.0 to <strong>14.13.0</strong></li> <li><a href="https://github.com/anchore/syft">syft</a> from 0.56.0 to <strong>0.58.0</strong></li> <li><a href="https://www.terraform.io/docs/cli/commands/fmt.html">terraform-fmt</a> from 1.2.9 to <strong>1.3.1</strong></li> <li><a href="https://terragrunt.gruntwork.io">terragrunt</a> from 0.38.12 to <strong>0.39.0</strong></li> <li><a href="https://github.com/terraform-linters/tflint">tflint</a> from 0.40.0 to <strong>0.41.0</strong></li> </ul> </li> </ul> <h2>[v6.10.0] - 2022-09-19</h2> <ul> <li> <p>Add <a href="https://git-lfs.github.com/">git-lfs</a> in Docker image to handle large files in git repositories</p> </li> <li> <p>MegaLinter Docker images size improvements</p> <ul> <li>Remove NPM cache</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/67c177017bab4c22f1bb7b06dad6f6f14df18b88"><code>67c1770</code></a> Release MegaLinter v6.11.0</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/f725983b6f938807c1e96a475ab517977c7f793c"><code>f725983</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://github-redirect.dependabot.com/megalinter/megalinter/issues/1922">#1922</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/c636075a058d72806be914239883521b24e3fded"><code>c636075</code></a> Add support for Bicep Linter (<a href="https://github-redirect.dependabot.com/megalinter/megalinter/issues/1898">#1898</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/190f3d8e896945b30f7398150e9733043b251583"><code>190f3d8</code></a> Update doc (<a href="https://github-redirect.dependabot.com/megalinter/megalinter/issues/1921">#1921</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/262d026af02c2a32840c1469206c00e9d46fc6ec"><code>262d026</code></a> Azure Comments reporter - Change status when all tests pass (<a href="https://github-redirect.dependabot.com/megalinter/megalinter/issues/1920">#1920</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/5b716f237d88665dc258d402591e6520d2bc2c57"><code>5b716f2</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://github-redirect.dependabot.com/megalinter/megalinter/issues/1919">#1919</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/927b88321345c1a98802886acd43eb6fdba0943d"><code>927b883</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://github-redirect.dependabot.com/megalinter/megalinter/issues/1914">#1914</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/43e281083aea9a875f36f630d924512ea6954ac5"><code>43e2810</code></a> Update README.md (<a href="https://github-redirect.dependabot.com/megalinter/megalinter/issues/1913">#1913</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/a64c4c773d4e5e3b722ed1e57b70f1cef0f48813"><code>a64c4c7</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://github-redirect.dependabot.com/megalinter/megalinter/issues/1912">#1912</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/bd1e952eda211156b933fb563394fa4a7778a52d"><code>bd1e952</code></a> Add Makefile linter in java flavor (<a href="https://github-redirect.dependabot.com/megalinter/megalinter/issues/1911">#1911</a>)</li> <li>Additional commits viewable in <a href="https://github.com/megalinter/megalinter/compare/v5...v6.11.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=5&new-version=6.11.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:12 +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#1910
No description provided.