From 41c5dad4dcde0fe9c92c8d4c0247e1ee23d6a5ae Mon Sep 17 00:00:00 2001 From: Ewan Harris Date: Fri, 27 Oct 2023 10:43:59 +0100 Subject: [PATCH] Apply suggestions from code review --- .github/workflows/semgrep.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 36c687d8..e6424ef3 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -8,7 +8,7 @@ on: - synchronize push: branches: - - master + - main schedule: - cron: "30 0 1,15 * *" @@ -46,4 +46,4 @@ jobs: - run: semgrep ci env: - SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }} + SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_TOKEN }}