Skip to content

Auth consolidation: remove One Tap, add sign-in gating for 5 additional free features #57

Auth consolidation: remove One Tap, add sign-in gating for 5 additional free features

Auth consolidation: remove One Tap, add sign-in gating for 5 additional free features #57

Workflow file for this run

name: Semgrep
on:
pull_request:
branches: [main, develop]
push:
branches: [main, develop]
schedule:
- cron: '20 4 * * 1'
workflow_dispatch: {}
concurrency:
group: semgrep-${{ github.ref }}
cancel-in-progress: true
jobs:
semgrep:
name: Semgrep
runs-on: ubuntu-latest
if: github.actor != 'dependabot[bot]'
permissions:
contents: read
container:
image: semgrep/semgrep
steps:
- uses: actions/checkout@v6
- run: semgrep ci
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}