From ab05f741994f8b27f768dcb82033276c9fb88082 Mon Sep 17 00:00:00 2001 From: Arseniy Sitnikov Date: Mon, 9 Jun 2025 10:49:51 +0300 Subject: [PATCH] fix for misha --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index c3d6770..7660a96 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - name: Run Semgrep (SAST) run: | pip install semgrep - semgrep --config=auto . + semgrep --config . -j 1 deploy: needs: lint-sast runs-on: ubuntu-latest