Skip to content

ci: allow CodeQL to be triggered on demand - #15

Merged
mschmicking merged 1 commit into
mainfrom
ci/enable-codeql-dispatch
Jul 31, 2026
Merged

ci: allow CodeQL to be triggered on demand#15
mschmicking merged 1 commit into
mainfrom
ci/enable-codeql-dispatch

Conversation

@mschmicking

Copy link
Copy Markdown
Owner

Every CodeQL run so far was skipped because the workflow declines to run on a private repository. Now that the repo is public it will run on push, and workflow_dispatch means the first scan can be triggered without waiting.

This PR is also the first exercise of the branch ruleset: squash-only, zero approvals, five required checks.

Every CodeQL run so far was skipped, because the workflow declines to run
on a private repository and the repository was private. Now that it is
public it will run on the next push, but a workflow_dispatch trigger means
the first scan does not have to wait for one, and a rerun can be forced
after a rule update.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@mschmicking
mschmicking merged commit c052882 into main Jul 31, 2026
7 checks passed
@mschmicking
mschmicking deleted the ci/enable-codeql-dispatch branch July 31, 2026 13:08
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.

2 participants