Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris authored Oct 27, 2023
1 parent 2ae4672 commit 41c5dad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- synchronize
push:
branches:
- master
- main
schedule:
- cron: "30 0 1,15 * *"

Expand Down Expand Up @@ -46,4 +46,4 @@ jobs:

- run: semgrep ci
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_TOKEN }}

0 comments on commit 41c5dad

Please sign in to comment.