We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95e31a1 + 3dfd59d commit ff9d0d6Copy full SHA for ff9d0d6
.pre-commit-config.yaml
@@ -37,14 +37,14 @@ repos:
37
exclude: .config/.gitleaks-report.json tasks/parse_etc_password
38
39
- repo: https://github.com/gitleaks/gitleaks
40
- rev: v8.29.1
+ rev: v8.30.0
41
hooks:
42
- id: gitleaks
43
args: ['--baseline-path', '.config/.gitleaks-report.json']
44
exclude: .config/.secrets.baseline
45
46
- repo: https://github.com/ansible-community/ansible-lint
47
- rev: v25.11.0
+ rev: v26.1.1
48
49
- id: ansible-lint
50
name: Ansible-lint
@@ -63,6 +63,6 @@ repos:
63
- ansible-core>=2.10.1
64
65
- repo: https://github.com/adrienverge/yamllint.git
66
- rev: v1.37.1 # or higher tag
+ rev: v1.38.0 # or higher tag
67
68
- id: yamllint
0 commit comments