Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/foundation-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
- uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔍 Pinned SHA/comment pairing should be verified against the upstream release

Both actions/setup-node pins were updated consistently (only two occurrences exist in .github/workflows/, both changed). The only correctness risk is whether commit 249970729cb0ef3589644e2896645e5dc5ba9c38 actually corresponds to the v6.5.0 tag — this cannot be verified from repo contents alone. Since it's a Renovate-style automated bump, it is likely correct, but a reviewer relying on pinned-SHA supply-chain hygiene should confirm the tag→SHA mapping upstream.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

with:
node-version: '22'
- name: Lint openapi.yaml (fail on errors)
Expand All @@ -71,7 +71,7 @@ jobs:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
- uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0
with:
node-version: '22'
- name: Install tooling
Expand Down
Loading