Skip to content

Commit

Permalink
fix: semgrep version
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkothari22 committed Mar 16, 2024
1 parent 2c7c29c commit b072f50
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 @@ -27,7 +27,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

0 comments on commit b072f50

Please sign in to comment.