Skip to content

Commit fbdb51c

Browse files
authored
[automation] Auto-update linters version, help and documentation (#5793)
* [automation] Auto-update linters version, help and documentation * [MegaLinter] Apply linters fixes --------- Co-authored-by: nvuillam <17500430+nvuillam@users.noreply.github.com>
1 parent 8574ac0 commit fbdb51c

File tree

30 files changed

+72
-85
lines changed

30 files changed

+72
-85
lines changed

.automation/generated/linter-helps.json

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.automation/generated/linter-versions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bash-exec": "5.2.37",
77
"bicep_linter": "0.36.177",
88
"black": "25.1.0",
9-
"cfn-lint": "1.37.2",
9+
"cfn-lint": "1.38.0",
1010
"checkmake": "0.2.0",
1111
"checkov": "3.2.413",
1212
"checkstyle": "10.26.1",
@@ -50,7 +50,7 @@
5050
"kubeconform": "0.7.0",
5151
"kubescape": "3.0.34",
5252
"kubeval": "0.16.1",
53-
"lightning-flow-scanner": "3.26.0",
53+
"lightning-flow-scanner": "3.26.1",
5454
"lintr": "0.0.0",
5555
"ls-lint": "2.3.1",
5656
"luacheck": "1.2.0",
@@ -64,7 +64,7 @@
6464
"npm-package-json-lint": "8.0.0",
6565
"perlcritic": "1.156",
6666
"php": "7.4.26",
67-
"php-cs-fixer": "3.82.2",
67+
"php-cs-fixer": "3.83.0",
6868
"phpcs": "3.13.2",
6969
"phplint": "9.6.2",
7070
"phpstan": "2.1.17",

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
126126
- [tflint](https://github.com/terraform-linters/tflint) from 0.58.0 to **0.58.1** on 2025-07-13
127127
- [shfmt](https://github.com/mvdan/sh) from 3.11.0 to **3.12.0** on 2025-07-14
128128
- [rubocop](https://rubocop.org/) from 1.77.0 to **1.78.0** on 2025-07-14
129+
- [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.37.2 to **1.38.0** on 2025-07-15
130+
- [php-cs-fixer](https://cs.symfony.com/) from 3.82.2 to **3.83.0** on 2025-07-15
131+
- [lightning-flow-scanner](https://github.com/Lightning-Flow-Scanner) from 3.26.0 to **3.26.1** on 2025-07-15
129132
<!-- linter-versions-end -->
130133

131134
## [v8.8.0] - 2024-06-15

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ARG ACTION_ACTIONLINT_VERSION=1.7.7
1616
# renovate: datasource=docker depName=koalaman/shellcheck
1717
ARG BASH_SHELLCHECK_VERSION=v0.10.0
1818
# renovate: datasource=docker depName=rhysd/actionlint
19-
ARG BASH_SHFMT_VERSION=v3.12.0-alpine
19+
ARG BASH_SHFMT_VERSION=v3.11.0-alpine
2020
# renovate: datasource=docker depName=hadolint/hadolint
2121
ARG DOCKERFILE_HADOLINT_VERSION=v2.12.0-alpine
2222
# renovate: datasource=docker depName=mstruebing/editorconfig-checker

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
[![MegaLinter](https://github.com/oxsecurity/megalinter/workflows/MegaLinter/badge.svg?branch=main)](https://github.com/oxsecurity/megalinter/actions?query=workflow%3AMegaLinter+branch%3Amain)
2424
[![codecov](https://codecov.io/gh/oxsecurity/megalinter/branch/main/graph/badge.svg)](https://codecov.io/gh/oxsecurity/megalinter)
2525
<!-- gh-dependents-info-used-by-start -->
26-
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=2788&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/blob/main/./docs/used-by-stats.md)<!-- gh-dependents-info-used-by-end -->
26+
[![Generated by github-dependents-info](https://img.shields.io/static/v1?label=Used%20by&message=2759&color=informational&logo=slickpic)](https://github.com/oxsecurity/megalinter/blob/main/./docs/used-by-stats.md)<!-- gh-dependents-info-used-by-end -->
2727
[![Secured with Trivy](https://img.shields.io/badge/Trivy-secured-green?logo=docker)](https://github.com/aquasecurity/trivy)
2828
[![GitHub contributors](https://img.shields.io/github/contributors/oxsecurity/megalinter.svg)](https://github.com/oxsecurity/megalinter/graphs/contributors/)
2929
[![GitHub Sponsors](https://img.shields.io/github/sponsors/nvuillam)](https://github.com/sponsors/nvuillam)

0 commit comments

Comments
 (0)