Commit 6720db4 1 parent 68cd8b2 commit 6720db4 Copy full SHA for 6720db4
File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change
1
+ name : Semgrep
1
2
on :
2
3
workflow_dispatch : {}
3
4
pull_request : {}
4
5
push :
5
6
branches :
6
- - main
7
- - master
7
+ - main
8
+ - master
8
9
paths :
9
- - .github/workflows/semgrep.yml
10
+ - .github/workflows/semgrep.yml
10
11
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 * * *'
14
14
jobs :
15
15
semgrep :
16
16
name : semgrep/ci
19
19
SEMGREP_APP_TOKEN : ${{ secrets.SEMGREP_APP_TOKEN }}
20
20
container :
21
21
image : returntocorp/semgrep
22
+ if : (github.actor != 'dependabot[bot]')
22
23
steps :
23
- - uses : actions/checkout@v3
24
- - run : semgrep ci
24
+ - uses : actions/checkout@v3
25
+ - run : semgrep ci
You can’t perform that action at this time.
0 commit comments