Copilot commented on code in PR #1763:
URL: https://github.com/apache/daffodil-vscode/pull/1763#discussion_r3882669031
##########
.github/workflows/release-candidate.yml:
##########
@@ -59,7 +59,7 @@ jobs:
java-version: 17
- name: Install Node.js
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e #
v4.4.0
+ uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 #
v4.4.0
Review Comment:
The pinned commit SHA was updated, but the inline comment still says `#
v4.4.0`, which is inconsistent with the PR intent (bump to v7.0.0) and the
other workflows. Update the comment to reflect the actual `actions/setup-node`
version for this SHA (e.g., `# v7.0.0`) to avoid confusion during
audits/maintenance.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]