[PR #2164] [MERGED] build(deps): bump megalinter/megalinter from 7.7.0 to 7.8.0 #2293

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/2164
Author: @dependabot[bot]
Created: 1/22/2024
Status: Merged
Merged: 1/22/2024
Merged by: @mergify[bot]

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


📝 Commits (1)

  • b5cae78 build(deps): bump megalinter/megalinter from 7.7.0 to 7.8.0

📊 Changes

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

View changed files

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

📄 Description

Bumps megalinter/megalinter from 7.7.0 to 7.8.0.

Release notes

Sourced from megalinter/megalinter's releases.

v7.8.0

What's Changed

See conference

... (truncated)

Changelog

Sourced from megalinter/megalinter's changelog.

[v7.8.0] - 2024-01-21

... (truncated)

Commits
  • 688bc74 Release MegaLinter v7.8.0
  • ce865a1 [automation] Auto-update linters version, help and documentation (#3301)
  • 3bc406e Upgrade tflint to v0.50.1 (#3299)
  • c28d013 Add MegaLinter presentation video (#3298)
  • 0ce5c47 Temporary disable SemGrep (#3300)
  • 624934d [automation] Auto-update linters version, help and documentation (#3297)
  • 9496727 [automation] Auto-update linters version, help and documentation (#3288)
  • e81bd48 Bump yeoman-environment from 4.0.0 to 4.2.1 in /mega-linter-runner (#3292)
  • 03ed497 [automation] Auto-update linters version, help and documentation (#3287)
  • 090734b [automation] Auto-update linters version, help and documentation (#3276)
  • 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 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)

🔄 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/2164 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/22/2024 **Status:** ✅ Merged **Merged:** 1/22/2024 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/github_actions/megalinter/megalinter-7.8.0` --- ### 📝 Commits (1) - [`b5cae78`](https://github.com/nektos/act/commit/b5cae785c7808672be5b833a5d98caae69a8701c) build(deps): bump megalinter/megalinter from 7.7.0 to 7.8.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.7.0 to 7.8.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.8.0</h2> <h2>What's Changed</h2> <ul> <li> <p>Reporters</p> <ul> <li>New reporter <strong>MARKDOWN_SUMMARY_REPORTER</strong>, allows saving MegaLinter results summary as a markdown file. This file can be further utilised to add comments on the pull request (PR) from Jenkins and other continuous integration (CI) tools by <a href="https://github.com/saishivarcr"><code>@​saishivarcr</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3250">oxsecurity/megalinter#3250</a></li> <li>New reporter <strong>BITBUCKET_COMMENT_REPORTER</strong> allowing to post MegaLinter results as comments on Bitbucket pull requests by <a href="https://github.com/saishivarcr"><code>@​saishivarcr</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3256">oxsecurity/megalinter#3256</a></li> </ul> </li> <li> <p>Media</p> <ul> <li>(FR) MegaLinter presentation at <a href="https://www.programmez.com/page-devcon/devcon-20-100-securite-qualite-du-code">DevCon 20 / Programmez Magazine</a>, by <a href="https://github.com/nvuillam">Nicolas Vuillamy</a></li> </ul> </li> </ul> <p><a href="https://www.youtube.com/watch?v=SlKurrIsUls"><img src="https://img.youtube.com/vi/SlKurrIsUls/0.jpg" alt="See conference" /></a></p> <ul> <li> <p>Core</p> <ul> <li>mega-linter-runner: Remove container by default, except of <code>no-remove-container</code> option is sent by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3203">oxsecurity/megalinter#3203</a></li> <li>Upgrade base image from python:3.11.6-alpine3.18 to python:3.11.7-alpine3.18, by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3212">#3212</a></li> <li>Upgrade to python 3.12.0 by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3006">oxsecurity/megalinter#3006</a></li> <li>Upgrade actions/upload-artifact@v3 to actions/upload-artifact@v4 in default workflows by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3225">oxsecurity/megalinter#3225</a></li> <li>mega-linter-runner: Improve check if running as script or module, by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3233">#3233</a></li> </ul> </li> <li> <p>Fixes</p> <ul> <li>tekton-lint is now published as <code>@​ibm/tekton-lint</code>, by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3210">#3210</a></li> <li>PHP PHIVE: Use keys.openpgp.org and fingerprint for phive key verification, by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3230">#3230</a></li> <li>Undowngrade sass linters, by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3260">#3260</a></li> <li>Upgrade lychee default configuration to handle <a href="https://redirect.github.com/lycheeverse/lychee/issues/1338">breaking change between 0.13.0 and 0.14.0</a></li> <li>Hadolint: support both <code>Containerfile</code> and <code>Dockerfile</code> by <a href="https://github.com/sanmai-NL"><code>@​sanmai-NL</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3217">oxsecurity/megalinter#3217</a></li> </ul> </li> <li> <p>Doc</p> <ul> <li>Upgrade url to <a href="https://github.com/PHPCSStandards/PHP_CodeSniffer">PHP CodeSniffer</a>, as now the original repo is not maintained anymore by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3201">oxsecurity/megalinter#3201</a></li> </ul> </li> <li> <p>CI</p> <ul> <li>Use docker/metadata-action for deploy-DEV.yml workflow, by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3193">#3193</a></li> </ul> </li> <li> <p>Linter versions upgrades</p> <ul> <li><a href="https://ansible-lint.readthedocs.io/">ansible-lint</a> from 6.22.1 to <strong>6.22.2</strong></li> <li><a href="https://www.gnu.org/software/bash/">bash-exec</a> from 5.2.15 to <strong>5.2.21</strong></li> <li><a href="https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter">bicep_linter</a> from 0.23.1 to <strong>0.24.24</strong> on 2023-12-14</li> <li><a href="https://black.readthedocs.io/en/stable/">black</a> from 23.11.0 to <strong>23.12.1</strong> on 2023-12-23</li> <li><a href="https://github.com/aws-cloudformation/cfn-lint">cfn-lint</a> from 0.83.4 to <strong>0.84.0</strong></li> <li><a href="https://www.checkov.io/">checkov</a> from 3.1.27 to <strong>3.1.67</strong></li> <li><a href="https://checkstyle.sourceforge.io">checkstyle</a> from 10.12.6 to <strong>10.12.7</strong></li> <li><a href="https://github.com/rust-lang/rust-clippy">clippy</a> from 0.1.74 to <strong>0.1.75</strong> on 2023-12-28</li> <li><a href="https://github.com/borkdude/clj-kondo">clj-kondo</a> from 2023.10.20 to <strong>2023.12.15</strong> on 2023-12-15</li> <li><a href="https://csharpier.com/">csharpier</a> from 0.26.4 to <strong>0.27.0</strong></li> <li><a href="https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell">cspell</a> from 8.1.3 to <strong>8.3.2</strong></li> <li><a href="https://github.com/microsoft/DevSkim">devskim</a> from 1.0.23 to <strong>1.0.28</strong></li> <li><a href="https://djlint.com/">djlint</a> from 1.34.0 to <strong>1.34.1</strong> on 2023-12-22</li> <li><a href="https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-format">dotnet-format</a> from 7.0.114 to <strong>7.0.115</strong></li> <li><a href="https://ota-meshi.github.io/eslint-plugin-jsonc/">eslint-plugin-jsonc</a> from 2.10.0 to <strong>2.12.2</strong></li> <li><a href="https://eslint.org">eslint</a> from 8.55.0 to <strong>8.56.0</strong> on 2023-12-16</li> <li><a href="https://flake8.pycqa.org">flake8</a> from 6.1.0 to <strong>7.0.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.8.0] - 2024-01-21</h2> <ul> <li> <p>Reporters</p> <ul> <li>New reporter <strong>MARKDOWN_SUMMARY_REPORTER</strong>, allows saving MegaLinter results summary as a markdown file. This file can be further utilised to add comments on the pull request (PR) from Jenkins and other continuous integration (CI) tools by <a href="https://github.com/saishivarcr"><code>@​saishivarcr</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3250">oxsecurity/megalinter#3250</a></li> <li>New reporter <strong>BITBUCKET_COMMENT_REPORTER</strong> allowing to post MegaLinter results as comments on Bitbucket pull requests by <a href="https://github.com/saishivarcr"><code>@​saishivarcr</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3256">oxsecurity/megalinter#3256</a></li> </ul> </li> <li> <p>Core</p> <ul> <li>mega-linter-runner: Remove container by default, except of <code>no-remove-container</code> option is sent by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3203">oxsecurity/megalinter#3203</a></li> <li>Upgrade base image from python:3.11.6-alpine3.18 to python:3.11.7-alpine3.18, by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3212">#3212</a></li> <li>Upgrade to python 3.12.0 by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3006">oxsecurity/megalinter#3006</a></li> <li>Upgrade actions/upload-artifact@v3 to actions/upload-artifact@v4 in default workflows by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3225">oxsecurity/megalinter#3225</a></li> <li>mega-linter-runner: Improve check if running as script or module, by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3233">#3233</a></li> </ul> </li> <li> <p>Media</p> <ul> <li>(FR) MegaLinter presentation at <a href="https://www.programmez.com/page-devcon/devcon-20-100-securite-qualite-du-code">DevCon 20 / Programmez Magazine</a>, by <a href="https://github.com/nvuillam">Nicolas Vuillamy</a></li> </ul> </li> </ul> <!-- raw HTML omitted --> <ul> <li> <p>Fixes</p> <ul> <li>tekton-lint is now published as <code>@​ibm/tekton-lint</code>, by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3210">#3210</a></li> <li>PHP PHIVE: Use keys.openpgp.org and fingerprint for phive key verification, by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3230">#3230</a></li> <li>Undowngrade sass linters, by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3260">#3260</a></li> <li>Upgrade lychee default configuration to handle <a href="https://redirect.github.com/lycheeverse/lychee/issues/1338">breaking change between 0.13.0 and 0.14.0</a></li> <li>Hadolint: support both <code>Containerfile</code> and <code>Dockerfile</code> by <a href="https://github.com/sanmai-NL"><code>@​sanmai-NL</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3217">oxsecurity/megalinter#3217</a></li> </ul> </li> <li> <p>Doc</p> <ul> <li>Upgrade url to <a href="https://github.com/PHPCSStandards/PHP_CodeSniffer">PHP CodeSniffer</a>, as now the original repo is not maintained anymore by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3201">oxsecurity/megalinter#3201</a></li> </ul> </li> <li> <p>CI</p> <ul> <li>Use docker/metadata-action for deploy-DEV.yml workflow, by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3193">#3193</a></li> </ul> </li> <li> <p>Linter versions upgrades</p> <ul> <li><a href="https://ansible-lint.readthedocs.io/">ansible-lint</a> from 6.22.1 to <strong>6.22.2</strong></li> <li><a href="https://www.gnu.org/software/bash/">bash-exec</a> from 5.2.15 to <strong>5.2.21</strong></li> <li><a href="https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter">bicep_linter</a> from 0.23.1 to <strong>0.24.24</strong> on 2023-12-14</li> <li><a href="https://black.readthedocs.io/en/stable/">black</a> from 23.11.0 to <strong>23.12.1</strong> on 2023-12-23</li> <li><a href="https://github.com/aws-cloudformation/cfn-lint">cfn-lint</a> from 0.83.4 to <strong>0.84.0</strong></li> <li><a href="https://www.checkov.io/">checkov</a> from 3.1.27 to <strong>3.1.67</strong></li> <li><a href="https://checkstyle.sourceforge.io">checkstyle</a> from 10.12.6 to <strong>10.12.7</strong></li> <li><a href="https://github.com/rust-lang/rust-clippy">clippy</a> from 0.1.74 to <strong>0.1.75</strong> on 2023-12-28</li> <li><a href="https://github.com/borkdude/clj-kondo">clj-kondo</a> from 2023.10.20 to <strong>2023.12.15</strong> on 2023-12-15</li> <li><a href="https://csharpier.com/">csharpier</a> from 0.26.4 to <strong>0.27.0</strong></li> <li><a href="https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell">cspell</a> from 8.1.3 to <strong>8.3.2</strong></li> <li><a href="https://github.com/microsoft/DevSkim">devskim</a> from 1.0.23 to <strong>1.0.28</strong></li> <li><a href="https://djlint.com/">djlint</a> from 1.34.0 to <strong>1.34.1</strong> on 2023-12-22</li> <li><a href="https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-format">dotnet-format</a> from 7.0.114 to <strong>7.0.115</strong></li> <li><a href="https://ota-meshi.github.io/eslint-plugin-jsonc/">eslint-plugin-jsonc</a> from 2.10.0 to <strong>2.12.2</strong></li> <li><a href="https://eslint.org">eslint</a> from 8.55.0 to <strong>8.56.0</strong> on 2023-12-16</li> <li><a href="https://flake8.pycqa.org">flake8</a> from 6.1.0 to <strong>7.0.0</strong></li> <li><a href="https://git-scm.com">git_diff</a> from 2.40.1 to <strong>2.43.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/688bc7466d7ab4faa83d614c2e6f9acf42b674dc"><code>688bc74</code></a> Release MegaLinter v7.8.0</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/ce865a1f0e4f72e8a9ee4d0658a02cdd99f0237a"><code>ce865a1</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/3301">#3301</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/3bc406e86fb61a8904ee2709f04f74593bdd6db3"><code>3bc406e</code></a> Upgrade tflint to v0.50.1 (<a href="https://redirect.github.com/megalinter/megalinter/issues/3299">#3299</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/c28d013fecbd8227ef915bfdd944123a469a048a"><code>c28d013</code></a> Add MegaLinter presentation video (<a href="https://redirect.github.com/megalinter/megalinter/issues/3298">#3298</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/0ce5c47e180d5f2f7281aeaea30637add4f069fa"><code>0ce5c47</code></a> Temporary disable SemGrep (<a href="https://redirect.github.com/megalinter/megalinter/issues/3300">#3300</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/624934dba7a086316d6ac74cf739a334cf693020"><code>624934d</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/3297">#3297</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/949672771ee10bd8c6a3fb63350110edcbc85961"><code>9496727</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/3288">#3288</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/e81bd482ccfa03faab1b90ecdfa5e56d70fa8b98"><code>e81bd48</code></a> Bump yeoman-environment from 4.0.0 to 4.2.1 in /mega-linter-runner (<a href="https://redirect.github.com/megalinter/megalinter/issues/3292">#3292</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/03ed4972b2db33e29564d18b488c1bfda41785df"><code>03ed497</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/3287">#3287</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/090734b658f32532a8f85bb674f57c9b59d83780"><code>090734b</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/3276">#3276</a>)</li> <li>Additional commits viewable in <a href="https://github.com/megalinter/megalinter/compare/v7.7.0...v7.8.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.7.0&new-version=7.8.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 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> --- <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:49 +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#2293
No description provided.