Skip to content

Commit

Permalink
Bump gitleaks/gitleaks from 8.18.4 to 8.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabasoad committed Oct 6, 2024
1 parent 7de3169 commit 814dda7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ on: # yamllint disable-line rule:truthy
jobs:
github:
name: GitHub
uses: fabasoad/reusable-workflows/.github/workflows/wf-github-release.yml@main
uses: fabasoad/reusable-workflows/.github/workflows/wf-github-release.yml@dependabot/github_actions/zaproxy/action-api-scan-0.8.0
with:
bump-tags: false
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.4
rev: v8.20.0
hooks:
- id: gitleaks
stages: ["commit", "push"]
Expand Down Expand Up @@ -60,7 +60,7 @@ repos:
args: [--autofix]
# Markdown
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.41.0
rev: v0.42.0
hooks:
- id: markdownlint
# Yaml
Expand All @@ -70,7 +70,7 @@ repos:
- id: yamllint
# Other
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-merge-conflict
- id: check-json
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gradle 8.10
java openjdk-22
java openjdk-23
coursier 2.1.9
pre-commit 3.8.0

0 comments on commit 814dda7

Please sign in to comment.