Restore GitHub-hosted runners - #278
Merged
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Restores GitHub-hosted runners for repository workflows while preserving CNCF runner opt-in for reusable Scorecard and Zizmor callers.
Changes:
- Switches repository jobs to
ubuntu-latest. - Retains
use-cncf-hosted-runneropt-in behavior. - Updates reusable-workflow documentation.
Reviewed changes
Copilot reviewed 15 out of 15 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/codeql.yml |
Restores GitHub-hosted CodeQL execution. |
.github/workflows/first-time-pr.yml |
Restores GitHub-hosted contributor automation. |
.github/workflows/promote-pull-request-dashboard.yml |
Restores GitHub-hosted promotion execution. |
.github/workflows/pull-request-dashboard-deploy-webhook.yml |
Restores GitHub-hosted webhook deployment. |
.github/workflows/pull-request-dashboard-drain.yml |
Restores GitHub-hosted dashboard draining. |
.github/workflows/pull-request-dashboard-repo.yml |
Restores GitHub-hosted dashboard processing and publishing. |
.github/workflows/pull-request-dashboard-test.yml |
Restores GitHub-hosted dashboard tests. |
.github/workflows/pull-request-dashboard.yml |
Restores GitHub-hosted dashboard preparation jobs. |
.github/workflows/release.yml |
Restores GitHub-hosted releases. |
.github/workflows/scorecard.yml |
Makes CNCF runners opt-in for all triggers. |
.github/workflows/survey-on-merged-pr.yml |
Restores GitHub-hosted survey automation. |
.github/workflows/workflow-failure-issue.yml |
Restores GitHub-hosted failure reporting. |
.github/workflows/zizmor.yml |
Makes CNCF runners opt-in for all triggers. |
scorecard/README.md |
Documents updated Scorecard runner selection. |
zizmor/README.md |
Documents updated Zizmor runner selection. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
trask
marked this pull request as ready for review
August 20, 2026 16:15
Pull request dashboard statusMerged · refreshed 2026-08-21 00:01 UTC Status above doesn't look right?
|
maryliag
approved these changes
Aug 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Now that we're not overloading the runners. The CNCF runners have constant 2-3 min queue time.
Partially reverts #269 so workflows running in this repository use standard GitHub-hosted runners again. Reusable Scorecard and Zizmor callers can still opt into CNCF-hosted runners with
use-cncf-hosted-runner: true.