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 accfa31 commit 0204bb9Copy full SHA for 0204bb9
3 files changed
.github/workflows/codeql.yml
@@ -8,7 +8,7 @@ on:
8
branches:
9
- 'main'
10
schedule:
11
- - cron: '0 0 * * 1'
+ - cron: '0 5 * * 5'
12
13
permissions:
14
contents: 'read'
.github/workflows/pre-commit-autoupdate.yml
@@ -2,7 +2,7 @@ name: 'Linuxfabrik: Update pre-commit hooks'
2
3
on:
4
5
- - cron: '0 8 * * 1'
6
workflow_dispatch: {}
7
permissions: 'read-all'
.github/workflows/scorecard.yml
@@ -3,7 +3,7 @@ name: 'Scorecard supply-chain security'
branch_protection_rule: {}
- - cron: '22 14 * * 4'
0 commit comments