We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfbb2fd commit 0725529Copy full SHA for 0725529
.github/workflows/semgrep.yml
@@ -1,7 +1,7 @@
1
name: Semgrep Full Scan
2
on:
3
schedule:
4
- - cron: "0 6 * * MON" # Esecuzione settimanale ogni lunedì alle 6 del mattino
+ - cron: "0 2 * * MON"
5
6
permissions:
7
contents: read
0 commit comments