Skip to content

Commit 6720db4

Browse files
Update semgrep.yml
1 parent 68cd8b2 commit 6720db4

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/semgrep.yml

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1+
name: Semgrep
12
on:
23
workflow_dispatch: {}
34
pull_request: {}
45
push:
56
branches:
6-
- main
7-
- master
7+
- main
8+
- master
89
paths:
9-
- .github/workflows/semgrep.yml
10+
- .github/workflows/semgrep.yml
1011
schedule:
11-
# random HH:MM to avoid a load spike on GitHub Actions at 00:00
12-
- cron: 1 11 * * *
13-
name: Semgrep
12+
# random HH:MM to avoid a load spike on GitHub Actions at 00:00
13+
- cron: '11 15 * * *'
1414
jobs:
1515
semgrep:
1616
name: semgrep/ci
@@ -19,6 +19,7 @@ jobs:
1919
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
2020
container:
2121
image: returntocorp/semgrep
22+
if: (github.actor != 'dependabot[bot]')
2223
steps:
23-
- uses: actions/checkout@v3
24-
- run: semgrep ci
24+
- uses: actions/checkout@v3
25+
- run: semgrep ci

0 commit comments

Comments
 (0)