Skip to content

Commit d7b34f1

Browse files
authored
[automation] Auto-update linters version, help and documentation (#5620)
1 parent 8f8a170 commit d7b34f1

20 files changed

+122
-100
lines changed

.automation/generated/linter-helps.json

Lines changed: 15 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
@@ -6,7 +6,7 @@
66
"bash-exec": "5.2.37",
77
"bicep_linter": "0.36.1",
88
"black": "25.1.0",
9-
"cfn-lint": "1.36.0",
9+
"cfn-lint": "1.36.1",
1010
"checkmake": "0.2.0",
1111
"checkov": "3.2.413",
1212
"checkstyle": "10.25.0",
@@ -41,7 +41,7 @@
4141
"grype": "0.94.0",
4242
"hadolint": "2.12.0",
4343
"helm": "3.16.3",
44-
"htmlhint": "1.5.1",
44+
"htmlhint": "1.6.3",
4545
"isort": "6.0.1",
4646
"jscpd": "4.0.5",
4747
"jsonlint": "16.0.0",
@@ -65,7 +65,7 @@
6565
"perlcritic": "1.156",
6666
"php": "7.4.26",
6767
"php-cs-fixer": "3.75.0",
68-
"phpcs": "3.13.1",
68+
"phpcs": "3.13.2",
6969
"phplint": "9.6.2",
7070
"phpstan": "2.1.17",
7171
"pmd": "7.14.0",
@@ -105,7 +105,7 @@
105105
"sql-lint": "1.0.0",
106106
"sqlfluff": "3.4.1",
107107
"standard": "17.1.2",
108-
"stylelint": "16.20.0",
108+
"stylelint": "16.21.0",
109109
"stylua": "2.0.0",
110110
"swiftlint": "0.59.1",
111111
"syft": "1.27.1",

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
3939
- [bandit](https://bandit.readthedocs.io/en/latest/) from 1.8.3 to **1.8.5** on 2025-06-17
4040
- [rubocop](https://rubocop.org/) from 1.76.1 to **1.76.2** on 2025-06-17
4141
- [lightning-flow-scanner](https://github.com/Lightning-Flow-Scanner) from 3.23.0 to **3.24.0** on 2025-06-17
42+
- [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.36.0 to **1.36.1** on 2025-06-20
43+
- [stylelint](https://stylelint.io) from 16.20.0 to **16.21.0** on 2025-06-20
44+
- [htmlhint](https://htmlhint.com/) from 1.5.1 to **1.6.3** on 2025-06-20
45+
- [phpcs](https://github.com/PHPCSStandards/PHP_CodeSniffer) from 3.13.1 to **3.13.2** on 2025-06-20
4246
<!-- linter-versions-end -->
4347

4448
## [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=2976&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=2977&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)