Skip to content

Commit

Permalink
Merge pull request #8 from ansible-lockdown/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
uk-bolly authored Apr 25, 2024
2 parents f934c35 + 603fc05 commit cadaf4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
# Safety
- id: detect-aws-credentials
Expand Down Expand Up @@ -36,12 +36,12 @@ repos:
- id: detect-secrets

- repo: https://github.com/gitleaks/gitleaks
rev: v8.18.0
rev: v8.18.2
hooks:
- id: gitleaks

- repo: https://github.com/ansible-community/ansible-lint
rev: v6.21.1
rev: v24.2.2
hooks:
- id: ansible-lint
name: Ansible-lint
Expand All @@ -60,6 +60,6 @@ repos:
- ansible-core>=2.10.1

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.32.0 # or higher tag
rev: v1.35.1 # or higher tag
hooks:
- id: yamllint

0 comments on commit cadaf4d

Please sign in to comment.