Skip to content

Commit

Permalink
build: run semgrep across all python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsobanjaved authored and feanil committed May 9, 2024
1 parent 0a3479e commit 8190e46
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,13 @@ jobs:

semgrep:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.11', '3.12']
steps:
- uses: actions/checkout@v3
- run: make ci_up
env:
PYTHON_VERSION: 3.8
PYTHON_VERSION: ${{ matrix.python-version }}
- name: Run semgrep Django rules
run: make ci_semgrep

0 comments on commit 8190e46

Please sign in to comment.