Update dependencies - #55
Merged
Merged
Conversation
There was a problem hiding this comment.
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/checkoutfromv6tov7in both workflows. - Bump
actions/setup-gofromv6tov7in 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 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: |
Contributor
There was a problem hiding this comment.
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 |
Contributor
There was a problem hiding this comment.
Pinned actions/checkout to the immutable commit SHA 3d3c42e5aac5ba805825da76410c181273ba90b1 (v7) in claude.yml.
Co-authored-by: philoserf <1007647+philoserf@users.noreply.github.com>
Co-authored-by: philoserf <1007647+philoserf@users.noreply.github.com>
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.
Summary
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.