Skip to content

⬆️ Updates Pygments to v2.20.0 [SECURITY] #697

⬆️ Updates Pygments to v2.20.0 [SECURITY]

⬆️ Updates Pygments to v2.20.0 [SECURITY] #697

Workflow file for this run

name: Semgrep
on:
pull_request: { }
push:
branches:
- main
- master
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: returntocorp/semgrep-action@v1
with:
publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}