Skip to content

Commit

Permalink
Update module github.com/google/go-github/v55 to v56 (#86)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[github.com/google/go-github/v55](https://togithub.com/google/go-github)
| require | major | `v55.0.0` -> `v56.0.0` |

---

### Release Notes

<details>
<summary>google/go-github (github.com/google/go-github/v55)</summary>

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

[Compare
Source](https://togithub.com/google/go-github/compare/v55.0.0...v56.0.0)

This release contains the following breaking API changes:

- Remove ListServiceHooks
([#&#8203;2917](https://togithub.com/google/go-github/issues/2917))
- Fix SecretScanning API by switching arguments from url to json
([#&#8203;2934](https://togithub.com/google/go-github/issues/2934))
- Remove openpgp and change CreateCommit signature
([#&#8203;2935](https://togithub.com/google/go-github/issues/2935))
- Allow up to maxRedirects upon receiving HTTP 301 status
([#&#8203;2939](https://togithub.com/google/go-github/issues/2939))
- Escape branch string before inserting it in URL
([#&#8203;2948](https://togithub.com/google/go-github/issues/2948))
- Create MarkdownService, EmojisService, CodesOfConductService and
MetaService
([#&#8203;2937](https://togithub.com/google/go-github/issues/2937))
- Support options for GetCodeownersErrors
([#&#8203;2953](https://togithub.com/google/go-github/issues/2953))

(NOTE: In particular, please play close attention to
[#&#8203;2948](https://togithub.com/google/go-github/issues/2948) as it
may affect the code around the call.
Specifically, you may be required to remove any escaping that you
perform prior to calling the modified methods.)

...and the following additional changes:

- Bump go-github from v54 to v55 in /scrape
([#&#8203;2915](https://togithub.com/google/go-github/issues/2915))
- Add enterprise runner group operations
([#&#8203;2891](https://togithub.com/google/go-github/issues/2891))
- Add GenerateEnterpriseJITConfig
([#&#8203;2890](https://togithub.com/google/go-github/issues/2890))
- Fix linting
([#&#8203;2903](https://togithub.com/google/go-github/issues/2903))
- Handle encoding value of "none"
([#&#8203;2924](https://togithub.com/google/go-github/issues/2924))
- Correct NewEnterpriseClient deprecation message
([#&#8203;2923](https://togithub.com/google/go-github/issues/2923))
- Fix golangci-lint timeout failures
([#&#8203;2931](https://togithub.com/google/go-github/issues/2931))
- Bump golang.org/x/net from 0.14.0 to 0.15.0 in /scrape
([#&#8203;2925](https://togithub.com/google/go-github/issues/2925))
- Add missing secret scanning alert fields
([#&#8203;2930](https://togithub.com/google/go-github/issues/2930))
- Add development scripts
([#&#8203;2928](https://togithub.com/google/go-github/issues/2928))
- Add enterprise actions permissions endpoints and reorg files
([#&#8203;2920](https://togithub.com/google/go-github/issues/2920))
- Add SAML SSO audit log fields
([#&#8203;2941](https://togithub.com/google/go-github/issues/2941))
- Add test for resource JSON marshaling - ActionVariable
([#&#8203;2942](https://togithub.com/google/go-github/issues/2942))
- Add json marshaling tests for action usage and OIDC types
([#&#8203;2944](https://togithub.com/google/go-github/issues/2944))
- Add List Installation Requests API
([#&#8203;2947](https://togithub.com/google/go-github/issues/2947))
- Add support for "performed_via_github_app" and "requested_team" in
IssueEvent
([#&#8203;2946](https://togithub.com/google/go-github/issues/2946))
- Add "organization" field to more events
([#&#8203;2949](https://togithub.com/google/go-github/issues/2949))
- Add Repository Security Advisories APIs
([#&#8203;2902](https://togithub.com/google/go-github/issues/2902))
- Bump golang.org/x/net from 0.15.0 to 0.16.0 in /scrape
([#&#8203;2954](https://togithub.com/google/go-github/issues/2954))
- Add prevent_self_review on repo environments
([#&#8203;2951](https://togithub.com/google/go-github/issues/2951))
- Add type field to DeploymentBranchPolicy
([#&#8203;2957](https://togithub.com/google/go-github/issues/2957))
- Bump golang.org/x/net from 0.16.0 to 0.17.0 in /scrape
([#&#8203;2958](https://togithub.com/google/go-github/issues/2958))
- Bump golang.org/x/net from 0.10.0 to 0.17.0 in /example
([#&#8203;2960](https://togithub.com/google/go-github/issues/2960))
- Bump version of go-github to v56.0.0
([#&#8203;2961](https://togithub.com/google/go-github/issues/2961))

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/MISW/mischan-bot).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNy44LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 12, 2023
1 parent 188adec commit 5ada0fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ require (
github.com/caarlos0/env/v9 v9.0.0
github.com/go-git/go-git/v5 v5.9.0
github.com/google/go-github/v55 v55.0.0
github.com/google/go-github/v56 v56.0.0
github.com/labstack/echo/v4 v4.11.2
go.uber.org/dig v1.17.0
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
Expand Down
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/google/go-github/v55 v55.0.0 h1:4pp/1tNMB9X/LuAhs5i0KQAE40NmiR/y6prLNb9x9cg=
github.com/google/go-github/v55 v55.0.0/go.mod h1:JLahOTA1DnXzhxEymmFF5PP2tSS9JVNj68mSZNDwskA=
github.com/google/go-github/v56 v56.0.0/go.mod h1:D8cdcX98YWJvi7TLo7zM4/h8ZTx6u6fwGEkCdisopo0=
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=
Expand Down

0 comments on commit 5ada0fc

Please sign in to comment.