Skip to content

Commit e77764c

Browse files
committedMay 14, 2024·
Update file
1 parent 738860a commit e77764c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎.github/workflows/semgrep.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,17 @@ on:
99
- .github/workflows/semgrep.yml
1010
schedule:
1111
# random HH:MM to avoid a load spike on GitHub Actions at 00:00
12-
- cron: 19 2 * * *
12+
- cron: 25 22 * * *
1313
name: Semgrep
1414
jobs:
1515
semgrep:
1616
name: semgrep/ci
1717
runs-on: ubuntu-20.04
1818
env:
1919
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
20+
SEMGREP_APP_URL: ${{ vars.SEMGREP_APP_URL }}
2021
container:
2122
image: returntocorp/semgrep
2223
steps:
2324
- uses: actions/checkout@v3
24-
- run: semgrep ci
25+
- run: semgrep ci

0 commit comments

Comments
 (0)
Please sign in to comment.