feat: update dependencies#660
Merged
Merged
Conversation
frezbo
approved these changes
May 28, 2026
There was a problem hiding this comment.
Pull request overview
Routine dependency bump PR. Updates pinned GitHub Action refs, Node base image, Syft, and Go module dependencies (go-git/v5 and go-github to v88), and regenerates the affected workflow files. The main motivator called out in the description is bumping dessant/lock-threads to fix an action failure caused by GitHub's new token structure.
Changes:
- Bump pinned action/tool versions in
internal/config/constants.go(Codecov, docker login, setup-buildx, Node, Syft, stale, lock-threads). - Update Go module deps (
go-git/v5v5.19.1,go-githubv87 → v88) and the two import sites forgo-github. - Regenerate
ci.yaml,helm.yaml,lock.yml, andstale.ymlto reflect the new refs/versions.
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| internal/config/constants.go | Bumps pinned versions/refs for several GitHub Actions, Node image, and Syft. |
| internal/output/github/github.go | Updates go-github import path from v87 to v88. |
| internal/project/common/repository.go | Updates go-github import path from v87 to v88. |
| go.mod | Bumps go-git/v5 and go-github module versions. |
| go.sum | Checksums for updated modules. |
| .github/workflows/ci.yaml | Regenerated: new setup-buildx, docker login, and codecov refs. |
| .github/workflows/helm.yaml | Regenerated: new setup-buildx and docker login refs. |
| .github/workflows/lock.yml | Regenerated: new dessant/lock-threads ref (v6.0.2). |
| .github/workflows/stale.yml | Regenerated: new actions/stale ref (v10.3.0). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Update all dependencies, specifically lock-threads update should fix the action failure due to new GH token structure. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
6f705ec to
e1a258d
Compare
Member
Author
|
/m |
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.
Update all dependencies, specifically lock-threads update should fix the action failure due to new GH token structure.