Skip to content

Commit

Permalink
Update CodeQL schedule in sample profiles
Browse files Browse the repository at this point in the history
Run weekly instead of 3x/day, aligns with GitHub's default.
  • Loading branch information
danbarr committed Oct 16, 2024
1 parent 23432c6 commit 5214cf4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion profiles/github/ghas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repository:
- type: codeql_enabled
def:
languages: [go, javascript, typescript, python]
schedule_interval: '30 4-6 * * *'
schedule_interval: '30 4 * * 0'
- type: dependabot_configured
def:
package_ecosystem: gomod
Expand Down
2 changes: 1 addition & 1 deletion profiles/github/openssf_security_baseline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ repository:
- type: codeql_enabled
def:
languages: []
schedule_interval: '30 4-6 * * *'
schedule_interval: '30 4 * * 0'

# Force two-person review on pull requests before merging
- type: branch_protection_require_pull_request_approving_review_count
Expand Down
2 changes: 1 addition & 1 deletion profiles/github/profile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repository:
- type: codeql_enabled
def:
languages: [go, javascript, typescript]
schedule_interval: '30 4-6 * * *'
schedule_interval: '30 4 * * 0'
- type: actions_check_pinned_tags
def:
exclude: []
Expand Down
2 changes: 1 addition & 1 deletion profiles/github/repo_security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ repository:
- type: codeql_enabled
def:
languages: [go, javascript, typescript]
schedule_interval: '30 4-6 * * *'
schedule_interval: '30 4 * * 0'

0 comments on commit 5214cf4

Please sign in to comment.