We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d665413 commit 5fa8284Copy full SHA for 5fa8284
1 file changed
template/.github/workflows/scorecards.yml
@@ -9,6 +9,8 @@ on:
9
# To guarantee Maintained check is occasionally updated. See
10
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
11
schedule:
12
+ # Default used by the scorecard action.
13
+ # Runs every Tuesday at 7:20am UTC. See https://crontab.guru/#20_7_*_*_2
14
- cron: "20 7 * * 2"
15
push:
16
branches:
0 commit comments