Bump GitHub Actions to latest pinned versions#87
Merged
Conversation
Agent-Logs-Url: https://github.com/DynamoDS/DynamoHome/sessions/78eeade3-c02d-406f-84d0-fe2f23d0f8d1 Co-authored-by: avidit <1406153+avidit@users.noreply.github.com>
Agent-Logs-Url: https://github.com/DynamoDS/DynamoHome/sessions/8ec4eb23-ee17-4c01-958b-e3c2540f0c74 Co-authored-by: avidit <1406153+avidit@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
avidit
April 27, 2026 14:50
View session
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates CI/CD workflows to pin GitHub Actions to specific commit SHAs (instead of floating @v6 tags) and refreshes the pinned SHA for the LCOV report action, ensuring workflows execute the intended, up-to-date action code.
Changes:
- Pin
actions/checkoutandactions/setup-nodeto specific SHAs in both build and publish workflows. - Bump
zgosalvez/github-actions-report-lcovto the latest pinned SHA and explicitly providegithub-tokenin the build workflow.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/npm-publish.yml |
Pins actions/checkout and actions/setup-node to commit SHAs for deterministic release builds/publishing. |
.github/workflows/build.yml |
Pins actions/checkout/setup-node, bumps github-actions-report-lcov, and passes GITHUB_TOKEN for coverage reporting. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
LCOV of commit
|
Contributor
|
Also added github-token with appropriate persmission to publish coverage report as PR comment. example above #87 (comment) |
QilongTang
approved these changes
Apr 27, 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.
Floating
@v6tags on first-party actions and a stale SHA onzgosalvez/github-actions-report-lcovleft workflows running outdated code.Changes
actions/checkout—@v6→de0fac2e(v6.0.2) inbuild.ymlandnpm-publish.ymlactions/setup-node—@v6→48b55a01(v6.4.0) inbuild.ymlandnpm-publish.ymlzgosalvez/github-actions-report-lcov—5aba2ff(v7.0.9) →7d72c57c(v7.0.10) inbuild.yml(dep bumps:fast-xml-parser,@actions/github,@actions/glob)hrishikesh-kadam/setup-lcovwas already current — no change