deps: upgrade all dependencies to latest - #144
Merged
Merged
Conversation
Bump github/codeql-action from v4.37.0 to v4.37.1 (SHA-pinned). Go modules are already at their latest compatible versions (go get -u ./... and go mod tidy produced no changes). All other SHA-pinned actions (actions/checkout v7.0.0, actions/setup-go v7.0.0, golangci/golangci-lint-action v9.3.0, codecov/codecov-action v7.0.0, softprops/action-gh-release v3.0.2) and golangci-lint v2.12.2 are current. Co-authored-by: Copilot App <223556219+Copilot@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.
Automated dependency sweep for azd-core.
Changes
github/codeql-actionfrom v4.37.0 to v4.37.1 (SHA-pinned) across the init, autobuild, and analyze steps.Already current (no change needed)
go get -u ./...plusgo mod tidyproduced no changes, so every build-graph dependency is already at its latest compatible version.Verification (local)
go build ./...: passgo vet ./...: passgo test ./...: pass (26 packages)golangci-lint run ./...: 0 issuesgovulncheck ./...: 0 vulnerabilities affecting codeCo-authored-by: Copilot App 223556219+Copilot@users.noreply.github.com