File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
- name : Semgrep
2
1
on :
3
2
workflow_dispatch : {}
4
3
pull_request : {}
5
4
push :
6
5
branches :
7
- - main
8
- - master
6
+ - main
7
+ - master
9
8
paths :
10
- - .github/workflows/semgrep.yml
9
+ - .github/workflows/semgrep.yml
11
10
schedule :
12
- # random HH:MM to avoid a load spike on GitHub Actions at 00:00
13
- - cron : ' 18 13 * * *'
11
+ # random HH:MM to avoid a load spike on GitHub Actions at 00:00
12
+ - cron : 58 15 * * *
13
+ name : Semgrep
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]')
23
22
steps :
24
- - uses : actions/checkout@v3
25
- - run : semgrep ci
23
+ - uses : actions/checkout@v3
24
+ - run : semgrep ci
You can’t perform that action at this time.
0 commit comments