diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 7660a96..6a3873c 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 . -j 1 + semgrep --config . --jobs 1 --max-memory 4000 deploy: needs: lint-sast runs-on: ubuntu-latest