Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#4778)
Browse files Browse the repository at this point in the history
* [automation] Auto-update linters version, help and documentation

* [MegaLinter] Apply linters fixes

---------

Co-authored-by: nvuillam <[email protected]>
  • Loading branch information
nvuillam and nvuillam authored Feb 13, 2025
1 parent 0459d03 commit 6ccfbc9
Show file tree
Hide file tree
Showing 20 changed files with 89 additions and 68 deletions.
7 changes: 7 additions & 0 deletions .automation/generated/linter-helps.json

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

10 changes: 5 additions & 5 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"black": "25.1.0",
"cfn-lint": "1.24.0",
"checkmake": "0.2.0",
"checkov": "3.2.369",
"checkov": "3.2.370",
"checkstyle": "10.21.2",
"chktex": "1.7.8",
"clang-format": "19.1.4",
Expand Down Expand Up @@ -66,11 +66,11 @@
"php-cs-fixer": "3.68.5",
"phpcs": "3.11.3",
"phplint": "9.5.6",
"phpstan": "2.1.4",
"phpstan": "2.1.5",
"pmd": "7.10.0",
"powershell": "7.5.0",
"powershell_formatter": "7.5.0",
"prettier": "3.5.0",
"prettier": "3.5.1",
"proselint": "0.14.0",
"protolint": "0.53.0",
"psalm": "Psalm.6.5.0@",
Expand All @@ -79,7 +79,7 @@
"pyright": "1.1.394",
"raku": "2024.12",
"remark-lint": "14.0.2",
"revive": "1.6.0",
"revive": "1.6.1",
"roslynator": "0.10.1.0",
"rst-lint": "1.4.0",
"rstcheck": "6.2.4",
Expand Down Expand Up @@ -115,7 +115,7 @@
"tflint": "0.55.1",
"trivy": "0.59.1",
"trivy-sbom": "0.59.1",
"trufflehog": "3.88.6",
"trufflehog": "3.88.8",
"ts-standard": "12.0.2",
"tsqllint": "1.16.0.0",
"v8r": "4.2.1",
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [golangci-lint](https://golangci-lint.run/) from 1.63.4 to **1.64.2** on 2025-02-12
- [pyright](https://github.com/Microsoft/pyright) from 1.1.393 to **1.1.394** on 2025-02-12
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.88.5 to **3.88.6** on 2025-02-12
- [revive](https://revive.run/) from 1.6.0 to **1.6.1** on 2025-02-13
- [prettier](https://prettier.io/) from 3.5.0 to **3.5.1** on 2025-02-13
- [phpstan](https://phpstan.org/) from 2.1.4 to **2.1.5** on 2025-02-13
- [checkov](https://www.checkov.io/) from 3.2.369 to **3.2.370** on 2025-02-13
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.88.6 to **3.88.8** on 2025-02-13
<!-- linter-versions-end -->

## [v8.4.2] - 2024-02-02
Expand Down
Loading

0 comments on commit 6ccfbc9

Please sign in to comment.