Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#3190)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored Dec 9, 2023
1 parent 2500b91 commit b6a6657
Show file tree
Hide file tree
Showing 14 changed files with 75 additions and 59 deletions.
10 changes: 5 additions & 5 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,8 +8,8 @@
"black": "23.11.0",
"cfn-lint": "0.83.4",
"checkmake": "0.2.0",
"checkov": "3.1.25",
"checkstyle": "10.12.5",
"checkov": "3.1.27",
"checkstyle": "10.12.6",
"chktex": "1.7.8",
"clang-format": "16.0.6",
"clippy": "0.1.74",
Expand All @@ -18,7 +18,7 @@
"coffeelint": "5.2.11",
"cpplint": "1.6.1",
"csharpier": "0.26.4",
"cspell": "8.1.2",
"cspell": "8.1.3",
"dartanalyzer": "0.0.0",
"devskim": "1.0.23",
"djlint": "1.34.0",
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.1",
"npm-groovy-lint": "13.0.2",
"npm-package-json-lint": "7.1.0",
"perlcritic": "1.152",
"php": "7.4.26",
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [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
- [npm-groovy-lint](https://nvuillam.github.io/npm-groovy-lint/) from 13.0.1 to **13.0.2** on 2023-12-07
- [checkstyle](https://checkstyle.sourceforge.io) from 10.12.5 to **10.12.6** on 2023-12-07
- [checkov](https://www.checkov.io/) from 3.1.25 to **3.1.27** on 2023-12-07
- [cspell](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell) from 8.1.2 to **8.1.3** on 2023-12-07
<!-- linter-versions-end -->

## [v7.6.0] - 2023-11-19
Expand Down
6 changes: 3 additions & 3 deletions 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=3251&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=3256&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 Expand Up @@ -1490,8 +1490,8 @@ description: List of all known articles, blog posts and videos that talk about M

### Japanese articles

| Article | Author |
|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------|
| Article | Author |
|:---------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------|
| [Try using MegaLinter](https://future-architect.github.io/articles/20231129a/?s=03){target=_blank} | [Takashi Minayaga](https://future-architect.github.io/authors/%E5%AE%AE%E6%B0%B8%E5%B4%87%E5%8F%B2){target=_blank} |

### Videos
Expand Down
Loading

0 comments on commit b6a6657

Please sign in to comment.