Update workflows actions - checkout and pnpm setup - #6448
Conversation
|
There was a problem hiding this comment.
Pull request overview
Updates GitHub Actions workflow dependencies to newer versions to keep CI/release automation aligned with upstream action updates and improve determinism for third-party actions.
Changes:
- Bump
actions/checkoutusage across workflows (and related composite actions) to@v6. - Bump
pnpm/action-setupto a new pinned commit (annotated asv5.0.0) across workflows and composite actions. - Pin Chromatic GitHub Action from
chromaui/action@latesttochromaui/action@v1.
Reviewed changes
Copilot reviewed 27 out of 27 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/update-schema.yml | Updates checkout and pnpm setup versions for the schema update automation. |
| .github/workflows/run-tests-on-release.yml | Updates checkout and pnpm setup versions across release test jobs. |
| .github/workflows/run-test-manual.yml | Updates checkout and pnpm setup versions for manual test workflow. |
| .github/workflows/prepare-sanbox-release-PR.yaml | Updates checkout and pnpm setup versions for sandbox release PR preparation. |
| .github/workflows/pr-cleanup.yml | Updates checkout and pnpm setup versions for PR cleanup automation. |
| .github/workflows/pr-automation.yml | Updates checkout and pnpm setup versions across PR automation jobs. |
| .github/workflows/new-current-patch-release.yml | Updates checkout version used in patch release workflow. |
| .github/workflows/main.yml | Updates checkout/pnpm setup; pins Chromatic action to @v1. |
| .github/workflows/knip.yml | Updates checkout and pnpm setup versions for knip workflow. |
| .github/workflows/github-releases-to-discord.yml | Updates checkout version used prior to Discord announcement. |
| .github/workflows/deploy-staging-and-prepare-release.yaml | Updates checkout and pnpm setup versions in staging deploy + release prep workflow. |
| .github/workflows/deploy-master-staging.yaml | Updates checkout and pnpm setup versions for master-staging deploy. |
| .github/workflows/deploy-dev.yaml | Updates checkout and pnpm setup versions for dev deploy. |
| .github/workflows/deploy-cloud.yaml | Updates checkout and pnpm setup versions for cloud deploy workflow. |
| .github/workflows/dependency-check.yaml | Updates checkout and pnpm setup versions for dependency check workflow. |
| .github/workflows/create-draft-release.yml | Updates checkout version for draft release creation. |
| .github/workflows/codeql-analysis.yml | Updates checkout version for CodeQL analysis workflow. |
| .github/workflows/cleanup-after-release.yml | Updates checkout version for post-release cleanup workflow. |
| .github/workflows/changesets-status.yml | Updates checkout version for changesets status workflow. |
| .github/workflows/automation-tests-on-repository-dispatch.yml | Updates checkout and pnpm setup versions for repository dispatch automation tests. |
| .github/workflows/app-smoke-tests.yml | Updates checkout and pnpm setup versions for app smoke tests workflow. |
| .github/actions/run-pw-tests/action.yml | Updates pnpm setup version in composite action used by Playwright runs. |
| .github/actions/prepare-instance/action.yml | Updates pnpm setup version in composite action used to prepare instances. |
| .github/actions/prepare-backups-variables/action.yml | Updates pnpm setup version in composite action used for backup variables. |
| .github/actions/prepare-accounts/action.yml | Updates pnpm setup version in composite action used for account preparation. |
| .github/actions/merge-pw-reports/action.yml | Updates pnpm setup version in composite action used to merge PW reports. |
| .github/actions/get-env-vars/action.yml | Updates pnpm setup version in composite action used to fetch env vars. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6448 +/- ##
=========================================
Coverage 43.58% 43.58%
=========================================
Files 2585 2585
Lines 44985 44985
Branches 10541 10542 +1
=========================================
Hits 19607 19607
+ Misses 25338 24050 -1288
- Partials 40 1328 +1288 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Scope of the change