Skip to content

Commit

Permalink
ci: fix semgrep version in linters
Browse files Browse the repository at this point in the history
  • Loading branch information
khushi8112 committed Aug 5, 2024
1 parent 6cba69c commit 6ceb347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6ceb347

Please sign in to comment.