<freeStyleBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='com.cloudbees.jenkins.GitHubPushCause'><shortDescription>Started by GitHub push by ti-chi-bot[bot]</shortDescription></cause><cause _class='com.cloudbees.jenkins.GitHubPushCause'><shortDescription>Started by GitHub push by ti-chi-bot[bot]</shortDescription></cause></action><action></action><action _class='jenkins.metrics.impl.TimeInQueueAction'><blockedDurationMillis>0</blockedDurationMillis><blockedTimeMillis>0</blockedTimeMillis><buildableDurationMillis>26958</buildableDurationMillis><buildableTimeMillis>26958</buildableTimeMillis><buildingDurationMillis>57530</buildingDurationMillis><executingTimeMillis>57530</executingTimeMillis><executorUtilization>1.0</executorUtilization><subTaskCount>0</subTaskCount><waitingDurationMillis>7299</waitingDurationMillis><waitingTimeMillis>7299</waitingTimeMillis></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><originmain _class='hudson.plugins.git.util.Build'><buildNumber>1400</buildNumber><marked><SHA1>9c0368257a4eec8e70b5180b96e99db1ce786cfa</SHA1><branch><SHA1>9c0368257a4eec8e70b5180b96e99db1ce786cfa</SHA1><name>origin/main</name></branch></marked><revision><SHA1>9c0368257a4eec8e70b5180b96e99db1ce786cfa</SHA1><branch><SHA1>9c0368257a4eec8e70b5180b96e99db1ce786cfa</SHA1><name>origin/main</name></branch></revision></originmain></buildsByBranchName><lastBuiltRevision><SHA1>9c0368257a4eec8e70b5180b96e99db1ce786cfa</SHA1><branch><SHA1>9c0368257a4eec8e70b5180b96e99db1ce786cfa</SHA1><name>origin/main</name></branch></lastBuiltRevision><remoteUrl>https://github.com/PingCAP-QE/ci.git</remoteUrl><scmName></scmName></action><action></action><action></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><building>false</building><displayName>#1400</displayName><duration>57530</duration><estimatedDuration>86474</estimatedDuration><fullDisplayName>seed #1400</fullDisplayName><id>1400</id><inProgress>false</inProgress><keepLog>false</keepLog><number>1400</number><queueId>3199585</queueId><result>SUCCESS</result><timestamp>1770303349090</timestamp><url>https://do.pingcap.net/jenkins/view/all/job/seed/1400/</url><builtOn>default-kb0bb</builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>tools/error-log-review/github.go</affectedPath><affectedPath>tools/error-log-review/go.sum</affectedPath><affectedPath>tools/error-log-review/go.mod</affectedPath><commitId>9c0368257a4eec8e70b5180b96e99db1ce786cfa</commitId><timestamp>1770303309000</timestamp><author><absoluteUrl>https://do.pingcap.net/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></author><authorEmail>noreply@github.com</authorEmail><comment>fix(deps): update module github.com/google/go-github/v81 to v82 (#4120)

This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/google/go-github/v81](https://redirect.github.com/google/go-github)
| `v81.0.0` → `v82.0.0` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgoogle%2fgo-github%2fv81/v82.0.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgoogle%2fgo-github%2fv81/v81.0.0/v82.0.0?slim=true)
|

---

&gt; [!WARNING]
&gt; Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

&lt;details&gt;
&lt;summary&gt;google/go-github (github.com/google/go-github/v81)&lt;/summary&gt;

###
[`v82.0.0`](https://redirect.github.com/google/go-github/releases/tag/v82.0.0)

[Compare
Source](https://redirect.github.com/google/go-github/compare/v81.0.0...v82.0.0)

This release contains the following breaking API changes:

- feat!: Improve support for custom property defaults
([#&amp;#8203;3906](https://redirect.github.com/google/go-github/issues/3906))
BREAKING CHANGE: `CustomProperty.DefaultValue` is now type `any` and
`.ValueType` is now type `PropertyValueType`.
- fix!: Simplify `Git.ListMatchingRefs` by removing
`ReferenceListOptions`
([#&amp;#8203;3924](https://redirect.github.com/google/go-github/issues/3924))
BREAKING CHANGE: `Git.ListMatchingRefs` accepts `ref` instead of the
`ReferenceListOptions`.
- refactor!: Use a struct for `Repository.Permissions` instead of
`map[string]bool`
([#&amp;#8203;3936](https://redirect.github.com/google/go-github/issues/3936))
BREAKING CHANGE: `Repository.Permissions` is now a struct instead of
`map[string]bool`.

...and the following additional changes:

- Bump go-github from v80 to v81 in /scrape
([#&amp;#8203;3900](https://redirect.github.com/google/go-github/issues/3900))
- build(deps): Bump github.com/google/go-querystring from 1.1.0 to 1.2.0
([#&amp;#8203;3901](https://redirect.github.com/google/go-github/issues/3901))
- docs: Correct variable name in rate limit error logging example
([#&amp;#8203;3902](https://redirect.github.com/google/go-github/issues/3902))
- feat: Add `ConfigurationFilePath` field to `GenerateNotesOptions`
([#&amp;#8203;3904](https://redirect.github.com/google/go-github/issues/3904))
- fix: Ignore unset `AllowedMergeMethods` field
([#&amp;#8203;3905](https://redirect.github.com/google/go-github/issues/3905))
- docs: Clarify `nil` `http.Client` usage has no timeout
([#&amp;#8203;3910](https://redirect.github.com/google/go-github/issues/3910))
- build(deps): Bump golang.org/x/net from 0.48.0 to 0.49.0 in /scrape
([#&amp;#8203;3911](https://redirect.github.com/google/go-github/issues/3911))
- build(deps): Bump golang.org/x/term from 0.38.0 to 0.39.0 in /example
([#&amp;#8203;3912](https://redirect.github.com/google/go-github/issues/3912))
- build(deps): Bump golang.org/x/crypto from 0.46.0 to 0.47.0 in
/example
([#&amp;#8203;3913](https://redirect.github.com/google/go-github/issues/3913))
- feat: Add `dependency_sbom` rate limit support
([#&amp;#8203;3908](https://redirect.github.com/google/go-github/issues/3908))
- feat: Add support for delegated bypass in code security org config
([#&amp;#8203;3920](https://redirect.github.com/google/go-github/issues/3920))
- fix: `DeleteSocialAccounts` and `AddSocialAccounts` of `UsersService`
([#&amp;#8203;3922](https://redirect.github.com/google/go-github/issues/3922))
- chore: Add Not-Dhananjay-Mishra to REVIEWERS
([#&amp;#8203;3923](https://redirect.github.com/google/go-github/issues/3923))
- build(deps): Bump the actions group with 2 updates
([#&amp;#8203;3927](https://redirect.github.com/google/go-github/issues/3927))
- chore: Refactor test workflow
([#&amp;#8203;3929](https://redirect.github.com/google/go-github/issues/3929))
- fix: Use correct type for custom property default value
([#&amp;#8203;3928](https://redirect.github.com/google/go-github/issues/3928))
- feat: Support creating repo with custom properties
([#&amp;#8203;3933](https://redirect.github.com/google/go-github/issues/3933))
- chore: Enable `govet` linter with all checks
([#&amp;#8203;3935](https://redirect.github.com/google/go-github/issues/3935))
- perf: Optimize `Stringify` allocations (\~3x faster)
([#&amp;#8203;3914](https://redirect.github.com/google/go-github/issues/3914))
- docs: Update CONTRIBUTING.md to prevent AI slop PRs
([#&amp;#8203;3940](https://redirect.github.com/google/go-github/issues/3940))
- chore: Update openapi\_operations.yaml
([#&amp;#8203;3942](https://redirect.github.com/google/go-github/issues/3942))
- build(deps): Bump actions/checkout from 6.0.1 to 6.0.2 in the actions
group
([#&amp;#8203;3943](https://redirect.github.com/google/go-github/issues/3943))
- Bump version of go-github to v82.0.0
([#&amp;#8203;3945](https://redirect.github.com/google/go-github/issues/3945))

&lt;/details&gt;

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] &lt;!-- rebase-check --&gt;If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/PingCAP-QE/ci).

&lt;!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTUuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--&gt;

Co-authored-by: renovate[bot] &lt;29139614+renovate[bot]@users.noreply.github.com&gt;
</comment><date>2026-02-05 14:55:09 +0000</date><id>9c0368257a4eec8e70b5180b96e99db1ce786cfa</id><msg>fix(deps): update module github.com/google/go-github/v81 to v82 (#4120)</msg><path><editType>edit</editType><file>tools/error-log-review/github.go</file></path><path><editType>edit</editType><file>tools/error-log-review/go.sum</file></path><path><editType>edit</editType><file>tools/error-log-review/go.mod</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://do.pingcap.net/jenkins/user/noreply</absoluteUrl><fullName>noreply</fullName></culprit></freeStyleBuild>