From 814dda7b17737ce8617ca9dcd4bcab2385594470 Mon Sep 17 00:00:00 2001 From: fabasoad Date: Sun, 6 Oct 2024 19:08:38 +0900 Subject: [PATCH] Bump gitleaks/gitleaks from 8.18.4 to 8.20.0 --- .github/workflows/release.yml | 2 +- .pre-commit-config.yaml | 6 +++--- .tool-versions | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 69417cc..6614551 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3cbb515..cd70471 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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"] @@ -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 @@ -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 diff --git a/.tool-versions b/.tool-versions index 43dfb36..f620974 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,4 +1,4 @@ gradle 8.10 -java openjdk-22 +java openjdk-23 coursier 2.1.9 pre-commit 3.8.0