fix for misha
Some checks failed
CI/CD Pipeline / lint-sast (push) Failing after 42s
CI/CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
Arseniy Sitnikov 2025-06-09 10:49:51 +03:00
parent 4890df9876
commit ab05f74199

View File

@ -28,7 +28,7 @@ jobs:
- name: Run Semgrep (SAST) - name: Run Semgrep (SAST)
run: | run: |
pip install semgrep pip install semgrep
semgrep --config=auto . semgrep --config . -j 1
deploy: deploy:
needs: lint-sast needs: lint-sast
runs-on: ubuntu-latest runs-on: ubuntu-latest