From 44bcf5efaf8a890cefa3c9d13ec8148a52b429b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 05:49:43 +0000 Subject: [PATCH] ci: update pinned tool versions --- .github/tools/versions.json | 4 ++-- prek.toml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/tools/versions.json b/.github/tools/versions.json index 04a1a41..6e2c1ad 100644 --- a/.github/tools/versions.json +++ b/.github/tools/versions.json @@ -1,6 +1,6 @@ { "cyclonedx_cli": "v0.32.0", - "opengrep": "v1.21.0", - "poutine": "1.1.4", + "opengrep": "v1.22.0", + "poutine": "1.1.6", "trufflehog": "3.95.3" } diff --git a/prek.toml b/prek.toml index 12c6b48..2918797 100644 --- a/prek.toml +++ b/prek.toml @@ -2,7 +2,7 @@ # See https://prek.j178.dev for more information. #:schema https://www.schemastore.org/prek.json -minimum_prek_version = "0.3.11" +minimum_prek_version = "0.3.13" default_install_hook_types = ["pre-commit", "pre-push"] [[repos]] @@ -34,7 +34,7 @@ hooks = [ [[repos]] repo = "https://github.com/astral-sh/ruff-pre-commit" -rev = "5e2fb545eba1ea9dc051f6f962d52fe8f76a9794" # frozen: v0.15.13 +rev = "0c7b6c989466a93942def1f84baf36ddfcd60c83" # frozen: v0.15.14 hooks = [ { id = "ruff", args = ["--fix"], files = '^\.github/scripts/.*\.py$' }, { id = "ruff-format", files = '^\.github/scripts/.*\.py$' }, @@ -70,7 +70,7 @@ hooks = [ [[repos]] repo = "https://github.com/betterleaks/betterleaks" -rev = "296fee33358904c47d094fa6716347b223b2c13f" # frozen: v1.2.0 +rev = "ea102f10e2255c28a2e45cd58db643ee5864e05b" # frozen: v1.3.1 hooks = [ { id = "betterleaks" }, ]