Skip to content

fix: sort merged diff lines by original change index and prevent pair… #155

fix: sort merged diff lines by original change index and prevent pair…

fix: sort merged diff lines by original change index and prevent pair… #155

Workflow file for this run

name: Semgrep
on:
push:
workflow_dispatch:
permissions:
contents: read
jobs:
semgrep:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
with:
persist-credentials: false
- name: Install semgrep
run: pip install semgrep
- name: Scan
run: semgrep --config p/default --error .