Skip to content

Commit

Permalink
Merge pull request #6 from JuliaComputing/sjk/ci1
Browse files Browse the repository at this point in the history
Pin semgrep version in CI
  • Loading branch information
sjkelly authored Dec 21, 2023
2 parents 32a712b + 15bd4cb commit 33b08e0
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
run: pip3 install semgrep==1.52.0
- name: validate rules
run: semgrep --validate --config .
- name: run semgrep
Expand Down

0 comments on commit 33b08e0

Please sign in to comment.