Update GitHub workflow actions and npm tools to latest versions#9888
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates CI/CD automation dependencies by bumping SHA-pinned GitHub Actions across multiple workflows and refreshing a couple of npm-installed lint tools used in CI. This keeps the repository’s build/release/publish pipelines current while preserving supply-chain safety via SHA pinning.
Changes:
- Updated SHA-pinned GitHub Actions to newer releases across release, CI, coverage, benchmarks, and website publish workflows (including checkout, setup-dotnet, create-github-app-token, docker actions, azure artifact signing, and nitro-client actions).
- Bumped npm-installed CI lint tools in
ci.yml(cspellto 10.0.1 andmarkdownlint-cli2to 0.22.1). - Updated inline pin comments to record more specific resolved versions for the actions changed in this PR.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/release.yml | Bumps action pins used in release and Nitro CLI publishing/signing jobs. |
| .github/workflows/publish-website.yml | Updates checkout + docker action pins used to build/publish the website container. |
| .github/workflows/publish-website-next.yml | Updates checkout + buildx/login/build-push action pins for the “next” website container flow. |
| .github/workflows/coverage.yml | Updates checkout/setup-dotnet/docker-login action pins for coverage generation/upload. |
| .github/workflows/ci.yml | Updates checkout/setup-dotnet/docker-login + nitro-client-validate pins and bumps cspell/markdownlint tool versions. |
| .github/workflows/ci-cleanup.yml | Updates checkout action pin used for cache cleanup workflow. |
| .github/workflows/benchmarks.yml | Updates checkout action pin used in benchmark runs and reporting. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This was referenced Jun 16, 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.
Summary
# v6.0.3) instead of just the majorinstallinput is not used, and artifact-signing-action v2 keeps an identical input surfaceTest plan