Skip to content

chore(deps): bump github.com/jferrl/go-githubauth from 1.6.0 to 1.7.0#6197

Merged
kodiakhq[bot] merged 1 commit into
v2from
dependabot/go_modules/github.com/jferrl/go-githubauth-1.7.0
Jul 13, 2026
Merged

chore(deps): bump github.com/jferrl/go-githubauth from 1.6.0 to 1.7.0#6197
kodiakhq[bot] merged 1 commit into
v2from
dependabot/go_modules/github.com/jferrl/go-githubauth-1.7.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/jferrl/go-githubauth from 1.6.0 to 1.7.0.

Release notes

Sourced from github.com/jferrl/go-githubauth's releases.

v1.7.0

[v1.7.0] - 2026-06-30

GitHub Enterprise Cloud (GHEC) support and a more foolproof installation-token configuration.

Added

  • Custom Base URL: New WithBaseURL option sets the API base URL verbatim (only normalizing a trailing slash), mirroring how go-github targets a custom endpoint. Unlike WithEnterpriseURL, it does not append /api/v3/, enabling GitHub Enterprise Cloud with data residency (https://api.SUBDOMAIN.ghe.com/) and pointing the client at an httptest server in tests (#50)

Changed

  • Order-independent options: WithBaseURL, WithEnterpriseURL, WithHTTPClient, and WithRetryOnThrottle can now be combined in any order. Previously WithHTTPClient rebuilt the client and silently discarded a base URL or retry setting applied before it
  • Fail-loud configuration: An invalid base URL (or a nil HTTP client) is now reported by the first call to Token() instead of silently falling back to the public GitHub API

Fixed

  • HTTP client no longer mutated: WithHTTPClient operates on a shallow copy, so the caller's *http.Client (which may be shared elsewhere) keeps its original transport
  • No panic on nil client: passing nil to WithHTTPClient now yields a clear error instead of panicking

Maintenance

  • Removed the deprecated, no-op net.Dialer.DualStack field from the pooled HTTP client
  • Renamed the unexported githubClient.client field to httpClient for clarity

Tests

  • Added coverage for WithBaseURL (GHEC and httptest URLs), option order-independence, fail-loud misconfiguration, and verification that the caller's HTTP client is not mutated

Dependencies

  • Bumped actions/cache from 5 to 6 (#49)
  • Bumped actions/checkout from 6 to 7 (#48)
  • Bumped codecov/codecov-action from 6 to 7 (#46)

Full Changelog: jferrl/go-githubauth@v1.6.0...v1.7.0

Commits
  • 3d8cba2 Merge pull request #51 from jferrl/feat/with-base-url
  • b96f2a2 feat: add WithBaseURL option for custom API base URLs (#50)
  • aea57f2 Merge pull request #49 from jferrl/dependabot/github_actions/actions/cache-6
  • 4df09c5 chore(deps): bump actions/cache from 5 to 6
  • df4a32c Merge pull request #48 from jferrl/dependabot/github_actions/actions/checkout-7
  • 7dd477d chore(deps): bump actions/checkout from 6 to 7
  • 5fdd58c Merge pull request #46 from jferrl/dependabot/github_actions/codecov/codecov-...
  • d543f01 chore(deps): bump codecov/codecov-action from 6 to 7
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/jferrl/go-githubauth](https://github.com/jferrl/go-githubauth) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/jferrl/go-githubauth/releases)
- [Changelog](https://github.com/jferrl/go-githubauth/blob/main/CHANGELOG.md)
- [Commits](jferrl/go-githubauth@v1.6.0...v1.7.0)

---
updated-dependencies:
- dependency-name: github.com/jferrl/go-githubauth
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added automerge Used by Kodiak bot to automerge PRs dependencies Pull requests that update a dependency file go labels Jul 13, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 13, 2026 12:01
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go automerge Used by Kodiak bot to automerge PRs labels Jul 13, 2026
@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Jul 13, 2026
@codecov

codecov Bot commented Jul 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 62.31%. Comparing base (ce619aa) to head (844387a).
⚠️ Report is 1 commits behind head on v2.

Additional details and impacted files
@@            Coverage Diff             @@
##               v2    #6197      +/-   ##
==========================================
+ Coverage   62.27%   62.31%   +0.04%     
==========================================
  Files         145      145              
  Lines       14750    14750              
==========================================
+ Hits         9186     9192       +6     
+ Misses       4816     4811       -5     
+ Partials      748      747       -1     
Flag Coverage Δ
integrationtests 33.68% <ø> (+0.05%) ⬆️
unittests 53.70% <ø> (ø)

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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@kodiakhq
kodiakhq Bot merged commit 9ce5501 into v2 Jul 13, 2026
38 checks passed
@kodiakhq
kodiakhq Bot deleted the dependabot/go_modules/github.com/jferrl/go-githubauth-1.7.0 branch July 13, 2026 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Used by Kodiak bot to automerge PRs dependencies Pull requests that update a dependency file go size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants