deps: update dependencies to latest#151
Merged
Merged
Conversation
- actions/checkout: v7.0.0 -> v7.0.1 - github/codeql-action/init: v4.37.1 -> v4.37.3 - github/codeql-action/autobuild: v4.37.1 -> v4.37.3 - github/codeql-action/analyze: v4.37.1 -> v4.37.3 Go modules already resolve to latest (verified via go get -u ./..., go mod tidy, and a direct proxy.golang.org check on every direct dependency). No major version upgrades exist for any direct module. The go directive stays at 1.26.5, which is the current stable Go release. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 2127a7a3-47c9-410a-9f75-7eaf08125751
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #151 +/- ##
==========================================
- Coverage 79.36% 79.34% -0.03%
==========================================
Files 44 44
Lines 3960 3960
==========================================
- Hits 3143 3142 -1
- Misses 610 611 +1
Partials 207 207
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
Bumps the pinned GitHub Actions to their latest released tags; Go modules were already at latest.
actions/checkoutgithub/codeql-action/initgithub/codeql-action/autobuildgithub/codeql-action/analyzeAll pins stay SHA-pinned with the tag in a trailing comment. This supersedes Dependabot PRs #145, #147, #148, and #149.
Go modules:
go get -u ./...plusgo mod tidyproduced no changes, and a directproxy.golang.orgcheck on every direct dependency confirms each one is already on the newest release. No major version upgrades exist for any direct module. Thegodirective stays at 1.26.5, the current stable Go release.Held back: nothing.
Validation: build / vet / lint / test / govulncheck: pass.