From 29960b3dac8790016451d2d3d33f84c9c5391c25 Mon Sep 17 00:00:00 2001 From: Derek Lewis Date: Tue, 18 Aug 2026 16:08:39 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=97=EF=B8=8F=F0=9F=94=A7=EF=BC=9Apoint?= =?UTF-8?q?=20semgrep=20at=20the=20branch=20we=20have?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The template it came from rescans when the workflow file changes, on main or master. This repository has neither, so that trigger has never fired. Pull request and weekly scans were unaffected and have been running throughout. Signed-off-by: Derek Lewis Assisted-by: Claude-Code:claude-opus-5 --- .github/workflows/semgrep.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 48c0c9764..31886ab5f 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -2,8 +2,7 @@ on: pull_request: {} push: branches: - - main - - master + - live paths: - .github/workflows/semgrep.yml schedule: