Skip to content

Pin runner images#3944

Merged
martincostello merged 3 commits into
masterfrom
pin-runner-labels
May 10, 2026
Merged

Pin runner images#3944
martincostello merged 3 commits into
masterfrom
pin-runner-labels

Conversation

@martincostello

Copy link
Copy Markdown
Collaborator

Pin runner images to a specific OS, rather than using latest.

Pin runner images to a specific OS, rather than using `latest`.
@martincostello martincostello added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 10, 2026
@codecov

codecov Bot commented May 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.04%. Comparing base (9c3be1e) to head (c291e16).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3944   +/-   ##
=======================================
  Coverage   95.04%   95.04%           
=======================================
  Files         111      111           
  Lines        3958     3958           
  Branches      801      801           
=======================================
  Hits         3762     3762           
  Misses        196      196           
Flag Coverage Δ
Linux 95.04% <ø> (ø)
Windows 95.04% <ø> (ø)
macOS 95.04% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Keep the required status' names as `-latest`.
`ubuntu` not `linux`.
@martincostello martincostello marked this pull request as ready for review May 10, 2026 09:30
Copilot AI review requested due to automatic review settings May 10, 2026 09:30
@martincostello martincostello enabled auto-merge (squash) May 10, 2026 09:31
@martincostello martincostello merged commit 875e725 into master May 10, 2026
17 checks passed
@martincostello martincostello deleted the pin-runner-labels branch May 10, 2026 09:32

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Pins GitHub Actions workflows to specific runner images (instead of *-latest) to reduce variability and unexpected CI changes across the repository’s automation.

Changes:

  • Updated multiple workflows to run on ubuntu-24.04 instead of ubuntu-latest.
  • Updated the main build.yml workflow to use a matrix with explicit runner labels (Ubuntu pinned, macOS/Windows also set explicitly) and adjusted matrix fields used by the job.

Reviewed changes

Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.github/workflows/update-dotnet-sdk.yml Pins the labeling job runner to ubuntu-24.04.
.github/workflows/update-documentation.yml Pins documentation update workflow runner to ubuntu-24.04.
.github/workflows/stale.yml Pins stale-issue workflow runner to ubuntu-24.04.
.github/workflows/release.yml Pins release workflow runner to ubuntu-24.04.
.github/workflows/ossf-scorecard.yml Pins scorecard workflow runner to ubuntu-24.04.
.github/workflows/nuget-packages-published.yml Pins publish-notification workflow runners to ubuntu-24.04.
.github/workflows/lint.yml Pins lint workflow runner to ubuntu-24.04.
.github/workflows/dependency-review.yml Pins dependency review workflow runner to ubuntu-24.04.
.github/workflows/codeql-analysis.yml Pins CodeQL workflow runner to ubuntu-24.04.
.github/workflows/bump-version.yml Pins bump-version workflow runners to ubuntu-24.04.
.github/workflows/build.yml Reworks OS matrix to use explicit runner labels and pins additional jobs to ubuntu-24.04.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

This was referenced May 30, 2026
This was referenced Jul 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants