[PR #1965] [MERGED] build(deps): bump megalinter/megalinter from 7.2.1 to 7.3.0 #2216

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • feb4718 build(deps): bump megalinter/megalinter from 7.2.1 to 7.3.0

📊 Changes

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

View changed files

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

📄 Description

Bumps megalinter/megalinter from 7.2.1 to 7.3.0.

Release notes

Sourced from megalinter/megalinter's releases.

MegaLinter v7.3.0

What's Changed

... (truncated)

Changelog

Sourced from megalinter/megalinter's changelog.

[v7.3.0] - 2023-08-10

  • Features

    • Allow to define linter_key**_COMMAND_REMOVE_ARGUMENTS** to remove a command line argument internally added by MegaLinter
  • Fixes

    • Replace https://megalinter.io/config-file by https://megalinter.io/latest/config-file to avoid lychee 404 detection
    • Improve docs for posting comments to PRs in GitHub Enterprise
  • CodeTotal

    • Redis reporter: Return URL of linter icons when available, in property iconPngUrl
    • Allow to run CodeTotal with a single command npx mega-linter-runner@latest --codetotal , that opens CodeTotal in Web Browser once started
  • Linter versions upgrades

Commits
  • fda6ac3 Release MegaLinter 7.3.0
  • 9103bf4 [automation] Auto-update linters version, help and documentation (#2878)
  • 832236e mega-linter-runner --codetotal (#2877)
  • 8d5dd3e feat(azure): Update install-azure.md, add a more complex setup to auto create...
  • 70bcc5d docs: improve wording for GHE API endpoint (#2876)
  • d0d5715 Allow to define linter_key**_COMMAND_REMOVE_ARGUMENTS** to remove a command l...
  • 0e688aa [automation] Auto-update linters version, help and documentation (#2872)
  • 1e22433 Fix https://megalinter.io/config-file 404 URL (#2871)
  • 06ab886 [automation] Auto-update linters version, help and documentation (#2861)
  • 4527131 Configured Grype to automatically ignore CVE-2018-20225 which is disputed and...
  • 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/1965 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/14/2023 **Status:** ✅ Merged **Merged:** 8/14/2023 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/github_actions/megalinter/megalinter-7.3.0` --- ### 📝 Commits (1) - [`feb4718`](https://github.com/nektos/act/commit/feb47183f1961a57e2ba254d498284443f5ccfbc) build(deps): bump megalinter/megalinter from 7.2.1 to 7.3.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.2.1 to 7.3.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 v7.3.0</h2> <h2>What's Changed</h2> <ul> <li> <p>Features</p> <ul> <li>Allow to define linter + <strong>_COMMAND_REMOVE_ARGUMENTS</strong> to remove a command line argument internally added by MegaLinter, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/2874">oxsecurity/megalinter#2874</a></li> </ul> </li> <li> <p>Media</p> <ul> <li>Article: <a href="https://etienne.deneuve.xyz/2023/07/28/autofix-megalinter-azure-devops/">Azure Devops &amp; MegaLinter Auto PR</a>, by <a href="https://github.com/EtienneDeneuve"><code>@​EtienneDeneuve</code></a></li> </ul> </li> <li> <p>Fixes</p> <ul> <li>Replace <code>https://megalinter.io/config-file</code> by <code>https://megalinter.io/latest/config-file</code> to avoid lychee 404 detection, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/2871">oxsecurity/megalinter#2871</a></li> <li>Improve docs for posting comments to PRs in GitHub Enterprise</li> <li>Configured Grype to automatically ignore CVE-2018-20225 which is disputed, by <a href="https://github.com/andrewvaughan"><code>@​andrewvaughan</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/2864">oxsecurity/megalinter#2864</a></li> <li>docs: improve wording for GHE API endpoint, by <a href="https://github.com/mihaigalos"><code>@​mihaigalos</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/2876">oxsecurity/megalinter#2876</a></li> <li>Update Azure Installation doc to handle auto-commit, by <a href="https://github.com/EtienneDeneuve"><code>@​EtienneDeneuve</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/2848">oxsecurity/megalinter#2848</a></li> </ul> </li> <li> <p><a href="https://codetotal.io">CodeTotal</a></p> <ul> <li>Redis reporter: Return URL of linter icons when available, in property <code>iconPngUrl</code></li> <li>Allow to run CodeTotal with a single command <code>npx mega-linter-runner@latest --codetotal</code> , that opens CodeTotal in Web Browser once started, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/2877">oxsecurity/megalinter#2877</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.19.5 to <strong>0.20.4</strong></li> <li><a href="https://github.com/aws-cloudformation/cfn-lint">cfn-lint</a> from 0.79.2 to <strong>0.79.6</strong></li> <li><a href="https://www.checkov.io/">checkov</a> from 2.3.343 to <strong>2.3.360</strong></li> <li><a href="https://checkstyle.sourceforge.io">checkstyle</a> from 10.12.1 to <strong>10.12.2</strong></li> <li><a href="https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell">cspell</a> from 6.31.2 to <strong>6.31.3</strong></li> <li><a href="https://github.com/microsoft/DevSkim">devskim</a> from 1.0.1 to <strong>1.0.18</strong></li> <li><a href="https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-format">dotnet-format</a> from 6.0.412 to <strong>6.0.413</strong></li> <li><a href="https://eslint.org">eslint</a> from 8.45.0 to <strong>8.46.0</strong></li> <li><a href="https://flake8.pycqa.org">flake8</a> from 6.0.0 to <strong>6.1.0</strong></li> <li><a href="https://golangci-lint.run/">golangci-lint</a> from 1.53.3 to <strong>1.54.0</strong></li> <li><a href="https://www.kics.io">kics</a> from 1.7.4 to <strong>1.7.5</strong></li> <li><a href="https://phpstan.org/">phpstan</a> from 1.10.26 to <strong>1.10.28</strong></li> <li><a href="https://prettier.io/">prettier</a> from 3.0.0 to <strong>3.0.1</strong></li> <li><a href="https://psalm.dev">psalm</a> from Psalm.5.13.1@ to <strong>Psalm.5.14.1@</strong></li> <li><a href="http://puppet-lint.com/">puppet-lint</a> from 4.0.0 to <strong>4.0.1</strong></li> <li><a href="https://github.com/Microsoft/pyright">pyright</a> from 1.1.318 to <strong>1.1.321</strong></li> <li><a href="https://rubocop.org/">rubocop</a> from 1.55.0 to <strong>1.56.0</strong></li> <li><a href="https://github.com/charliermarsh/ruff">ruff</a> from 0.0.280 to <strong>0.0.284</strong></li> <li><a href="https://github.com/secretlint/secretlint">secretlint</a> from 7.0.3 to <strong>7.0.7</strong></li> <li><a href="https://semgrep.dev/">semgrep</a> from 1.33.2 to <strong>1.34.1</strong></li> <li><a href="https://forcedotcom.github.io/sfdx-scanner/">sfdx-scanner-apex</a> from 3.14.0 to <strong>3.15.0</strong></li> <li><a href="https://forcedotcom.github.io/sfdx-scanner/">sfdx-scanner-aura</a> from 3.14.0 to <strong>3.15.0</strong></li> <li><a href="https://forcedotcom.github.io/sfdx-scanner/">sfdx-scanner-lwc</a> from 3.14.0 to <strong>3.15.0</strong></li> <li><a href="https://snakemake.readthedocs.io/en/stable/">snakemake</a> from 7.31.0 to <strong>7.32.3</strong></li> <li><a href="https://meta.stoplight.io/docs/spectral/README.md">spectral</a> from 6.10.0 to <strong>6.10.1</strong></li> <li><a href="https://www.sqlfluff.com/">sqlfluff</a> from 2.1.4 to <strong>2.2.1</strong></li> <li><a href="https://github.com/anchore/syft">syft</a> from 0.85.0 to <strong>0.86.1</strong></li> <li><a href="https://developer.hashicorp.com/terraform/cli/commands/fmt">terraform-fmt</a> from 1.5.3 to <strong>1.5.4</strong></li> <li><a href="https://terragrunt.gruntwork.io">terragrunt</a> from 0.48.4 to <strong>0.48.6</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.3.0] - 2023-08-10</h2> <ul> <li> <p>Features</p> <ul> <li>Allow to define linter_key**_COMMAND_REMOVE_ARGUMENTS** to remove a command line argument internally added by MegaLinter</li> </ul> </li> <li> <p>Fixes</p> <ul> <li>Replace <code>https://megalinter.io/config-file</code> by <code>https://megalinter.io/latest/config-file</code> to avoid lychee 404 detection</li> <li>Improve docs for posting comments to PRs in GitHub Enterprise</li> </ul> </li> <li> <p><a href="https://codetotal.io">CodeTotal</a></p> <ul> <li>Redis reporter: Return URL of linter icons when available, in property <code>iconPngUrl</code></li> <li>Allow to run CodeTotal with a single command <code>npx mega-linter-runner@latest --codetotal</code> , that opens CodeTotal in Web Browser once started</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.19.5 to <strong>0.20.4</strong></li> <li><a href="https://github.com/aws-cloudformation/cfn-lint">cfn-lint</a> from 0.79.2 to <strong>0.79.6</strong></li> <li><a href="https://www.checkov.io/">checkov</a> from 2.3.343 to <strong>2.3.360</strong></li> <li><a href="https://checkstyle.sourceforge.io">checkstyle</a> from 10.12.1 to <strong>10.12.2</strong></li> <li><a href="https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell">cspell</a> from 6.31.2 to <strong>6.31.3</strong></li> <li><a href="https://github.com/microsoft/DevSkim">devskim</a> from 1.0.1 to <strong>1.0.18</strong></li> <li><a href="https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-format">dotnet-format</a> from 6.0.412 to <strong>6.0.413</strong></li> <li><a href="https://eslint.org">eslint</a> from 8.45.0 to <strong>8.46.0</strong></li> <li><a href="https://flake8.pycqa.org">flake8</a> from 6.0.0 to <strong>6.1.0</strong></li> <li><a href="https://golangci-lint.run/">golangci-lint</a> from 1.53.3 to <strong>1.54.0</strong></li> <li><a href="https://www.kics.io">kics</a> from 1.7.4 to <strong>1.7.5</strong></li> <li><a href="https://phpstan.org/">phpstan</a> from 1.10.26 to <strong>1.10.28</strong></li> <li><a href="https://prettier.io/">prettier</a> from 3.0.0 to <strong>3.0.1</strong></li> <li><a href="https://psalm.dev">psalm</a> from Psalm.5.13.1@ to <strong>Psalm.5.14.1@</strong></li> <li><a href="http://puppet-lint.com/">puppet-lint</a> from 4.0.0 to <strong>4.0.1</strong></li> <li><a href="https://github.com/Microsoft/pyright">pyright</a> from 1.1.318 to <strong>1.1.321</strong></li> <li><a href="https://rubocop.org/">rubocop</a> from 1.55.0 to <strong>1.56.0</strong></li> <li><a href="https://github.com/charliermarsh/ruff">ruff</a> from 0.0.280 to <strong>0.0.284</strong></li> <li><a href="https://github.com/secretlint/secretlint">secretlint</a> from 7.0.3 to <strong>7.0.7</strong></li> <li><a href="https://semgrep.dev/">semgrep</a> from 1.33.2 to <strong>1.34.1</strong></li> <li><a href="https://forcedotcom.github.io/sfdx-scanner/">sfdx-scanner-apex</a> from 3.14.0 to <strong>3.15.0</strong></li> <li><a href="https://forcedotcom.github.io/sfdx-scanner/">sfdx-scanner-aura</a> from 3.14.0 to <strong>3.15.0</strong></li> <li><a href="https://forcedotcom.github.io/sfdx-scanner/">sfdx-scanner-lwc</a> from 3.14.0 to <strong>3.15.0</strong></li> <li><a href="https://snakemake.readthedocs.io/en/stable/">snakemake</a> from 7.31.0 to <strong>7.32.3</strong></li> <li><a href="https://meta.stoplight.io/docs/spectral/README.md">spectral</a> from 6.10.0 to <strong>6.10.1</strong></li> <li><a href="https://www.sqlfluff.com/">sqlfluff</a> from 2.1.4 to <strong>2.2.1</strong></li> <li><a href="https://github.com/anchore/syft">syft</a> from 0.85.0 to <strong>0.86.1</strong></li> <li><a href="https://developer.hashicorp.com/terraform/cli/commands/fmt">terraform-fmt</a> from 1.5.3 to <strong>1.5.4</strong></li> <li><a href="https://terragrunt.gruntwork.io">terragrunt</a> from 0.48.4 to <strong>0.48.6</strong></li> <li><a href="https://runterrascan.io/">terrascan</a> from 1.18.1 to <strong>1.18.2</strong></li> <li><a href="https://aquasecurity.github.io/trivy/">trivy-sbom</a> from 0.43.1 to <strong>0.44.0</strong></li> <li><a href="https://aquasecurity.github.io/trivy/">trivy</a> from 0.43.1 to <strong>0.44.0</strong></li> <li><a href="https://github.com/trufflesecurity/trufflehog">trufflehog</a> from 3.45.1 to <strong>3.47.0</strong></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oxsecurity/megalinter/commit/fda6ac3a38be0e969820709ac16e442464e5a035"><code>fda6ac3</code></a> Release MegaLinter 7.3.0</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/9103bf4b34904a952983944ea2b4d9166cebccc9"><code>9103bf4</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/2878">#2878</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/832236e770b7d216fb8adb248d244afea6318607"><code>832236e</code></a> mega-linter-runner --codetotal (<a href="https://redirect.github.com/megalinter/megalinter/issues/2877">#2877</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/8d5dd3e907cc7583be908a907c299aaa4d937066"><code>8d5dd3e</code></a> feat(azure): Update install-azure.md, add a more complex setup to auto create...</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/70bcc5d8f20be8ce66561e6c09285409bee3c758"><code>70bcc5d</code></a> docs: improve wording for GHE API endpoint (<a href="https://redirect.github.com/megalinter/megalinter/issues/2876">#2876</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/d0d57156570c93c9ede551f91ffff69a19fbcb33"><code>d0d5715</code></a> Allow to define linter_key**_COMMAND_REMOVE_ARGUMENTS** to remove a command l...</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/0e688aa37437079c2221efd2372aa04d50ad746a"><code>0e688aa</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/2872">#2872</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/1e22433db4c69ede4a706b21bd195b26fe9ae1b3"><code>1e22433</code></a> Fix <a href="https://megalinter.io/config-file">https://megalinter.io/config-file</a> 404 URL (<a href="https://redirect.github.com/megalinter/megalinter/issues/2871">#2871</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/06ab886589a60d1fc8fa9286f4accf1b75e3bfad"><code>06ab886</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/2861">#2861</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/4527131e10507d493329d8ce193264efaf085249"><code>4527131</code></a> Configured Grype to automatically ignore CVE-2018-20225 which is disputed and...</li> <li>Additional commits viewable in <a href="https://github.com/megalinter/megalinter/compare/v7.2.1...v7.3.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.2.1&new-version=7.3.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:29 +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#2216
No description provided.