Skip to content

Commit

Permalink
Bump gitleaks/gitleaks from 8.18.0 to 8.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabasoad committed Dec 28, 2023
1 parent 4cbe3f1 commit 0887cad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
- id: detect-secrets
stages: ["commit", "push"]
- repo: https://github.com/gitleaks/gitleaks
rev: v8.18.0
rev: v8.18.1
hooks:
- id: gitleaks
stages: ["commit", "push"]
Expand All @@ -43,13 +43,13 @@ repos:
args: ['-R', 'java-basic,java-empty,java-imports,java-unnecessary,java-unusedcode', '-dir', '.']
exclude: /test/
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.11.0
rev: v2.12.0
hooks:
- id: pretty-format-java
args: [--autofix]
# Markdown
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.37.0
rev: v0.38.0
hooks:
- id: markdownlint
# Yaml
Expand Down

0 comments on commit 0887cad

Please sign in to comment.