Skip to content

Commit aa20b01

Browse files
authored
[automation] Auto-update linters version, help and documentation (#5876)
* [automation] Auto-update linters version, help and documentation * [MegaLinter] Apply linters fixes --------- Co-authored-by: nvuillam <[email protected]>
1 parent 96009cb commit aa20b01

15 files changed

+80
-84
lines changed

.automation/generated/linter-helps.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.automation/generated/linter-versions.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@
6060
"markdownlint": "0.45.0",
6161
"misspell": "0.3.4",
6262
"mypy": "1.17.0",
63-
"npm-groovy-lint": "15.2.0",
63+
"npm-groovy-lint": "15.2.1",
6464
"npm-package-json-lint": "9.0.0",
6565
"perlcritic": "1.156",
6666
"php": "7.4.26",
6767
"php-cs-fixer": "3.84.0",
6868
"phpcs": "3.13.2",
6969
"phplint": "9.6.2",
7070
"phpstan": "2.1.20",
71-
"pmd": "7.15.0",
71+
"pmd": "7.16.0",
7272
"powershell": "7.5.2",
7373
"powershell_formatter": "7.5.2",
7474
"prettier": "3.6.2",
@@ -100,7 +100,7 @@
100100
"shellcheck": "0.10.0",
101101
"shfmt": "3.12.0",
102102
"snakefmt": "0.11.0",
103-
"snakemake": "9.8.1",
103+
"snakemake": "9.8.2",
104104
"spectral": "6.15.0",
105105
"sql-lint": "1.0.0",
106106
"sqlfluff": "3.4.2",
@@ -116,7 +116,7 @@
116116
"tflint": "0.58.1",
117117
"trivy": "0.64.1",
118118
"trivy-sbom": "0.64.1",
119-
"trufflehog": "3.90.1",
119+
"trufflehog": "3.90.2",
120120
"ts-standard": "12.0.2",
121121
"tsqllint": "1.16.0.0",
122122
"v8r": "5.1.0",

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
171171
- [roslynator](https://github.com/dotnet/Roslynator) from 0.10.1.0 to **0.10.2.0** on 2025-07-27
172172
- [kubescape](https://github.com/kubescape/kubescape) from 3.0.34 to **3.0.36** on 2025-07-27
173173
- [phpstan](https://phpstan.org/) from 2.1.19 to **2.1.20** on 2025-07-27
174+
- [npm-groovy-lint](https://nvuillam.github.io/npm-groovy-lint/) from 15.2.0 to **15.2.1** on 2025-07-28
175+
- [pmd](https://pmd.github.io/) from 7.15.0 to **7.16.0** on 2025-07-28
176+
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.90.1 to **3.90.2** on 2025-07-28
177+
- [snakemake](https://snakemake.github.io/) from 9.8.1 to **9.8.2** on 2025-07-28
174178
<!-- linter-versions-end -->
175179

176180
## [v8.8.0] - 2024-06-15

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
[![MegaLinter](https://github.com/oxsecurity/megalinter/workflows/MegaLinter/badge.svg?branch=main)](https://github.com/oxsecurity/megalinter/actions?query=workflow%3AMegaLinter+branch%3Amain)
2424
[![codecov](https://codecov.io/gh/oxsecurity/megalinter/branch/main/graph/badge.svg)](https://codecov.io/gh/oxsecurity/megalinter)
2525
<!-- gh-dependents-info-used-by-start -->
26-
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=2714&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/blob/main/./docs/used-by-stats.md)<!-- gh-dependents-info-used-by-end -->
26+
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=2688&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/blob/main/./docs/used-by-stats.md)<!-- gh-dependents-info-used-by-end -->
2727
[![Secured with Trivy](https://img.shields.io/badge/Trivy-secured-green?logo=docker)](https://github.com/aquasecurity/trivy)
2828
[![GitHub contributors](https://img.shields.io/github/contributors/oxsecurity/megalinter.svg)](https://github.com/oxsecurity/megalinter/graphs/contributors/)
2929
[![GitHub Sponsors](https://img.shields.io/github/sponsors/nvuillam)](https://github.com/sponsors/nvuillam)

0 commit comments

Comments
 (0)