Skip to content

Commit

Permalink
ci: unpin semgrep to get the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
barredterra committed Sep 5, 2024
1 parent 2d857f6 commit 4040b4e
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 @@ -50,7 +50,7 @@ jobs:

- name: Run Semgrep rules
run: |
pip install semgrep==0.97.0
pip install semgrep
semgrep ci --config ./frappe-semgrep-rules/rules --config r/python.lang.correctness
deps-vulnerable-check:
Expand Down

0 comments on commit 4040b4e

Please sign in to comment.