Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#3941)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored Aug 28, 2024
1 parent 11be6dc commit d91dec2
Show file tree
Hide file tree
Showing 19 changed files with 114 additions and 97 deletions.
51 changes: 29 additions & 22 deletions .automation/generated/linter-helps.json

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

12 changes: 6 additions & 6 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dartanalyzer": "0.0.0",
"detekt": "1.23.6",
"devskim": "1.0.33",
"djlint": "1.34.1",
"djlint": "1.34.2",
"dockerfilelint": "1.8.0",
"dotenv-linter": "3.3.0",
"dotnet-format": "8.0.108",
Expand Down Expand Up @@ -63,7 +63,7 @@
"npm-package-json-lint": "8.0.0",
"perlcritic": "1.152",
"php": "7.4.26",
"php-cs-fixer": "3.63.1",
"php-cs-fixer": "3.63.2",
"phpcs": "3.10.2",
"phplint": "9.4.1",
"phpstan": "1.12.0",
Expand All @@ -76,7 +76,7 @@
"psalm": "Psalm.5.25.0@",
"puppet-lint": "4.2.4",
"pylint": "3.2.6",
"pyright": "1.1.377",
"pyright": "1.1.378",
"raku": "2020.10",
"remark-lint": "14.0.2",
"revive": "1.3.9",
Expand All @@ -102,12 +102,12 @@
"sql-lint": "1.0.0",
"sqlfluff": "3.1.1",
"standard": "17.1.0",
"stylelint": "16.8.2",
"stylelint": "16.9.0",
"swiftlint": "0.56.2",
"syft": "1.11.1",
"tekton-lint": "1.1.0",
"terraform-fmt": "1.9.4",
"terragrunt": "0.66.8",
"terraform-fmt": "1.9.5",
"terragrunt": "0.66.9",
"terrascan": "1.19.1",
"tflint": "0.53.0",
"trivy": "0.54.1",
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.10.3 to **1.11.0** on 2024-08-27
- [phpstan](https://phpstan.org/) from 1.11.11 to **1.12.0** on 2024-08-27
- [checkov](https://www.checkov.io/) from 3.2.236 to **3.2.238** on 2024-08-27
- [stylelint](https://stylelint.io) from 16.8.2 to **16.9.0** on 2024-08-28
- [djlint](https://djlint.com/) from 1.34.1 to **1.34.2** on 2024-08-28
- [php-cs-fixer](https://cs.symfony.com/) from 3.63.1 to **3.63.2** on 2024-08-28
- [pyright](https://github.com/Microsoft/pyright) from 1.1.377 to **1.1.378** on 2024-08-28
- [terraform-fmt](https://developer.hashicorp.com/terraform/cli/commands/fmt) from 1.9.4 to **1.9.5** on 2024-08-28
- [terragrunt](https://terragrunt.gruntwork.io) from 0.66.8 to **0.66.9** on 2024-08-28
<!-- linter-versions-end -->

## [v8.0.0] - 2024-08-19
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=2616&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=2613&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 d91dec2

Please sign in to comment.