Skip to content

⬆️ Updates PyJWT to v2.12.0 [SECURITY] #699

⬆️ Updates PyJWT to v2.12.0 [SECURITY]

⬆️ Updates PyJWT to v2.12.0 [SECURITY] #699

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 }}