Repository maintenance - #305
Merged
Merged
Conversation
Run `go get -u ./... && go mod tidy` to refresh direct and indirect module versions.
ajaust
marked this pull request as ready for review
July 27, 2026 13:30
achaikou
approved these changes
Jul 27, 2026
achaikou
left a comment
Contributor
There was a problem hiding this comment.
Yay! Our security master has arrived and fixed everything! 🦺 😎
Ah, 1.27 is to be released in August. We'll upgrade some other time then. Would need to deprecate python 11 soon too.
Regarding update for openvds we also discussed it a bit beginning of the year.
Don't remember anymore if this is the error we had before or a new one 😄
Maybe later this year we could set aside time to try digging deeper into all those updates.
ajaust
commented
Jul 28, 2026
ajaust
left a comment
Contributor
Author
There was a problem hiding this comment.
Thanks for the review. I addressed your comments. 🙂
Schedule PRs for regular updates quarterly to limit number of PRs. Security-related PRs are unaffected by the schedule.
Bump all third-party actions to their latest release and pin by full commit SHA with a version comment. Includes major bumps: actions/checkout v6->v7, actions/cache v5->v6.
The digest is the hash of Docker image [1]. [1]: https://docs.docker.com/dhi/explore/security-concepts/digests/
This prevents the automatically-provided GITHUB_TOKEN from being written to the local git config, reducing the risk of credential leakage during subsequent workflow steps [1]. [1]: actions/checkout#485
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.
I was curious if we could move OpenVDS to the newest release, i.e. 3.4.9, but the build process failed due to some linking issues w.r.t. to OpenVDS cURL handler, see GitHub Action logs. I decided to not dig into this for now.