From c246b5e71d0315ff78dbab5bbf87dc502b4b695c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 03:41:57 +0000 Subject: [PATCH] chore(deps): update dependency opengrep/opengrep to v1.27.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..5a3630b5 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.27.0}" +OPENGREP_SHA256="${OPENGREP_SHA256:-9d47d7de3f22ec5a93b25af9126648191e3d3b5d759dd4f699006138724719b3}" # renovate: datasource=github-tags depName=semgrep/semgrep-rules SEMGREP_RULES_REF="${SEMGREP_RULES_REF:-40b8c63f75dc7c22c8a77482d73bfb864b146f7e}"