Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/Yelp/detect-secrets: v1.4.0 → v1.5.0](Yelp/detect-secrets@v1.4.0...v1.5.0)
- [github.com/ansible-community/ansible-lint: v24.2.2 → v24.2.3](ansible/ansible-lint@v24.2.2...v24.2.3)
  • Loading branch information
pre-commit-ci[bot] authored May 13, 2024
1 parent d63c5b6 commit 78f0e36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repos:

# Scan for passwords
- repo: https://github.com/Yelp/detect-secrets
rev: v1.4.0
rev: v1.5.0
hooks:
- id: detect-secrets
args: [ '--baseline', '.config/.secrets.baseline' ]
Expand All @@ -42,7 +42,7 @@ repos:
args: ['--baseline-path', '.config/.gitleaks-report.json']

- repo: https://github.com/ansible-community/ansible-lint
rev: v24.2.2
rev: v24.2.3
hooks:
- id: ansible-lint
name: Ansible-lint
Expand Down

0 comments on commit 78f0e36

Please sign in to comment.