Skip to content

Commit

Permalink
Update semgrep version
Browse files Browse the repository at this point in the history
This may have an issue with interpreting the GHA YAML files as part of the ruleset.
  • Loading branch information
sjkelly authored Feb 14, 2024
1 parent 33b08e0 commit eb45b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semgrep-rules-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
python-version: 3.9.2
- name: install semgrep
run: pip3 install semgrep==1.52.0
run: pip3 install semgrep==1.60.0
- name: validate rules
run: semgrep --validate --config .
- name: run semgrep
Expand Down

0 comments on commit eb45b70

Please sign in to comment.