Skip to content

Commit

Permalink
Merge branch 'master' into 598-bad-moment-import
Browse files Browse the repository at this point in the history
  • Loading branch information
adamalfredsson committed Aug 2, 2023
2 parents 75b302e + 2e3ec92 commit 1c63f0a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -20,5 +20,5 @@ jobs:
container:
image: returntocorp/semgrep
steps:
- uses: actions/checkout@v3
- run: semgrep ci
- uses: actions/checkout@v3
- run: semgrep ci

0 comments on commit 1c63f0a

Please sign in to comment.