Skip to content

Update dependencies - #55

Merged
philoserf merged 3 commits into
mainfrom
agent/update-dependencies
Aug 17, 2026
Merged

Update dependencies#55
philoserf merged 3 commits into
mainfrom
agent/update-dependencies

Conversation

@philoserf

Copy link
Copy Markdown
Owner

Summary

  • Update dependency declarations and lockfiles to current compatible versions.
  • Keep resolved dependency metadata synchronized.

Impact

No intentional product behavior changes; this keeps the project toolchain and dependency graph current.

Validation

Repository-specific checks were completed while preparing the dependency update. CI provides final validation for this PR.

@philoserf
philoserf marked this pull request as ready for review August 17, 2026 03:56
Copilot AI lite review requested due to automatic review settings August 17, 2026 03:57

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates GitHub Actions workflow dependencies to newer major versions, keeping CI and the Claude workflow aligned with current action releases without changing product/runtime behavior.

Changes:

  • Bump actions/checkout from v6 to v7 in both workflows.
  • Bump actions/setup-go from v6 to v7 in CI.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
.github/workflows/claude.yml Updates checkout action version used by the Claude workflow.
.github/workflows/ci.yml Updates checkout and Go setup action versions used by CI.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread .github/workflows/ci.yml
Comment on lines 24 to 29
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Go Setup
uses: actions/setup-go@v6
uses: actions/setup-go@v7
with:

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.

Updated in commit f2d3e2c: pinned the @v7 action references in .github/workflows/ci.yml to immutable commit SHAs.

Comment on lines 27 to 31
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 1

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.

Pinned actions/checkout to the immutable commit SHA 3d3c42e5aac5ba805825da76410c181273ba90b1 (v7) in claude.yml.

Copilot AI and others added 2 commits August 17, 2026 04:04
Co-authored-by: philoserf <1007647+philoserf@users.noreply.github.com>
Co-authored-by: philoserf <1007647+philoserf@users.noreply.github.com>
@philoserf
philoserf merged commit 68dcfc6 into main Aug 17, 2026
@philoserf
philoserf deleted the agent/update-dependencies branch August 17, 2026 04:06
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