Skip to content

deps: update dependencies to latest#151

Merged
jongio merged 1 commit into
mainfrom
deps/update-2026-07-25
Jul 25, 2026
Merged

deps: update dependencies to latest#151
jongio merged 1 commit into
mainfrom
deps/update-2026-07-25

Conversation

@jongio

@jongio jongio commented Jul 25, 2026

Copy link
Copy Markdown
Owner

Bumps the pinned GitHub Actions to their latest released tags; Go modules were already at latest.

Package From To
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

All 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 ./... plus go mod tidy produced no changes, and a direct proxy.golang.org check on every direct dependency confirms each one is already on the newest release. No major version upgrades exist for any direct module. The go directive stays at 1.26.5, the current stable Go release.

Held back: nothing.

Validation: build / vet / lint / test / govulncheck: pass.

- 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
@jongio jongio self-assigned this Jul 25, 2026
@jongio jongio added the deps Dependency upgrades label Jul 25, 2026
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.34%. Comparing base (4fbc98f) to head (3069e2d).

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              
Flag Coverage Δ
unittests 79.34% <ø> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jongio
jongio merged commit 398dbde into main Jul 25, 2026
6 checks passed
@jongio
jongio deleted the deps/update-2026-07-25 branch July 25, 2026 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

deps Dependency upgrades

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants