Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#3189)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored Dec 6, 2023
1 parent 32059e8 commit 99b5bea
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 47 deletions.
8 changes: 4 additions & 4 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 @@ -8,7 +8,7 @@
"black": "23.11.0",
"cfn-lint": "0.83.4",
"checkmake": "0.2.0",
"checkov": "3.1.24",
"checkov": "3.1.25",
"checkstyle": "10.12.5",
"chktex": "1.7.8",
"clang-format": "16.0.6",
Expand Down Expand Up @@ -57,7 +57,7 @@
"markdownlint": "0.37.0",
"misspell": "0.3.4",
"mypy": "1.7.1",
"npm-groovy-lint": "13.0.0",
"npm-groovy-lint": "13.0.1",
"npm-package-json-lint": "7.1.0",
"perlcritic": "1.152",
"php": "7.4.26",
Expand All @@ -73,7 +73,7 @@
"psalm": "Psalm.5.17.0@",
"puppet-lint": "4.2.3",
"pylint": "3.0.2",
"pyright": "1.1.338",
"pyright": "1.1.339",
"raku": "2020.10",
"remark-lint": "14.0.2",
"revive": "1.3.4",
Expand Down Expand Up @@ -113,7 +113,7 @@
"ts-standard": "12.0.2",
"tsqllint": "1.15.3.0",
"v8r": "2.1.0",
"vale": "2.29.7",
"vale": "2.30.0",
"xmllint": "21106",
"yamllint": "1.33.0"
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [sfdx-scanner-lwc](https://forcedotcom.github.io/sfdx-scanner/) from 3.18.0 to **3.19.0** on 2023-12-05
- [checkov](https://www.checkov.io/) from 3.1.23 to **3.1.24** on 2023-12-05
- [semgrep](https://semgrep.dev/) from 1.51.0 to **1.52.0** on 2023-12-05
- [npm-groovy-lint](https://nvuillam.github.io/npm-groovy-lint/) from 13.0.0 to **13.0.1** on 2023-12-06
- [pyright](https://github.com/Microsoft/pyright) from 1.1.338 to **1.1.339** on 2023-12-06
- [checkov](https://www.checkov.io/) from 3.1.24 to **3.1.25** on 2023-12-06
- [vale](https://vale.sh/) from 2.29.7 to **2.30.0** on 2023-12-06
<!-- linter-versions-end -->

## [v7.6.0] - 2023-11-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 -->
[![](https://img.shields.io/static/v1?label=Used%20by&message=3249&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents)<!-- gh-dependents-info-used-by-end -->
[![](https://img.shields.io/static/v1?label=Used%20by&message=3251&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/network/dependents)<!-- 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 99b5bea

Please sign in to comment.