Merge pull request #42630 from khushi8112/fix-semgrep

ci: fix semgrep version in linters
This commit is contained in:
Khushi Rawat
2024-08-05 18:01:50 +05:30
committed by GitHub

View File

@@ -23,7 +23,7 @@ jobs:
run: git clone --depth 1 https://github.com/frappe/semgrep-rules.git frappe-semgrep-rules
- name: Download semgrep
run: pip install semgrep==0.97.0
run: pip install semgrep
- name: Run Semgrep rules
run: semgrep ci --config ./frappe-semgrep-rules/rules --config r/python.lang.correctness