Skip to content

Commit

Permalink
Bump gitleaks from 8.21.3 to 8.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabasoad committed Jan 1, 2025
1 parent 441dee3 commit f790cd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/update-license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: License

on: # yamllint disable-line rule:truthy
schedule:
# Every January 1st at 14:00 JST
- cron: "0 5 1 1 *"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .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: ["pre-commit", "pre-push"]
- repo: https://github.com/gitleaks/gitleaks
rev: v8.21.3
rev: v8.22.1
hooks:
- id: gitleaks
stages: ["pre-commit", "pre-push"]
Expand Down

0 comments on commit f790cd3

Please sign in to comment.