We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472bf0e commit f6fde43Copy full SHA for f6fde43
.pre-commit-config.yaml
@@ -35,12 +35,12 @@ repos:
35
- id: detect-secrets
36
37
- repo: https://github.com/gitleaks/gitleaks
38
- rev: v8.24.3
+ rev: v8.26.0
39
hooks:
40
- id: gitleaks
41
42
- repo: https://github.com/ansible-community/ansible-lint
43
- rev: v25.2.1
+ rev: v25.4.0
44
45
- id: ansible-lint
46
name: Ansible-lint
@@ -59,6 +59,6 @@ repos:
59
- ansible-core>=2.10.1
60
61
- repo: https://github.com/adrienverge/yamllint.git
62
- rev: v1.37.0 # or higher tag
+ rev: v1.37.1 # or higher tag
63
64
- id: yamllint
0 commit comments