[PR #2541] [MERGED] build(deps): bump megalinter/megalinter from 8.2.0 to 8.3.0 #2491

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/2541
Author: @dependabot[bot]
Created: 11/25/2024
Status: Merged
Merged: 11/25/2024
Merged by: @mergify[bot]

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


📝 Commits (1)

  • 96162ae build(deps): bump megalinter/megalinter from 8.2.0 to 8.3.0

📊 Changes

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

View changed files

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

📄 Description

Bumps megalinter/megalinter from 8.2.0 to 8.3.0.

Release notes

Sourced from megalinter/megalinter's releases.

v8.3.0

What's Changed

  • Core

    • Display command log (truncated to 250 chars) even when LOG_LEVEL is not DEBUG
    • Allow to replace an ENV var value with the value of another ENV var before calling a PRE_COMMAND (helps for tflint run from GitHub Enterprise)
    • Fix handling of git submodule paths
  • Fixes

    • trivy: retry in case of BLOB_UNKNOWN while downloading vulnerability list
  • Reporters

    • Fix UpdatedSourcesReporter when APPLY_FIXES is list (array)
    • Fix AzureCommentReporter when the repo is not found: fallback using BUILD_REPOSITORY_ID. (+ disable space replacement in repo name with AZURE_COMMENT_REPORTER_REPLACE_WITH_SPACES: false)
  • CI

    • Fix Docker mirroring job for release context
    • Remove max parallel jobs for release linters workflow
  • Linter versions upgrades (13)

MegaLinter is graciously provided by OX Security

Please share the LinkedIn Post

Full Changelog: https://github.com/oxsecurity/megalinter/compare/v8.2.0...v8.3.0

Changelog

Sourced from megalinter/megalinter's changelog.

[v8.3.0] - 2024-11-23

  • Core

    • Display command log (truncated to 250 chars) even when LOG_LEVEL is not DEBUG
    • Allow to replace an ENV var value with the value of another ENV var before calling a PRE_COMMAND (helps for tflint run from GitHub Enterprise)
    • Fix handling of git submodule paths
  • Fixes

    • trivy: retry in case of BLOB_UNKNOWN while downloading vulnerability list
  • Reporters

    • Fix UpdatedSourcesReporter when APPLY_FIXES is list (array)
    • Fix AzureCommentReporter when the repo is not found: fallback using BUILD_REPOSITORY_ID. (+ disable space replacement in repo name with AZURE_COMMENT_REPORTER_REPLACE_WITH_SPACES: false)
  • CI

    • Fix Docker mirroring job for release context
    • Remove max parallel jobs for release linters workflow
  • Linter versions upgrades (13)

Commits
  • 1fc052d Release MegaLinter v8.3.0
  • e8a20cd [automation] Auto-update linters version, help and documentation (#4304)
  • 9824f37 Fix Docker mirroring job for release context (#4303)
  • 9cb4ec7 [automation] Auto-update linters version, help and documentation (#4299)
  • 010c8bd chore(deps): update dependency sfdx-hardis to v5.7.1 (#4302)
  • 1a219e1 chore(deps): update trufflesecurity/trufflehog docker tag to v3.84.1 (#4301)
  • 09ab582 Env variable replacement for PRE_COMMIT + command in log (#4298)
  • e33c1c7 retry in case of BLOB_UNKNOWN while downloading vulnerability list (#4300)
  • 7f790c0 [automation] Auto-update linters version, help and documentation (#4297)
  • 797a3d1 [automation] Auto-update linters version, help and documentation (#4296)
  • 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/2541 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/25/2024 **Status:** ✅ Merged **Merged:** 11/25/2024 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/github_actions/megalinter/megalinter-8.3.0` --- ### 📝 Commits (1) - [`96162ae`](https://github.com/nektos/act/commit/96162ae7ef42ecb80d69798f1d9a4b0990f0bf75) build(deps): bump megalinter/megalinter from 8.2.0 to 8.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 8.2.0 to 8.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>v8.3.0</h2> <h2>What's Changed</h2> <ul> <li> <p>Core</p> <ul> <li>Display command log (truncated to 250 chars) even when LOG_LEVEL is not DEBUG</li> <li>Allow to replace an ENV var value with the value of another ENV var before calling a PRE_COMMAND (helps for tflint run from GitHub Enterprise)</li> <li>Fix handling of git submodule paths</li> </ul> </li> <li> <p>Fixes</p> <ul> <li><a href="https://megalinter.io/latest/descriptors/repository_trivy/">trivy</a>: retry in case of BLOB_UNKNOWN while downloading vulnerability list</li> </ul> </li> <li> <p>Reporters</p> <ul> <li>Fix UpdatedSourcesReporter when <code>APPLY_FIXES</code> is list (array)</li> <li>Fix AzureCommentReporter when the repo is not found: fallback using BUILD_REPOSITORY_ID. (+ disable space replacement in repo name with <code>AZURE_COMMENT_REPORTER_REPLACE_WITH_SPACES: false</code>)</li> </ul> </li> <li> <p>CI</p> <ul> <li>Fix Docker mirroring job for release context</li> <li>Remove max parallel jobs for release linters workflow</li> </ul> </li> <li> <p>Linter versions upgrades (13)</p> <ul> <li><a href="https://github.com/aws-cloudformation/cfn-lint">cfn-lint</a> from 1.19.0 to <strong>1.20.0</strong></li> <li><a href="https://www.checkov.io/">checkov</a> from 3.2.298 to <strong>3.2.311</strong></li> <li><a href="https://csharpier.com/">csharpier</a> from 0.29.2 to <strong>0.30.2</strong></li> <li><a href="https://github.com/DavidAnson/markdownlint">markdownlint</a> from 0.42.0 to <strong>0.43.0</strong></li> <li><a href="https://phpstan.org/">phpstan</a> from 2.0.1 to <strong>2.0.2</strong></li> <li><a href="https://github.com/astral-sh/ruff">ruff</a> from 0.7.4 to <strong>0.8.0</strong></li> <li><a href="https://docs.stoplight.io/docs/spectral/674b27b261c3c-overview">spectral</a> from 6.14.1 to <strong>6.14.2</strong></li> <li><a href="https://github.com/JohnnyMorganz/StyLua">stylua</a> from 0.20.0 to <strong>2.0.0</strong></li> <li><a href="https://github.com/anchore/syft">syft</a> from 1.16.0 to <strong>1.17.0</strong></li> <li><a href="https://aquasecurity.github.io/trivy/">trivy-sbom</a> from 0.57.0 to <strong>0.57.1</strong></li> <li><a href="https://aquasecurity.github.io/trivy/">trivy</a> from 0.57.0 to <strong>0.57.1</strong></li> <li><a href="https://github.com/trufflesecurity/trufflehog">trufflehog</a> from 3.83.7 to <strong>3.84.1</strong></li> <li><a href="https://vale.sh/">vale</a> from 3.9.0 to <strong>3.9.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>Please share the <a href="https://www.linkedin.com/posts/nicolas-vuillamy_saturday-opensource-contributors-activity-7266065247197704192-L43R?utm_source=share&amp;utm_medium=member_desktop">LinkedIn Post</a></p> <p><strong>Full Changelog</strong>: <a href="https://github.com/oxsecurity/megalinter/compare/v8.2.0...v8.3.0">https://github.com/oxsecurity/megalinter/compare/v8.2.0...v8.3.0</a></p> </blockquote> </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>[v8.3.0] - 2024-11-23</h2> <ul> <li> <p>Core</p> <ul> <li>Display command log (truncated to 250 chars) even when LOG_LEVEL is not DEBUG</li> <li>Allow to replace an ENV var value with the value of another ENV var before calling a PRE_COMMAND (helps for tflint run from GitHub Enterprise)</li> <li>Fix handling of git submodule paths</li> </ul> </li> <li> <p>Fixes</p> <ul> <li><a href="https://megalinter.io/latest/descriptors/repository_trivy/">trivy</a>: retry in case of BLOB_UNKNOWN while downloading vulnerability list</li> </ul> </li> <li> <p>Reporters</p> <ul> <li>Fix UpdatedSourcesReporter when <code>APPLY_FIXES</code> is list (array)</li> <li>Fix AzureCommentReporter when the repo is not found: fallback using BUILD_REPOSITORY_ID. (+ disable space replacement in repo name with <code>AZURE_COMMENT_REPORTER_REPLACE_WITH_SPACES: false</code>)</li> </ul> </li> <li> <p>CI</p> <ul> <li>Fix Docker mirroring job for release context</li> <li>Remove max parallel jobs for release linters workflow</li> </ul> </li> <li> <p>Linter versions upgrades (13)</p> <ul> <li><a href="https://github.com/aws-cloudformation/cfn-lint">cfn-lint</a> from 1.19.0 to <strong>1.20.0</strong></li> <li><a href="https://www.checkov.io/">checkov</a> from 3.2.298 to <strong>3.2.311</strong></li> <li><a href="https://csharpier.com/">csharpier</a> from 0.29.2 to <strong>0.30.2</strong></li> <li><a href="https://github.com/DavidAnson/markdownlint">markdownlint</a> from 0.42.0 to <strong>0.43.0</strong></li> <li><a href="https://phpstan.org/">phpstan</a> from 2.0.1 to <strong>2.0.2</strong></li> <li><a href="https://github.com/astral-sh/ruff">ruff</a> from 0.7.4 to <strong>0.8.0</strong></li> <li><a href="https://docs.stoplight.io/docs/spectral/674b27b261c3c-overview">spectral</a> from 6.14.1 to <strong>6.14.2</strong></li> <li><a href="https://github.com/JohnnyMorganz/StyLua">stylua</a> from 0.20.0 to <strong>2.0.0</strong></li> <li><a href="https://github.com/anchore/syft">syft</a> from 1.16.0 to <strong>1.17.0</strong></li> <li><a href="https://aquasecurity.github.io/trivy/">trivy-sbom</a> from 0.57.0 to <strong>0.57.1</strong></li> <li><a href="https://aquasecurity.github.io/trivy/">trivy</a> from 0.57.0 to <strong>0.57.1</strong></li> <li><a href="https://github.com/trufflesecurity/trufflehog">trufflehog</a> from 3.83.7 to <strong>3.84.1</strong></li> <li><a href="https://vale.sh/">vale</a> from 3.9.0 to <strong>3.9.1</strong></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oxsecurity/megalinter/commit/1fc052d03c7a43c78fe0fee19c9d648b749e0c01"><code>1fc052d</code></a> Release MegaLinter v8.3.0</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/e8a20cd243472715dd3b04b2293e24b9f993a4fd"><code>e8a20cd</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/4304">#4304</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/9824f376627430fff6d2e19116c59ea2bbd7f412"><code>9824f37</code></a> Fix Docker mirroring job for release context (<a href="https://redirect.github.com/megalinter/megalinter/issues/4303">#4303</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/9cb4ec76bac4ee61f72e2285ec1825e3cd034249"><code>9cb4ec7</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/4299">#4299</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/010c8bd4d473736811bdd6b4427d357b7d0a8edd"><code>010c8bd</code></a> chore(deps): update dependency sfdx-hardis to v5.7.1 (<a href="https://redirect.github.com/megalinter/megalinter/issues/4302">#4302</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/1a219e168714e10df19ec1726ee658260ff62bd4"><code>1a219e1</code></a> chore(deps): update trufflesecurity/trufflehog docker tag to v3.84.1 (<a href="https://redirect.github.com/megalinter/megalinter/issues/4301">#4301</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/09ab582dd64e53cc008dcbe40b4346b16c0f7dd1"><code>09ab582</code></a> Env variable replacement for PRE_COMMIT + command in log (<a href="https://redirect.github.com/megalinter/megalinter/issues/4298">#4298</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/e33c1c79f51c9cf784cb1b87d57f275e81f4d05c"><code>e33c1c7</code></a> retry in case of BLOB_UNKNOWN while downloading vulnerability list (<a href="https://redirect.github.com/megalinter/megalinter/issues/4300">#4300</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/7f790c0d949b268f4eb8acb8ed3bcefcf4469fdd"><code>7f790c0</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/4297">#4297</a>)</li> <li><a href="https://github.com/oxsecurity/megalinter/commit/797a3d12543c06b4d4b376b035be5de9607b5dda"><code>797a3d1</code></a> [automation] Auto-update linters version, help and documentation (<a href="https://redirect.github.com/megalinter/megalinter/issues/4296">#4296</a>)</li> <li>Additional commits viewable in <a href="https://github.com/megalinter/megalinter/compare/v8.2.0...v8.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=8.2.0&new-version=8.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:55:40 +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#2491
No description provided.