-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
fix(ci): bump re-usables #8463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(ci): bump re-usables #8463
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
👋 Codeowner Review RequestThe following codeowners have been identified for the changed files: Team reviewers: @nodejs/web-infra Please review the changes when you have a chance. Thank you! 🙏 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8463 +/- ##
==========================================
- Coverage 73.66% 73.65% -0.02%
==========================================
Files 108 108
Lines 9200 9200
Branches 313 313
==========================================
- Hits 6777 6776 -1
- Misses 2421 2422 +1
Partials 2 2 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the commit hash reference for reusable GitHub Actions from the nodejs/web-team repository across all workflow files. The update changes the reference from 2c2897a93eb99b4cdca270729100bc0887c758d9 to 9f3c83af227d721768d9dbb63009a47ed4f4282f to incorporate fixes from issue #8455.
Key Changes:
- Updated commit hash references for
nodejs/web-teamactions and workflows across 13 CI workflow files - All updates follow a consistent pattern, changing from the old commit hash to the new one
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/translations-sync.yml |
Updated setup-environment action reference to new commit hash |
.github/workflows/sync-orama.yml |
Updated setup-environment action reference to new commit hash |
.github/workflows/scorecard.yml |
Updated reusable scorecard.yml workflow reference to new commit hash |
.github/workflows/publish-packages.yml |
Updated setup-environment action reference to new commit hash |
.github/workflows/playwright.yml |
Updated setup-environment action reference to new commit hash |
.github/workflows/playwright-cloudflare-open-next.yml |
Updated setup-environment action reference to new commit hash |
.github/workflows/notify-on-push.yml |
Updated notify-on-push action reference to new commit hash |
.github/workflows/lint-and-tests.yml |
Updated setup-environment action references (2 occurrences) to new commit hash |
.github/workflows/dependency-review.yml |
Updated reusable dependency-review.yml workflow reference to new commit hash |
.github/workflows/create-release-post.yml |
Updated setup-environment action reference to new commit hash |
.github/workflows/codeql.yml |
Updated reusable codeql.yml workflow reference to new commit hash |
.github/workflows/chromatic.yml |
Updated setup-environment action reference to new commit hash |
.github/workflows/build.yml |
Updated setup-environment action reference to new commit hash |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@ovflowd I've added the
fast-track
Because none of them are required, the PR is in a "Mergeable" state: $ gh pr view 8463 --json mergeable{
"mergeable": "MERGEABLE"
} |
📦 Build Size ComparisonSummary
Changes➕ Added Assets (1)
➖ Removed Assets (1)
|
That's because those workflows run on the |


Fixes #8455