Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#3960)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored Sep 3, 2024
1 parent 92d9662 commit e2b4839
Show file tree
Hide file tree
Showing 17 changed files with 83 additions and 78 deletions.
44 changes: 22 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.

6 changes: 3 additions & 3 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bash-exec": "5.2.26",
"bicep_linter": "0.29.47",
"black": "24.8.0",
"cfn-lint": "1.11.1",
"cfn-lint": "1.12.1",
"checkmake": "0.2.0",
"checkov": "3.2.242",
"checkstyle": "10.18.1",
Expand Down Expand Up @@ -66,7 +66,7 @@
"php-cs-fixer": "3.64.0",
"phpcs": "3.10.2",
"phplint": "9.4.1",
"phpstan": "1.12.0",
"phpstan": "1.12.1",
"pmd": "7.5.0",
"powershell": "7.4.2",
"powershell_formatter": "7.4.2",
Expand Down Expand Up @@ -95,7 +95,7 @@
"sfdx-scanner-aura": "4.5.0",
"sfdx-scanner-lwc": "4.5.0",
"shellcheck": "0.10.0",
"shfmt": "3.8.0",
"shfmt": "3.9.0",
"snakefmt": "0.10.2",
"snakemake": "8.19.0",
"spectral": "6.11.1",
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [checkov](https://www.checkov.io/) from 3.2.239 to **3.2.241** on 2024-09-02
- [terragrunt](https://terragrunt.gruntwork.io) from 0.66.9 to **0.67.1** on 2024-09-02
- [checkov](https://www.checkov.io/) from 3.2.241 to **3.2.242** on 2024-09-03
- [shfmt](https://github.com/mvdan/sh) from 3.8.0 to **3.9.0** on 2024-09-03
- [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.11.1 to **1.12.1** on 2024-09-03
- [phpstan](https://phpstan.org/) from 1.12.0 to **1.12.1** on 2024-09-03
<!-- 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=2611&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 e2b4839

Please sign in to comment.