deps: upgrade all dependencies to latest#131
Merged
Merged
Conversation
Go modules: already at latest (go get -u ./... + go mod tidy produced no changes). GitHub Actions: - github/codeql-action init/autobuild/analyze: pin bumped to latest v4.36.3 (8533807 -> 54f647b), superseding open dependabot PRs #128/#129/#130. - release.yml: align GO_VERSION 1.26.1 -> 1.26.4 to match go.mod and ci.yml. Validation: go build ./..., go vet ./..., go test ./... (all pass), golangci-lint run ./... (0 issues), go mod verify. Co-authored-by: Copilot App <[email protected]>
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
Full dependency upgrade sweep for
jongio/azd-core.Go modules
Already at latest —
go get -u ./...+go mod tidyproduced no changes togo.mod/go.sum(previous deps PR merged very recently).go mod verifypasses.GitHub Actions (SHA pins)
github/codeql-action(init, autobuild, analyze): bumped pin to the current v4.36.3 commit (8533807→54f647b). This supersedes the open dependabot PRs chore(deps): bump github/codeql-action/autobuild from 8533807ff379ac610d2b2c389c47e7c629d31d13 to 54f647b7e1bb85c95cddabcd46b0c578ec92bc1a #128 / chore(deps): bump github/codeql-action/init from 8533807ff379ac610d2b2c389c47e7c629d31d13 to 54f647b7e1bb85c95cddabcd46b0c578ec92bc1a #129 / chore(deps): bump github/codeql-action/analyze from 8533807ff379ac610d2b2c389c47e7c629d31d13 to 54f647b7e1bb85c95cddabcd46b0c578ec92bc1a #130.actions/checkout(v7.0.0),actions/setup-go(v6.5.0),codecov/codecov-action(v7.0.0),golangci/golangci-lint-action(v9.3.0),softprops/action-gh-release(v3.0.1): already at latest — no change.Other
release.yml: alignedGO_VERSION1.26.1→1.26.4to matchgo.modandci.yml(removes version drift).Validation
go build ./...✅go vet ./...✅go test ./...✅ (all packages passing)golangci-lint run ./...✅ (0 issues)go mod verify✅Co-authored-by: Copilot App [email protected]