Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions .automation/generated/linter-helps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@
"npm-package-json-lint": "9.0.0",
"perlcritic": "1.156",
"php": "7.4.26",
"php-cs-fixer": "3.87.1",
"php-cs-fixer": "3.87.2",
"phpcs": "3.13.4",
"phplint": "9.6.2",
"phpstan": "2.1.22",
"phpstan": "2.1.23",
"pmd": "7.16.0",
"powershell": "7.5.2",
"powershell_formatter": "7.5.2",
"powershell": "7.5.3",
"powershell_formatter": "7.5.3",
"prettier": "3.6.2",
"proselint": "0.14.0",
"protolint": "0.56.4",
Expand All @@ -86,8 +86,8 @@
"rstcheck": "6.2.5",
"rstfmt": "0.0.14",
"rubocop": "1.80.2",
"ruff": "0.12.12",
"ruff-format": "0.12.12",
"ruff": "0.13.0",
"ruff-format": "0.13.0",
"scalafix": "0.14.3",
"scss-lint": "0.60.0",
"secretlint": "11.2.4",
Expand All @@ -100,7 +100,7 @@
"shellcheck": "0.11.0",
"shfmt": "3.12.0",
"snakefmt": "0.11.2",
"snakemake": "9.11.1",
"snakemake": "9.11.2",
"spectral": "6.15.0",
"sql-lint": "1.0.0",
"sqlfluff": "3.4.2",
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,13 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [terragrunt](https://terragrunt.gruntwork.io) from 0.82.3 to **0.87.0** on 2025-09-07
- [snakemake](https://snakemake.github.io/) from 3.13 to **9.11.1** on 2025-09-08
- [secretlint](https://github.com/secretlint/secretlint) from 11.2.3 to **11.2.4** on 2025-09-09
- [php-cs-fixer](https://cs.symfony.com/) from 3.87.1 to **3.87.2** on 2025-09-10
- [phpstan](https://phpstan.org/) from 2.1.22 to **2.1.23** on 2025-09-10
- [powershell_formatter](https://github.com/PowerShell/PSScriptAnalyzer) from 7.5.2 to **7.5.3** on 2025-09-10
- [powershell](https://github.com/PowerShell/PSScriptAnalyzer) from 7.5.2 to **7.5.3** on 2025-09-10
- [ruff-format](https://github.com/astral-sh/ruff) from 0.12.12 to **0.13.0** on 2025-09-10
- [ruff](https://github.com/astral-sh/ruff) from 0.12.12 to **0.13.0** on 2025-09-10
- [snakemake](https://snakemake.github.io/) from 9.11.1 to **9.11.2** on 2025-09-10
<!-- linter-versions-end -->

## [v8.8.0] - 2024-06-15
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
[![MegaLinter](https://github.com/oxsecurity/megalinter/workflows/MegaLinter/badge.svg?branch=main)](https://github.com/oxsecurity/megalinter/actions?query=workflow%3AMegaLinter+branch%3Amain)
[![codecov](https://codecov.io/gh/oxsecurity/megalinter/branch/main/graph/badge.svg)](https://codecov.io/gh/oxsecurity/megalinter)
<!-- gh-dependents-info-used-by-start -->
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=2659&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/blob/main/./docs/used-by-stats.md)<!-- gh-dependents-info-used-by-end -->
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=2662&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/blob/main/./docs/used-by-stats.md)<!-- gh-dependents-info-used-by-end -->
[![Secured with Trivy](https://img.shields.io/badge/Trivy-secured-green?logo=docker)](https://github.com/aquasecurity/trivy)
[![GitHub contributors](https://img.shields.io/github/contributors/oxsecurity/megalinter.svg)](https://github.com/oxsecurity/megalinter/graphs/contributors/)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/nvuillam)](https://github.com/sponsors/nvuillam)
Expand Down
Loading
Loading