Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored and github-actions[bot] committed Oct 22, 2024
1 parent 5a96422 commit 111a011
Show file tree
Hide file tree
Showing 20 changed files with 194 additions and 101 deletions.
71 changes: 56 additions & 15 deletions .automation/generated/linter-helps.json

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

14 changes: 7 additions & 7 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"bash-exec": "5.2.26",
"bicep_linter": "0.30.23",
"black": "24.10.0",
"cfn-lint": "1.17.2",
"cfn-lint": "1.18.1",
"checkmake": "0.2.0",
"checkov": "3.2.268",
"checkov": "3.2.269",
"checkstyle": "10.18.2",
"chktex": "1.7.8",
"clang-format": "17.0.6",
Expand Down Expand Up @@ -58,10 +58,10 @@
"markdown-table-formatter": "1.6.1",
"markdownlint": "0.42.0",
"misspell": "0.3.4",
"mypy": "1.12.1",
"mypy": "1.13.0",
"npm-groovy-lint": "15.0.2",
"npm-package-json-lint": "8.0.0",
"perlcritic": "1.152",
"perlcritic": "1.154",
"php": "7.4.26",
"php-cs-fixer": "3.64.0",
"phpcs": "3.10.3",
Expand Down Expand Up @@ -98,23 +98,23 @@
"shellcheck": "0.10.0",
"shfmt": "3.10.0",
"snakefmt": "0.10.2",
"snakemake": "8.23.2",
"snakemake": "8.24.0",
"spectral": "6.13.1",
"sql-lint": "1.0.0",
"sqlfluff": "3.2.4",
"standard": "17.1.2",
"stylelint": "16.10.0",
"stylua": "0.20.0",
"swiftlint": "0.57.0",
"syft": "1.14.1",
"syft": "1.14.2",
"tekton-lint": "1.1.0",
"terraform-fmt": "1.9.5",
"terragrunt": "0.67.5",
"terrascan": "1.19.9",
"tflint": "0.53.0",
"trivy": "0.56.2",
"trivy-sbom": "0.56.2",
"trufflehog": "3.82.11",
"trufflehog": "3.82.12",
"ts-standard": "12.0.2",
"tsqllint": "1.15.3.0",
"v8r": "4.1.0",
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [mypy](https://mypy.readthedocs.io/en/stable/) from 1.12.0 to **1.12.1** on 2024-10-20
- [shfmt](https://github.com/mvdan/sh) from 3.9.0 to **3.10.0** on 2024-10-20
- [checkov](https://www.checkov.io/) from 3.2.267 to **3.2.268** on 2024-10-20
- [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.17.2 to **1.18.1** on 2024-10-22
- [perlcritic](https://metacpan.org/pod/Perl::Critic) from 1.152 to **1.154** on 2024-10-22
- [mypy](https://mypy.readthedocs.io/en/stable/) from 1.12.1 to **1.13.0** on 2024-10-22
- [checkov](https://www.checkov.io/) from 3.2.268 to **3.2.269** on 2024-10-22
- [syft](https://github.com/anchore/syft) from 1.14.1 to **1.14.2** on 2024-10-22
- [trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.82.11 to **3.82.12** on 2024-10-22
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 8.23.2 to **8.24.0** on 2024-10-22
<!-- linter-versions-end -->

## [v8.1.0] - 2024-10-13
Expand Down
Loading

0 comments on commit 111a011

Please sign in to comment.