Skip to content

Jy/sc 122135/integrate semgrep with shortcut #1

Jy/sc 122135/integrate semgrep with shortcut

Jy/sc 122135/integrate semgrep with shortcut #1

Workflow file for this run

name: Semgrep via Shared Workflow
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
paths:
- .github/workflows/semgrep.yml
schedule:
# random HH:MM to avoid a load spike on GitHub Actions at 00:00
- cron: '15 20 * * *'
jobs:
call-workflow:
uses: headway/actions/.github/workflows/semgrep.yaml@a39164693e31e3c249bf7b669b1589ae044a4103

Check failure on line 15 in .github/workflows/semgrep.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/semgrep.yml

Invalid workflow file

error parsing called workflow ".github/workflows/semgrep.yml" -> "headway/actions/.github/workflows/semgrep.yaml@a39164693e31e3c249bf7b669b1589ae044a4103" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}