[PR #1931] [MERGED] build(deps): bump megalinter/megalinter from 7.1.0 to 7.2.1 #2196

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1931
Author: @dependabot[bot]
Created: 7/31/2023
Status: Merged
Merged: 8/8/2023
Merged by: @mergify[bot]

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


📝 Commits (3)

  • cb0407f build(deps): bump megalinter/megalinter from 7.1.0 to 7.2.1
  • bd841ad Update deps of test action
  • d46188f Merge branch 'master' into dependabot/github_actions/megalinter/megalinter-7.2.1

📊 Changes

991 files changed (+302650 additions, -336 deletions)

View changed files

📝 .github/workflows/checks.yml (+1 -1)
pkg/runner/testdata/actions/node12/node_modules/.bin/ncc (+1 -0)
pkg/runner/testdata/actions/node12/node_modules/.bin/uuid (+1 -0)
pkg/runner/testdata/actions/node12/node_modules/.package-lock.json (+244 -0)
pkg/runner/testdata/actions/node12/node_modules/@actions/core/LICENSE.md (+9 -0)
pkg/runner/testdata/actions/node12/node_modules/@actions/core/README.md (+335 -0)
pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/command.d.ts (+15 -0)
pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/command.js (+92 -0)
pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/command.js.map (+1 -0)
pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/core.d.ts (+198 -0)
pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/core.js (+336 -0)
pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/core.js.map (+1 -0)
pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/file-command.d.ts (+2 -0)
pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/file-command.js (+58 -0)
pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/file-command.js.map (+1 -0)
pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/oidc-utils.d.ts (+7 -0)
pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/oidc-utils.js (+77 -0)
pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/oidc-utils.js.map (+1 -0)
pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/path-utils.d.ts (+25 -0)
pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/path-utils.js (+58 -0)

...and 80 more files

📄 Description

Bumps megalinter/megalinter from 7.1.0 to 7.2.1.

Release notes

Sourced from megalinter/megalinter's releases.

MegaLinter v7.2.1

What's Changed

MegaLinter is graciously provided by OX Security

Discover CodeTotal , a new way to use MegaLinter, at BlackHat USA on August 10 !

image

Full Changelog: https://github.com/oxsecurity/megalinter/compare/v7.2.0...v7.2.1

MegaLinter v7.2.0

Discover CodeTotal , a new way to use MegaLinter, at BlackHat USA on August 10 !

image

What's Changed

... (truncated)

Changelog

Sourced from megalinter/megalinter's changelog.

[v7.2.1] - 2023-07-26

  • Fixes

    • Fix TAP reporter (3 real dots instead if 3 dots character)
    • Call trufflehog with --only-verified to avoid false positives in .git/config
  • Linter versions upgrades

[v7.2.0] - 2023-07-25

... (truncated)

Commits
  • 63776c4 Release MegaLinter v7.2.1
  • 373b28c [automation] Auto-update linters version, help and documentation (#2841)
  • 2fd06bb [automation] Auto-update linters version, help and documentation (#2839)
  • 685120c Call trufflehog with --only-verified to avoid false positives in .git/confi...
  • f7f767a Fix TAP reporter (3 real dots instead if 3 dots character) (#2837)
  • 1817656 [automation] Auto-update linters version, help and documentation (#2833)
  • 504a03e [automation] Auto-update linters version, help and documentation (#2831)
  • c72cdea Release MegaLinter v7.2.0
  • e7eae31 [automation] Auto-update linters version, help and documentation (#2830)
  • c3d606a [automation] Auto-update linters version, help and documentation (#2828)
  • 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)

Commit Message

{{title}} (#1931)

Bumps megalinter/megalinter from 7.1.0 to 7.2.1.


updated-dependencies:

  • dependency-name: megalinter/megalinter
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

Signed-off-by: dependabot[bot] support@github.com


🔄 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/1931 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/31/2023 **Status:** ✅ Merged **Merged:** 8/8/2023 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/github_actions/megalinter/megalinter-7.2.1` --- ### 📝 Commits (3) - [`cb0407f`](https://github.com/nektos/act/commit/cb0407f662f3556e0f23f8e89d98c06ad3bb794b) build(deps): bump megalinter/megalinter from 7.1.0 to 7.2.1 - [`bd841ad`](https://github.com/nektos/act/commit/bd841ada7f321f8ddf349122e7e312d779dbd4ec) Update deps of test action - [`d46188f`](https://github.com/nektos/act/commit/d46188f9cf46130860eefa867221691ebfb890a2) Merge branch 'master' into dependabot/github_actions/megalinter/megalinter-7.2.1 ### 📊 Changes **991 files changed** (+302650 additions, -336 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/checks.yml` (+1 -1) ➕ `pkg/runner/testdata/actions/node12/node_modules/.bin/ncc` (+1 -0) ➕ `pkg/runner/testdata/actions/node12/node_modules/.bin/uuid` (+1 -0) ➕ `pkg/runner/testdata/actions/node12/node_modules/.package-lock.json` (+244 -0) ➕ `pkg/runner/testdata/actions/node12/node_modules/@actions/core/LICENSE.md` (+9 -0) ➕ `pkg/runner/testdata/actions/node12/node_modules/@actions/core/README.md` (+335 -0) ➕ `pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/command.d.ts` (+15 -0) ➕ `pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/command.js` (+92 -0) ➕ `pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/command.js.map` (+1 -0) ➕ `pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/core.d.ts` (+198 -0) ➕ `pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/core.js` (+336 -0) ➕ `pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/core.js.map` (+1 -0) ➕ `pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/file-command.d.ts` (+2 -0) ➕ `pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/file-command.js` (+58 -0) ➕ `pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/file-command.js.map` (+1 -0) ➕ `pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/oidc-utils.d.ts` (+7 -0) ➕ `pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/oidc-utils.js` (+77 -0) ➕ `pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/oidc-utils.js.map` (+1 -0) ➕ `pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/path-utils.d.ts` (+25 -0) ➕ `pkg/runner/testdata/actions/node12/node_modules/@actions/core/lib/path-utils.js` (+58 -0) _...and 80 more files_ </details> ### 📄 Description Bumps [megalinter/megalinter](https://github.com/megalinter/megalinter) from 7.1.0 to 7.2.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 v7.2.1</h2> <h2>What's Changed</h2> <ul> <li> <p>Fixes</p> <ul> <li>Fix TAP reporter (3 real dots instead if 3 dots character), by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> &amp; <a href="https://github.com/maxilampert"><code>@​maxilampert</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/2837">oxsecurity/megalinter#2837</a></li> <li>Call trufflehog with <code>--only-verified</code> to avoid false positives in .git/config, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> , <a href="https://github.com/quotidian-ennui"><code>@​quotidian-ennui</code></a> , <a href="https://github.com/iggy"><code>@​iggy</code></a> &amp; <a href="https://github.com/dochang"><code>@​dochang</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/2838">oxsecurity/megalinter#2838</a> <ul> <li>If you added <code>REPOSITORY_TRUFFLEHOG_ARGUMENTS: &quot;--only-verified&quot;</code> as workaround, just remove it to upgrade to 7.2.1</li> </ul> </li> </ul> </li> <li> <p>Linter versions upgrades</p> <ul> <li><a href="https://github.com/aws-cloudformation/cfn-lint">cfn-lint</a> from 0.78.2 to <strong>0.79.2</strong></li> <li><a href="https://www.checkov.io/">checkov</a> from 2.3.340 to <strong>2.3.343</strong></li> <li><a href="https://pylint.pycqa.org">pylint</a> from 2.17.4 to <strong>2.17.5</strong></li> <li><a href="https://rubocop.org/">rubocop</a> from 1.54.2 to <strong>1.55.0</strong></li> <li><a href="https://snakemake.readthedocs.io/en/stable/">snakemake</a> from 7.30.2 to <strong>7.31.0</strong></li> <li><a href="https://meta.stoplight.io/docs/spectral/README.md">spectral</a> from 6.8.0 to <strong>6.10.0</strong></li> <li><a href="https://www.sqlfluff.com/">sqlfluff</a> from 2.1.3 to <strong>2.1.4</strong></li> <li><a href="https://github.com/trufflesecurity/trufflehog">trufflehog</a> from 3.44.0 to <strong>3.45.1</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> <p>Discover <strong>CodeTotal</strong> , a new way to use MegaLinter, <a href="https://www.blackhat.com/us-23/arsenal/schedule/index.html#codetotal-shift-left-just-became-easier-33596">at BlackHat USA on August 10</a> !</p> <p><a href="https://www.blackhat.com/us-23/arsenal/schedule/index.html#codetotal-shift-left-just-became-easier-33596"><img src="https://github.com/oxsecurity/megalinter/assets/17500430/233e4a56-28b0-4722-849f-1169b2f5fb2c" alt="image" /></a></p> <p><strong>Full Changelog</strong>: <a href="https://github.com/oxsecurity/megalinter/compare/v7.2.0...v7.2.1">https://github.com/oxsecurity/megalinter/compare/v7.2.0...v7.2.1</a></p> <h2>MegaLinter v7.2.0</h2> <p>Discover <strong>CodeTotal</strong> , a new way to use MegaLinter, <a href="https://www.blackhat.com/us-23/arsenal/schedule/index.html#codetotal-shift-left-just-became-easier-33596">at BlackHat USA on August 10</a> !</p> <p><a href="https://www.blackhat.com/us-23/arsenal/schedule/index.html#codetotal-shift-left-just-became-easier-33596"><img src="https://github.com/oxsecurity/megalinter/assets/17500430/233e4a56-28b0-4722-849f-1169b2f5fb2c" alt="image" /></a></p> <h2>What's Changed</h2> <ul> <li> <p>New linters</p> <ul> <li>Add <a href="https://github.com/lycheeverse/lychee">Lychee</a> - links and email addresses checker, by <a href="https://github.com/DariuszPorowski"><code>@​DariuszPorowski</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/2673">#2673</a></li> <li>Add <a href="https://github.com/anchore/grype">grype</a> security linter</li> <li>Add <a href="https://github.com/trufflesecurity/trufflehog">trufflehog</a> security linter</li> </ul> </li> <li> <p>New flavor <strong>dotnetweb</strong>: dotnet flavor linters + Javascript &amp; Typescript linters</p> </li> <li> <p>Media</p> <ul> <li><a href="https://geekflare.com/nodejs-security-scanner/">8 Tools to Scan Node.js Applications for Security Vulnerability</a>, by <a href="https://www.linkedin.com/in/chandank">Chandan Kumar</a>{target=_blank} on <a href="https://geekflare.com/">GeekFlare.com</a></li> <li><a href="https://www.blackhat.com/us-23/arsenal/schedule/index.html#codetotal-shift-left-just-became-easier-33596">Shift Left Just Become Easier (Black Hat Arsenal Session)</a></li> </ul> </li> <li> <p>Core</p> <ul> <li>MegaLinter Server for <a href="https://www.blackhat.com/us-23/arsenal/schedule/index.html#codetotal-shift-left-just-became-easier-33596">CodeTotal</a></li> <li>Improvements to Gitpod workspace and addition of Makefile for automation, by <a href="https://github.com/ThomasSanson"><code>@​ThomasSanson</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/2737">oxsecurity/megalinter#2737</a></li> </ul> </li> <li> <p>Fixes</p> <ul> <li>Handle reporter crashes without making all ML crash</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.2.1] - 2023-07-26</h2> <ul> <li> <p>Fixes</p> <ul> <li>Fix TAP reporter (3 real dots instead if 3 dots character)</li> <li>Call trufflehog with <code>--only-verified</code> to avoid false positives in .git/config</li> </ul> </li> <li> <p>Linter versions upgrades</p> <ul> <li><a href="https://github.com/aws-cloudformation/cfn-lint">cfn-lint</a> from 0.78.2 to <strong>0.79.2</strong></li> <li><a href="https://www.checkov.io/">checkov</a> from 2.3.340 to <strong>2.3.343</strong></li> <li><a href="https://pylint.pycqa.org">pylint</a> from 2.17.4 to <strong>2.17.5</strong></li> <li><a href="https://rubocop.org/">rubocop</a> from 1.54.2 to <strong>1.55.0</strong></li> <li><a href="https://snakemake.readthedocs.io/en/stable/">snakemake</a> from 7.30.2 to <strong>7.31.0</strong></li> <li><a href="https://meta.stoplight.io/docs/spectral/README.md">spectral</a> from 6.8.0 to <strong>6.10.0</strong></li> <li><a href="https://www.sqlfluff.com/">sqlfluff</a> from 2.1.3 to <strong>2.1.4</strong></li> <li><a href="https://github.com/trufflesecurity/trufflehog">trufflehog</a> from 3.44.0 to <strong>3.45.1</strong></li> </ul> </li> </ul> <h2>[v7.2.0] - 2023-07-25</h2> <ul> <li> <p>New linters</p> <ul> <li>Add <a href="https://github.com/lycheeverse/lychee">Lychee</a> - links and email addresses checker, by <a href="https://github.com/DariuszPorowski"><code>@​DariuszPorowski</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/2673">#2673</a></li> <li>Add <a href="https://github.com/anchore/grype">grype</a> security linter</li> <li>Add <a href="https://github.com/trufflesecurity/trufflehog">trufflehog</a> security linter</li> </ul> </li> <li> <p>New flavor <strong>dotnetweb</strong>: dotnet flavor linters + Javascript &amp; Typescript linters</p> </li> <li> <p>Media</p> <ul> <li><a href="https://geekflare.com/nodejs-security-scanner/">8 Tools to Scan Node.js Applications for Security Vulnerability</a>, by <a href="https://www.linkedin.com/in/chandank">Chandan Kumar</a>{target=_blank} on <a href="https://geekflare.com/">GeekFlare.com</a></li> <li><a href="https://www.blackhat.com/us-23/arsenal/schedule/index.html#codetotal-shift-left-just-became-easier-33596">Shift Left Just Become Easier (Black Hat Arsenal Session)</a></li> </ul> </li> <li> <p>Core</p> <ul> <li>MegaLinter Server for <a href="https://www.blackhat.com/us-23/arsenal/schedule/index.html#codetotal-shift-left-just-became-easier-33596">CodeTotal</a></li> <li>Improvements to Gitpod workspace and addition of Makefile for automation, by <a href="https://github.com/ThomasSanson"><code>@​ThomasSanson</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/2737">oxsecurity/megalinter#2737</a></li> </ul> </li> <li> <p>Fixes</p> <ul> <li>Handle reporter crashes without making all ML crash</li> <li>Devskim: Remove default --ignore-globs argument</li> <li>mypy: Use /tmp as cache folder by default with ENV MYPY_CACHE_DIR=/tmp in Dockerfile</li> <li>Fix <code>hadolint</code> to use its default configuration file properly, by <a href="https://github.com/KihyeokK"><code>@​KihyeokK</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/2763">oxsecurity/megalinter#2763</a></li> <li>Remove linters not in flavor before calling reporters</li> <li>Undowngrade devskim, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/2748">oxsecurity/megalinter#2748</a></li> <li>Add ts-standard linter for ts standard, by <a href="https://github.com/janderssonse"><code>@​janderssonse</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/2746">oxsecurity/megalinter#2746</a></li> <li>Remove additional <code>--update</code> for apk in Dockerfile by <a href="https://github.com/PeterDaveHello"><code>@​PeterDaveHello</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/2619">oxsecurity/megalinter#2619</a></li> <li>Fix V8R config arg usage (<a href="https://redirect.github.com/megalinter/megalinter/issues/2756">#2756</a>), by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/2819">oxsecurity/megalinter#2819</a></li> </ul> </li> <li> <p>Reporters</p> <ul> <li>New Redis reporter (beta)</li> </ul> </li> <li> <p>CI</p> <ul> <li>Clean docker build cache to avoid no space left on device during Build Dev job</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/63776c4389c474e1a6b9faa27bc8b9500fdff95a"><code>63776c4</code></a> Release MegaLinter v7.2.1</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/373b28c9adc7b937fa790382d7ba7dfdff771f06"><code>373b28c</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/2841">#2841</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/2fd06bbbe27244ab27b594d20968a7421214443f"><code>2fd06bb</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/2839">#2839</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/685120cc18c09b60a2a93e3e450cc0d3a3b8c382"><code>685120c</code></a> Call trufflehog with <code>--only-verified</code> to avoid false positives in .git/confi...</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/f7f767a2a3561d09556a5f2127c8dc7cbff5088d"><code>f7f767a</code></a> Fix TAP reporter (3 real dots instead if 3 dots character) (<a href="https://redirect.github.com/megalinter/megalinter/issues/2837">#2837</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/181765606bac2798c052bf0b434bd2f3b6e82a3a"><code>1817656</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/2833">#2833</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/504a03e2f0de7f76926cabedbbad842dc06e5752"><code>504a03e</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/2831">#2831</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/c72cdea919d17076dbc54f4864b1c82db0f181f2"><code>c72cdea</code></a> Release MegaLinter v7.2.0</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/e7eae31d8e19220266682603de7ab0f605060fb2"><code>e7eae31</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/2830">#2830</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/c3d606a00357e057c2105753f353d7fdd752deca"><code>c3d606a</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/2828">#2828</a>)</li> <li>Additional commits viewable in <a href="https://github.com/megalinter/megalinter/compare/v7.1.0...v7.2.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=7.1.0&new-version=7.2.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> ## Commit Message {{title}} (#1931) Bumps [megalinter/megalinter](https://github.com/megalinter/megalinter) from 7.1.0 to 7.2.1. - [Release notes](https://github.com/megalinter/megalinter/releases) - [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md) - [Commits](https://github.com/oxsecurity/megalinter/compare/v7.1.0...v7.2.1) --- updated-dependencies: - dependency-name: megalinter/megalinter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --- <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:24 +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#2196
No description provided.