From 86bfe3e4d21468ead42a6f3bcf40b3fbbb274c42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 12:08:54 +0000 Subject: [PATCH] chore(deps): update dependency opengrep/opengrep to v1.26.0 --- ci/setup-tools.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/setup-tools.sh b/ci/setup-tools.sh index c24ca8de..a7e7896c 100644 --- a/ci/setup-tools.sh +++ b/ci/setup-tools.sh @@ -19,8 +19,8 @@ OSV_SCANNER_VERSION="${OSV_SCANNER_VERSION:-v2.4.0}" OSV_SCANNER_SHA256="${OSV_SCANNER_SHA256:-15314940c10d26af9c6649f150b8a47c1262e8fc7e17b1d1029b0e479e8ed8a0}" # renovate: datasource=github-release-attachments depName=opengrep/opengrep -OPENGREP_VERSION="${OPENGREP_VERSION:-v1.25.0}" -OPENGREP_SHA256="${OPENGREP_SHA256:-9ac4aebb47ba3f7b0d8fc641ac8749cb6c2f253f616131a67d9631e00d4bea33}" +OPENGREP_VERSION="${OPENGREP_VERSION:-v1.26.0}" +OPENGREP_SHA256="${OPENGREP_SHA256:-40c21299eeddabf743b856daa843d24f9d4a027130671cd45b3b21776fd9ab26}" # renovate: datasource=github-tags depName=semgrep/semgrep-rules SEMGREP_RULES_REF="${SEMGREP_RULES_REF:-40b8c63f75dc7c22c8a77482d73bfb864b146f7e}"