From 46da664b9659ab2756c7169af8a39747185ce488 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Thu, 11 Dec 2025 13:52:51 -0800 Subject: [PATCH] fix path shit --- .gitea/workflows/security.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/security.yml b/.gitea/workflows/security.yml index 658b586..efaefd5 100644 --- a/.gitea/workflows/security.yml +++ b/.gitea/workflows/security.yml @@ -66,7 +66,9 @@ jobs: run: | sudo apt-get install pipx pipx ensurepath + sudo pipx ensurepath --global pipx install semgrep + pipx ensurepath semgrep --version # Static code analysis with Semgrep