Skip to content

Trigger CodeQL and Scorecard on push to develop#16

Merged
chaksaray merged 1 commit into
mainfrom
ci/trigger-on-both-branches-main
Jul 21, 2026
Merged

Trigger CodeQL and Scorecard on push to develop#16
chaksaray merged 1 commit into
mainfrom
ci/trigger-on-both-branches-main

Conversation

@chaksaray

Copy link
Copy Markdown
Contributor

Summary

Same change as the companion PR against develop, applied to main's current
copy of these files (which already has dependabot's action-version bumps:
checkout@v7, codeql-action@v4, scorecard-action@v2.4.3) so this doesn't
revert those.

  • .github/workflows/codeql.yml and .github/workflows/scorecard.yml: push.branches now ["main", "develop"] instead of just ["main"]

Test plan

  • Both files validated with yaml.safe_load
  • pre-commit run --all-files passes

Both previously only ran on push to main. Since develop is where work
actually lands first, scanning stopped there meant a window between
merge to develop and the next develop-to-main sync where new code had
no CodeQL or Scorecard coverage at all.
@chaksaray
chaksaray merged commit d60cfea into main Jul 21, 2026
2 checks passed
@chaksaray
chaksaray deleted the ci/trigger-on-both-branches-main branch July 21, 2026 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant