We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ee8677 commit 8e6deebCopy full SHA for 8e6deeb
1 file changed
.github/workflows/semgrep.yml
@@ -3,13 +3,13 @@ on:
3
pull_request: {}
4
push:
5
branches:
6
- - main
7
- - master
+ - main
+ - master
8
paths:
9
- - .github/workflows/semgrep.yml
+ - .github/workflows/semgrep.yml
10
schedule:
11
- # random HH:MM to avoid a load spike on GitHub Actions at 00:00
12
- - cron: 37 14 * * *
+ # random HH:MM to avoid a load spike on GitHub Actions at 00:00
+ - cron: 37 14 * * *
13
name: Semgrep
14
jobs:
15
semgrep:
@@ -22,5 +22,5 @@ jobs:
22
container:
23
image: semgrep/semgrep
24
steps:
25
- - uses: actions/checkout@v4
26
- - run: semgrep ci
+ - uses: actions/checkout@v4
+ - run: semgrep ci
0 commit comments