Skip to content

chore: bump pinned actions to latest versions in dco-check.yml#96

Merged
bingenito merged 1 commit into
mainfrom
copilot/update-pinned-actions-latest-versions
Jun 29, 2026
Merged

chore: bump pinned actions to latest versions in dco-check.yml#96
bingenito merged 1 commit into
mainfrom
copilot/update-pinned-actions-latest-versions

Conversation

Copilot AI commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Pinned action SHAs in dco-check.yml were pointing to outdated releases. Updates all three to their current latest.

Version bumps

Action Before After
actions/checkout v4.1.1 v7.0.0
actions/setup-node v4.0.2 v6.4.0
actions/github-script v7.0.1 v9.0.0

Compatibility note

actions/github-script v9.0.0 drops CJS support — require('@actions/github') no longer works. The inline script here is unaffected as it only uses the injected github, core, and context objects.

@bingenito
bingenito marked this pull request as ready for review June 29, 2026 11:49
Copilot AI review requested due to automatic review settings June 29, 2026 11:49

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 pinned commit SHAs for three GitHub Actions used by the DCO check workflow, bringing them to the latest released versions while retaining SHA pinning for supply-chain safety.

Changes:

  • Bump actions/checkout to v7.0.0 (pinned to the v7.0.0 tag commit SHA).
  • Bump actions/setup-node to v6.4.0 (pinned to the v6.4.0 tag commit SHA).
  • Bump actions/github-script to v9.0.0 (pinned to the v9.0.0 release/tag target commit SHA).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@bingenito
bingenito merged commit 3689341 into main Jun 29, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants