[PR #2294] [MERGED] build(deps): bump megalinter/megalinter from 7.9.0 to 7.10.0 #2375

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/2294
Author: @dependabot[bot]
Created: 4/15/2024
Status: Merged
Merged: 4/15/2024
Merged by: @mergify[bot]

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


📝 Commits (1)

  • 04446db build(deps): bump megalinter/megalinter from 7.9.0 to 7.10.0

📊 Changes

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

View changed files

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

📄 Description

Bumps megalinter/megalinter from 7.9.0 to 7.10.0.

Release notes

Sourced from megalinter/megalinter's releases.

v7.10.0

What's Changed

... (truncated)

Changelog

Sourced from megalinter/megalinter's changelog.

[v7.10.0] - 2024-03-10

... (truncated)

Commits
  • a7a0163 Release MegaLinter v7.10.0
  • 57f3000 Media: How to use MegaLinter with Jenkins (#3414)
  • 147f452 [automation] Auto-update linters version, help and documentation (#3413)
  • 4416336 [automation] Auto-update linters version, help and documentation (#3411)
  • 3efbff3 Fix issue with EXTENDS using private repository by sending GITHUB_TOKEN as HT...
  • dafb4df [automation] Auto-update linters version, help and documentation (#3410)
  • df36617 Fix SPELL_VALE_CONFIG_FILE not working (#3409)
  • 2d0e209 [automation] Auto-update linters version, help and documentation (#3406)
  • fed8f3e Added Kics Error count properties TEST_KEYWORDS=repository_kics_test (#3402)
  • 31c5e1d [automation] Auto-update linters version, help and documentation (#3401)
  • 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/2294 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/15/2024 **Status:** ✅ Merged **Merged:** 4/15/2024 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/github_actions/megalinter/megalinter-7.10.0` --- ### 📝 Commits (1) - [`04446db`](https://github.com/nektos/act/commit/04446dbd81c462981b40d1b6dd528b87d72d052a) build(deps): bump megalinter/megalinter from 7.9.0 to 7.10.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.9.0 to 7.10.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.10.0</h2> <h2>What's Changed</h2> <ul> <li> <p>Core</p> <ul> <li>Update dotnet linters to .NET 8, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3182">oxsecurity/megalinter#3182</a></li> </ul> </li> <li> <p>Media</p> <ul> <li><a href="https://www.youtube.com/watch?v=KhkNf2tQ3hM">How to use MegaLinter with Jenkins</a>, by <a href="https://www.linkedin.com/in/darinpope/">Darin Pope</a> / <a href="https://www.cloudbees.com/">Cloudbees</a></li> </ul> </li> <li> <p>Fixes</p> <ul> <li>Trivy: use <code>misconfig</code> instead of the deprecated <code>config</code> scanner, updating the default arguments, by <a href="https://github.com/pjungermann"><code>@​pjungermann</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3376">oxsecurity/megalinter#3376</a></li> <li>Update calls to sfdx-scanner to output a CSV file for Aura &amp; LWC, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3398">oxsecurity/megalinter#3398</a></li> <li>Kics: fixed error count in the summary table, by <a href="https://github.com/TommyE123"><code>@​TommyE123</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3402">oxsecurity/megalinter#3402</a></li> <li>Fix issue with EXTENDS using private repository by sending GITHUB_TOKEN as HTTP auth header, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3404">oxsecurity/megalinter#3404</a></li> <li>Fix SPELL_VALE_CONFIG_FILE not working (handle the override of linter CONFIG_FILE if the linter is activated only if some files are found), by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3409">oxsecurity/megalinter#3409</a></li> </ul> </li> <li> <p>CI</p> <ul> <li>Enable dependabot updates for devcontainer and other Docker directories, by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3390">oxsecurity/megalinter#3390</a></li> </ul> </li> <li> <p>Doc</p> <ul> <li>Removed obsolete warning for semgrep as the issue has been fixed, by <a href="https://github.com/Jayllyz"><code>@​Jayllyz</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3374">oxsecurity/megalinter#3374</a></li> <li>docs: fix docs in TrivySbomLinter.py, by <a href="https://github.com/pjungermann"><code>@​pjungermann</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3377">oxsecurity/megalinter#3377</a></li> </ul> </li> <li> <p>Linter versions upgrades</p> <ul> <li><a href="https://rhysd.github.io/actionlint/">actionlint</a> from 1.6.26 to <strong>1.6.27</strong></li> <li><a href="https://bandit.readthedocs.io/en/latest/">bandit</a> from 1.7.7 to <strong>1.7.8</strong></li> <li><a href="https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter">bicep_linter</a> from 0.25.3 to <strong>0.25.53</strong></li> <li><a href="https://black.readthedocs.io/en/stable/">black</a> from 24.1.1 to <strong>24.2.0</strong></li> <li><a href="https://github.com/aws-cloudformation/cfn-lint">cfn-lint</a> from 0.85.1 to <strong>0.86.0</strong></li> <li><a href="https://www.checkov.io/">checkov</a> from 3.2.20 to <strong>3.2.21</strong></li> <li><a href="https://checkstyle.org/">checkstyle</a> from 10.13.0 to <strong>10.14.0</strong></li> <li><a href="https://github.com/borkdude/clj-kondo">clj-kondo</a> from 2023.12.15 to <strong>2024.03.05</strong></li> <li><a href="https://csharpier.com/">csharpier</a> from 0.27.2 to <strong>0.27.3</strong></li> <li><a href="https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell">cspell</a> from 8.3.2 to <strong>8.6.0</strong></li> <li><a href="https://github.com/microsoft/DevSkim">devskim</a> from 1.0.28 to <strong>1.0.32</strong></li> <li><a href="https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-format">dotnet-format</a> from 7.0.115 to <strong>8.0.102</strong></li> <li><a href="https://eslint.org">eslint</a> from 8.56.0 to <strong>8.57.0</strong></li> <li><a href="https://golangci-lint.run/">golangci-lint</a> from 1.56.1 to <strong>1.56.2</strong></li> <li><a href="https://github.com/anchore/grype">grype</a> from 0.74.5 to <strong>0.74.7</strong></li> <li><a href="https://helm.sh/docs/helm/helm_lint/">helm</a> from 3.13.2 to <strong>3.14.2</strong></li> <li><a href="https://www.kics.io">kics</a> from 1.7.12 to <strong>1.7.13</strong></li> <li><a href="https://ktlint.github.io">ktlint</a> from 1.1.1 to <strong>1.2.1</strong></li> <li><a href="https://github.com/Lightning-Flow-Scanner">lightning-flow-scanner</a> from 2.16.0 to <strong>2.18.0</strong></li> <li><a href="https://mypy.readthedocs.io/en/stable/">mypy</a> from 1.8.0 to <strong>1.9.0</strong></li> <li><a href="https://nvuillam.github.io/npm-groovy-lint/">npm-groovy-lint</a> from 14.2.1 to <strong>14.2.3</strong></li> <li><a href="https://github.com/PHPCSStandards/PHP_CodeSniffer">phpcs</a> from 3.8.1 to <strong>3.9.0</strong></li> <li><a href="https://phpstan.org/">phpstan</a> from 1.10.57 to <strong>1.10.60</strong></li> <li><a href="https://github.com/PowerShell/PSScriptAnalyzer">powershell</a> from 7.4.0 to <strong>7.4.1</strong></li> <li><a href="https://github.com/PowerShell/PSScriptAnalyzer">powershell_formatter</a> from 7.4.0 to <strong>7.4.1</strong></li> <li><a href="https://github.com/yoheimuta/protolint">protolint</a> from 0.47.5 to <strong>0.48.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.10.0] - 2024-03-10</h2> <ul> <li> <p>Core</p> <ul> <li>Update dotnet linters to .NET 8, by <a href="https://github.com/bdovaz"><code>@​bdovaz</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3182">oxsecurity/megalinter#3182</a></li> </ul> </li> <li> <p>Media</p> <ul> <li><a href="https://www.youtube.com/watch?v=KhkNf2tQ3hM">How to use MegaLinter with Jenkins</a>, by <a href="https://www.linkedin.com/in/darinpope/">Darin Pope</a> / <a href="https://www.cloudbees.com/">Cloudbees</a></li> </ul> </li> <li> <p>Fixes</p> <ul> <li>Trivy: use <code>misconfig</code> instead of the deprecated <code>config</code> scanner, updating the default arguments, by <a href="https://github.com/pjungermann"><code>@​pjungermann</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3376">oxsecurity/megalinter#3376</a></li> <li>Update calls to sfdx-scanner to output a CSV file for Aura &amp; LWC, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3398">oxsecurity/megalinter#3398</a></li> <li>Kics: fixed error count in the summary table, by <a href="https://github.com/TommyE123"><code>@​TommyE123</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3402">oxsecurity/megalinter#3402</a></li> <li>Fix issue with EXTENDS using private repository by sending GITHUB_TOKEN as HTTP auth header, by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3404">oxsecurity/megalinter#3404</a></li> <li>Fix SPELL_VALE_CONFIG_FILE not working (handle the override of linter CONFIG_FILE if the linter is activated only if some files are found), by <a href="https://github.com/nvuillam"><code>@​nvuillam</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3409">oxsecurity/megalinter#3409</a></li> </ul> </li> <li> <p>CI</p> <ul> <li>Enable dependabot updates for devcontainer and other Docker directories, by <a href="https://github.com/echoix"><code>@​echoix</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3390">oxsecurity/megalinter#3390</a></li> </ul> </li> <li> <p>Doc</p> <ul> <li>Removed obsolete warning for semgrep as the issue has been fixed, by <a href="https://github.com/Jayllyz"><code>@​Jayllyz</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3374">oxsecurity/megalinter#3374</a></li> <li>docs: fix docs in TrivySbomLinter.py, by <a href="https://github.com/pjungermann"><code>@​pjungermann</code></a> in <a href="https://redirect.github.com/oxsecurity/megalinter/pull/3377S">oxsecurity/megalinter#3377</a></li> </ul> </li> <li> <p>Linter versions upgrades</p> <ul> <li><a href="https://rhysd.github.io/actionlint/">actionlint</a> from 1.6.26 to <strong>1.6.27</strong></li> <li><a href="https://bandit.readthedocs.io/en/latest/">bandit</a> from 1.7.7 to <strong>1.7.8</strong></li> <li><a href="https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter">bicep_linter</a> from 0.25.3 to <strong>0.25.53</strong></li> <li><a href="https://black.readthedocs.io/en/stable/">black</a> from 24.1.1 to <strong>24.2.0</strong></li> <li><a href="https://github.com/aws-cloudformation/cfn-lint">cfn-lint</a> from 0.85.1 to <strong>0.86.0</strong></li> <li><a href="https://www.checkov.io/">checkov</a> from 3.2.20 to <strong>3.2.21</strong></li> <li><a href="https://checkstyle.org/">checkstyle</a> from 10.13.0 to <strong>10.14.0</strong></li> <li><a href="https://github.com/borkdude/clj-kondo">clj-kondo</a> from 2023.12.15 to <strong>2024.03.05</strong></li> <li><a href="https://csharpier.com/">csharpier</a> from 0.27.2 to <strong>0.27.3</strong></li> <li><a href="https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell">cspell</a> from 8.3.2 to <strong>8.6.0</strong></li> <li><a href="https://github.com/microsoft/DevSkim">devskim</a> from 1.0.28 to <strong>1.0.32</strong></li> <li><a href="https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-format">dotnet-format</a> from 7.0.115 to <strong>8.0.102</strong></li> <li><a href="https://eslint.org">eslint</a> from 8.56.0 to <strong>8.57.0</strong></li> <li><a href="https://golangci-lint.run/">golangci-lint</a> from 1.56.1 to <strong>1.56.2</strong></li> <li><a href="https://github.com/anchore/grype">grype</a> from 0.74.5 to <strong>0.74.7</strong></li> <li><a href="https://helm.sh/docs/helm/helm_lint/">helm</a> from 3.13.2 to <strong>3.14.2</strong></li> <li><a href="https://www.kics.io">kics</a> from 1.7.12 to <strong>1.7.13</strong></li> <li><a href="https://ktlint.github.io">ktlint</a> from 1.1.1 to <strong>1.2.1</strong></li> <li><a href="https://github.com/Lightning-Flow-Scanner">lightning-flow-scanner</a> from 2.16.0 to <strong>2.18.0</strong></li> <li><a href="https://mypy.readthedocs.io/en/stable/">mypy</a> from 1.8.0 to <strong>1.9.0</strong></li> <li><a href="https://nvuillam.github.io/npm-groovy-lint/">npm-groovy-lint</a> from 14.2.1 to <strong>14.2.3</strong></li> <li><a href="https://github.com/PHPCSStandards/PHP_CodeSniffer">phpcs</a> from 3.8.1 to <strong>3.9.0</strong></li> <li><a href="https://phpstan.org/">phpstan</a> from 1.10.57 to <strong>1.10.60</strong></li> <li><a href="https://github.com/PowerShell/PSScriptAnalyzer">powershell</a> from 7.4.0 to <strong>7.4.1</strong></li> <li><a href="https://github.com/PowerShell/PSScriptAnalyzer">powershell_formatter</a> from 7.4.0 to <strong>7.4.1</strong></li> <li><a href="https://github.com/yoheimuta/protolint">protolint</a> from 0.47.5 to <strong>0.48.0</strong></li> <li><a href="https://psalm.dev">psalm</a> from Psalm.5.21.1@ to <strong>Psalm.5.23.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/a7a0163b6c8ff7474a283d99a706e27483ddd80f"><code>a7a0163</code></a> Release MegaLinter v7.10.0</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/57f3000e42c6cd5be0a1401ef2eb34fda7f4d982"><code>57f3000</code></a> Media: How to use MegaLinter with Jenkins (<a href="https://redirect.github.com/megalinter/megalinter/issues/3414">#3414</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/147f45231f82f899ec0e19d389ec1332cb05c426"><code>147f452</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/3413">#3413</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/44163362484e362a9a585d95d49be0be881e7a2a"><code>4416336</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/3411">#3411</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/3efbff35f4fd3d5ccd4fec21791e48f14918230f"><code>3efbff3</code></a> Fix issue with EXTENDS using private repository by sending GITHUB_TOKEN as HT...</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/dafb4dfe0b40be49c233b065e387cc596820dd25"><code>dafb4df</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/3410">#3410</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/df366178d0b61a5a8c09b3545d77c0fdfb26e63f"><code>df36617</code></a> Fix SPELL_VALE_CONFIG_FILE not working (<a href="https://redirect.github.com/megalinter/megalinter/issues/3409">#3409</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/2d0e20925b68cf71c5869b138ddf18121bf983e9"><code>2d0e209</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/3406">#3406</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/fed8f3e1c7c9f344cba0f19b2028eba2c65ef99f"><code>fed8f3e</code></a> Added Kics Error count properties TEST_KEYWORDS=repository_kics_test (<a href="https://redirect.github.com/megalinter/megalinter/issues/3402">#3402</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/31c5e1d9ff3534ccf04062735167068ead40b223"><code>31c5e1d</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/3401">#3401</a>)</li> <li>Additional commits viewable in <a href="https://github.com/megalinter/megalinter/compare/v7.9.0...v7.10.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.9.0&new-version=7.10.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:55:10 +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#2375
No description provided.