Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#4499)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored Jan 14, 2025
1 parent d476ce2 commit 013a78a
Show file tree
Hide file tree
Showing 13 changed files with 63 additions and 60 deletions.
14 changes: 7 additions & 7 deletions .automation/generated/linter-helps.json

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

8 changes: 4 additions & 4 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"actionlint": "1.7.6",
"ansible-lint": "24.12.2",
"arm-ttk": "0.0.0",
"bandit": "1.8.1",
"bandit": "1.8.2",
"bash-exec": "5.2.26",
"bicep_linter": "0.32.4",
"black": "24.10.0",
Expand All @@ -18,7 +18,7 @@
"coffeelint": "5.2.11",
"cpplint": "2.0.0",
"csharpier": "0.30.6",
"cspell": "8.17.1",
"cspell": "8.17.2",
"dartanalyzer": "0.0.0",
"detekt": "1.23.7",
"devskim": "1.0.51",
Expand Down Expand Up @@ -63,7 +63,7 @@
"npm-package-json-lint": "8.0.0",
"perlcritic": "1.156",
"php": "7.4.26",
"php-cs-fixer": "3.67.1",
"php-cs-fixer": "3.68.0",
"phpcs": "3.11.2",
"phplint": "9.5.5",
"phpstan": "2.1.1",
Expand Down Expand Up @@ -104,7 +104,7 @@
"sql-lint": "1.0.0",
"sqlfluff": "3.3.0",
"standard": "17.1.2",
"stylelint": "16.13.0",
"stylelint": "16.13.1",
"stylua": "2.0.0",
"swiftlint": "0.58.0",
"syft": "1.18.1",
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [php-cs-fixer](https://cs.symfony.com/) from 3.67.0 to **3.67.1** on 2025-01-12
- [swiftlint](https://github.com/realm/SwiftLint) from 0.57.1 to **0.58.0** on 2025-01-12
- [bandit](https://bandit.readthedocs.io/en/latest/) from 1.8.0 to **1.8.1** on 2025-01-12
- [stylelint](https://stylelint.io) from 16.13.0 to **16.13.1** on 2025-01-13
- [php-cs-fixer](https://cs.symfony.com/) from 3.67.1 to **3.68.0** on 2025-01-13
- [bandit](https://bandit.readthedocs.io/en/latest/) from 1.8.1 to **1.8.2** on 2025-01-13
- [cspell](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell) from 8.17.1 to **8.17.2** on 2025-01-13
<!-- linter-versions-end -->

## [v8.3.0] - 2024-11-23
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=2834&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=2831&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

0 comments on commit 013a78a

Please sign in to comment.