chore: bump golang.org/x/net, caddyserver/certmagic and github-actions#2505
Open
alexandre-daubois wants to merge 1 commit into
Open
chore: bump golang.org/x/net, caddyserver/certmagic and github-actions#2505alexandre-daubois wants to merge 1 commit into
alexandre-daubois wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR consolidates several dependency update PRs by bumping core Go module dependencies (including golang.org/x/net and related x/* modules), updating the Caddy module’s certmagic dependency, and refreshing pinned GitHub Actions versions used in CI workflows.
Changes:
- Bump
golang.org/x/nettov0.56.0(and relatedgolang.org/x/{crypto,sync,sys,text}versions) in the root module. - Bump
github.com/caddyserver/certmagictov0.25.4(and relatedgolang.org/x/*indirects) incaddy/. - Update multiple GitHub Actions pins (e.g.,
actions/checkout,actions/cache, Docker actions,golangci-lint-action, anddependabot/fetch-metadata).
Reviewed changes
Copilot reviewed 11 out of 13 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| go.mod | Bumps golang.org/x/net and related golang.org/x/* indirect versions. |
| go.sum | Updates sums corresponding to the bumped root Go module dependencies. |
| caddy/go.mod | Bumps certmagic plus related indirect golang.org/x/* versions for the Caddy module. |
| caddy/go.sum | Updates sums corresponding to the bumped Caddy module dependencies. |
| .github/workflows/windows.yaml | Updates actions/checkout pin for the Windows workflow. |
| .github/workflows/translate.yaml | Updates actions/checkout pin for the translation workflow. |
| .github/workflows/tests.yaml | Updates actions/checkout and golangci-lint-action pins for test/lint jobs. |
| .github/workflows/static.yaml | Updates actions/checkout and Docker action pins used by the static build workflow. |
| .github/workflows/sanitizers.yaml | Updates actions/checkout and actions/cache pins for sanitizer runs. |
| .github/workflows/release.yaml | Updates actions/checkout pin for the release workflow. |
| .github/workflows/lint.yaml | Updates actions/checkout pin for the lint workflow. |
| .github/workflows/docker.yaml | Updates actions/checkout and Docker action pins for Docker build workflows. |
| .github/workflows/dependabot.yaml | Updates dependabot/fetch-metadata pin used by the Dependabot auto-merge workflow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Supersedes #2493, #2494 and #2498