Skip to content

feat: allow price per advertiser #841

feat: allow price per advertiser

feat: allow price per advertiser #841

Workflow file for this run

name: "Semgrep App"
on:
pull_request:
push:
branches:
- master
- prod
paths:
- .github/workflows/semgrep.yml
schedule:
- cron: "0 0 1 * *"
jobs:
analyze:
name: Scan
runs-on: ubuntu-latest
if: (github.actor != 'dependabot[bot]')
steps:
# Fetch project source
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: returntocorp/semgrep-action@v1
with:
publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}