diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4771eb9..adecfe0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,13 +42,13 @@ repos: name: Detect Secrets test - repo: https://github.com/gitleaks/gitleaks - rev: v8.30.0 + rev: v8.30.1 hooks: - id: gitleaks name: Run Gitleaks test - repo: https://github.com/ansible-community/ansible-lint - rev: v26.2.0 + rev: v26.3.0 hooks: - id: ansible-lint name: Ansible-lint