Skip to content

Update PKCE-related messaging for Swift and Flutter mobile Quickstarts #632

Update PKCE-related messaging for Swift and Flutter mobile Quickstarts

Update PKCE-related messaging for Swift and Flutter mobile Quickstarts #632

Workflow file for this run

name: Semgrep
on:
pull_request: {}
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
if: (github.actor != 'dependabot[bot]' && github.actor != 'snyk-bot')
steps:
- uses: actions/checkout@v2
- uses: returntocorp/semgrep-action@v1
with:
publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}