diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 821010c4..3051e2c1 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -3,13 +3,13 @@ on: pull_request: {} push: branches: - - main - - master + - main + - master paths: - - .github/workflows/semgrep.yml + - .github/workflows/semgrep.yml schedule: - # random HH:MM to avoid a load spike on GitHub Actions at 00:00 - - cron: 52 20 * * * + # random HH:MM to avoid a load spike on GitHub Actions at 00:00 + - cron: 52 20 * * * name: Semgrep jobs: semgrep: @@ -20,5 +20,5 @@ jobs: container: image: returntocorp/semgrep steps: - - uses: actions/checkout@v3 - - run: semgrep ci + - uses: actions/checkout@v3 + - run: semgrep ci