Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation (#4472)
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 Jan 9, 2025
1 parent 3f8cf1d commit 99b5a9a
Show file tree
Hide file tree
Showing 11 changed files with 57 additions and 51 deletions.
6 changes: 3 additions & 3 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,11 +8,11 @@
"black": "24.10.0",
"cfn-lint": "1.22.3",
"checkmake": "0.2.0",
"checkov": "3.2.351",
"checkov": "3.2.352",
"checkstyle": "10.21.1",
"chktex": "1.7.8",
"clang-format": "17.0.6",
"clippy": "0.1.83",
"clippy": "0.1.84",
"clj-kondo": "2024.11.14",
"cljstyle": "0.17.642",
"coffeelint": "5.2.11",
Expand Down Expand Up @@ -85,8 +85,8 @@
"rstcheck": "6.2.4",
"rstfmt": "0.0.14",
"rubocop": "1.69.2",
"ruff": "0.8.6",
"ruff-format": "0.8.6",
"ruff": "0.9.0",
"ruff-format": "0.9.0",
"scalafix": "0.13.0",
"scss-lint": "0.60.0",
"secretlint": "9.0.0",
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [php-cs-fixer](https://cs.symfony.com/) from 3.66.2 to **3.67.0** on 2025-01-08
- [checkov](https://www.checkov.io/) from 3.2.350 to **3.2.351** on 2025-01-08
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 8.26.0 to **8.27.1** on 2025-01-08
- [ruff-format](https://github.com/astral-sh/ruff) from 0.8.6 to **0.9.0** on 2025-01-09
- [ruff](https://github.com/astral-sh/ruff) from 0.8.6 to **0.9.0** on 2025-01-09
- [checkov](https://www.checkov.io/) from 3.2.351 to **3.2.352** on 2025-01-09
- [clippy](https://github.com/rust-lang/rust-clippy) from 0.1.83 to **0.1.84** on 2025-01-09
<!-- linter-versions-end -->

## [v8.3.0] - 2024-11-23
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=2824&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=2826&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 99b5a9a

Please sign in to comment.