Skip to content

Commit 5b3a7cf

Browse files
authored
[automation] Auto-update linters version, help and documentation (#5758)
* [automation] Auto-update linters version, help and documentation * [MegaLinter] Apply linters fixes --------- Co-authored-by: nvuillam <[email protected]>
1 parent 08ebd77 commit 5b3a7cf

File tree

154 files changed

+1334
-1358
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

154 files changed

+1334
-1358
lines changed

.automation/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"CSS_SCSSLINT", # Removed in v8
144144
"OPENAPI_SPECTRAL", # Removed in v8
145145
"SQL_SQL_LINT", # Removed in v8
146-
"MARKDOWN_MARKDOWN_LINK_CHECK" # Removed in v9
146+
"MARKDOWN_MARKDOWN_LINK_CHECK", # Removed in v9
147147
]
148148

149149
DESCRIPTORS_FOR_BUILD_CACHE = None

.automation/generated/linter-helps.json

Lines changed: 8 additions & 9 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"arm-ttk": "0.0.0",
55
"bandit": "1.8.6",
66
"bash-exec": "5.2.37",
7-
"bicep_linter": "0.36.1",
7+
"bicep_linter": "0.36.177",
88
"black": "25.1.0",
99
"cfn-lint": "1.37.0",
1010
"checkmake": "0.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.77.0",
67+
"php-cs-fixer": "3.82.0",
6868
"phpcs": "3.13.2",
6969
"phplint": "9.6.2",
7070
"phpstan": "2.1.17",

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
109109
- [secretlint](https://github.com/secretlint/secretlint) from 10.1.1 to **10.2.0** on 2025-07-06
110110
- [snakemake](https://snakemake.github.io/) from 9.6.3 to **9.7.1** on 2025-07-06
111111
- [kics](https://www.kics.io) from 2.1.10 to **2.1.11** on 2025-07-07
112+
- [bicep_linter](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter) from 0.36.1 to **0.36.177** on 2025-07-08
113+
- [php-cs-fixer](https://cs.symfony.com/) from 3.77.0 to **3.82.0** on 2025-07-08
112114
<!-- linter-versions-end -->
113115

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

0 commit comments

Comments
 (0)