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/gitleaks/gitleaks: v8.18.4 → v8.19.3](gitleaks/gitleaks@v8.18.4...v8.19.3)
- [github.com/python-jsonschema/check-jsonschema: 0.29.2 → 0.29.3](python-jsonschema/check-jsonschema@0.29.2...0.29.3)
  • Loading branch information
pre-commit-ci[bot] authored Sep 30, 2024
1 parent b58b3b7 commit 1eab364
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 @@ -106,14 +106,14 @@ repos:
files: /tests_openshift.*\.yaml$
stages: [manual, push]
- repo: https://github.com/gitleaks/gitleaks
rev: v8.18.4
rev: v8.19.3
hooks:
- id: gitleaks
# The hook runs 'gitleaks protect --staged' which parses output of
# 'git diff --staged', i.e. always passes in pre-push/manual stage.
stages: [commit]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.2
rev: 0.29.3
hooks:
- id: check-github-workflows
args: ["--verbose"]
Expand Down

0 comments on commit 1eab364

Please sign in to comment.