CCM-18143: Updating_Github_Actions_Validation#209
Open
damientobin1 wants to merge 3 commits into
Open
Conversation
sidnhs
previously approved these changes
May 27, 2026
There was a problem hiding this comment.
Pull request overview
This PR updates pinned GitHub Actions (and their version comments) to newer revisions intended to support the upcoming Node.js 24 runtime used by GitHub-hosted actions.
Changes:
- Bump several third-party GitHub Actions to newer pinned SHAs (e.g.,
actions/download-artifact,actions/setup-node,pnpm/action-setup,aws-actions/configure-aws-credentials,github/codeql-action/upload-sarif,peter-evans/create-pull-request). - Normalize/clarify action version comments (e.g.,
actions/checkout# v6.0.2,asdf-vm/actions/setup# v4.0.1,actions/configure-pages# v6.0.0).
Reviewed changes
Copilot reviewed 15 out of 15 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/stage-5-publish.yaml | Updates actions/checkout comment and bumps actions/download-artifact pin. |
| .github/workflows/stage-4-acceptance.yaml | Updates actions/checkout version comment across acceptance jobs. |
| .github/workflows/stage-3-build.yaml | Updates actions/checkout comment and bumps pnpm/action-setup pin. |
| .github/workflows/stage-2-test.yaml | Updates actions/checkout version comment across test jobs. |
| .github/workflows/stage-1-commit.yaml | Updates actions/checkout comment and bumps asdf-vm/actions/setup comment. |
| .github/workflows/scorecard.yml | Updates actions/checkout comment and bumps github/codeql-action/upload-sarif pin. |
| .github/workflows/scheduled-repository-template-sync.yaml | Updates actions/checkout comment and bumps peter-evans/create-pull-request pin. |
| .github/workflows/release_created.yaml | Updates actions/checkout version comment. |
| .github/workflows/comms_pr-title-check.yaml | Updates actions/checkout version comment. |
| .github/workflows/cicd-3-deploy.yaml | Updates actions/checkout version comment in deploy workflow. |
| .github/workflows/cicd-1-pull-request.yaml | Updates actions/checkout version comment. |
| .github/actions/sync-template-repo/action.yaml | Updates actions/checkout version comment for composite action. |
| .github/actions/scan-dependencies/action.yaml | Bumps aws-actions/configure-aws-credentials pin. |
| .github/actions/create-lines-of-code-report/action.yaml | Bumps aws-actions/configure-aws-credentials pin. |
| .github/actions/build-docs/action.yml | Bumps actions/setup-node and ruby/setup-ruby pins; updates version comments for pages-related actions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Description
Updating deprecated 3rd party github actions to versions that support node24
Context
Type of changes
Checklist
Sensitive Information Declaration
To ensure the utmost confidentiality and protect your and others privacy, we kindly ask you to NOT including PII (Personal Identifiable Information) / PID (Personal Identifiable Data) or any other sensitive data in this PR (Pull Request) and the codebase changes. We will remove any PR that do contain any sensitive information. We really appreciate your cooperation in this matter.