Skip to content

Commit ff9d0d6

Browse files
Merge pull request #194 from ansible-lockdown/devel
Update to main
2 parents 95e31a1 + 3dfd59d commit ff9d0d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ repos:
3737
exclude: .config/.gitleaks-report.json tasks/parse_etc_password
3838

3939
- repo: https://github.com/gitleaks/gitleaks
40-
rev: v8.29.1
40+
rev: v8.30.0
4141
hooks:
4242
- id: gitleaks
4343
args: ['--baseline-path', '.config/.gitleaks-report.json']
4444
exclude: .config/.secrets.baseline
4545

4646
- repo: https://github.com/ansible-community/ansible-lint
47-
rev: v25.11.0
47+
rev: v26.1.1
4848
hooks:
4949
- id: ansible-lint
5050
name: Ansible-lint
@@ -63,6 +63,6 @@ repos:
6363
- ansible-core>=2.10.1
6464

6565
- repo: https://github.com/adrienverge/yamllint.git
66-
rev: v1.37.1 # or higher tag
66+
rev: v1.38.0 # or higher tag
6767
hooks:
6868
- id: yamllint

0 commit comments

Comments
 (0)