Skip to content

chore(con): replace outdated Calendly link for the consultancy calls #1701

chore(con): replace outdated Calendly link for the consultancy calls

chore(con): replace outdated Calendly link for the consultancy calls #1701

Workflow file for this run

on:
pull_request: {}
push:
branches:
- master
paths:
- .github/workflows/semgrep.yml
schedule:
- cron: '0 0 * * *'
name: Semgrep
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: returntocorp/semgrep-action@v1
with:
publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}