Skip to content

fix: persist review session to prevent 'Line could not be resolved' e… #147

fix: persist review session to prevent 'Line could not be resolved' e…

fix: persist review session to prevent 'Line could not be resolved' e… #147

Workflow file for this run

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