Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/google/go-github/v53 to v54 #929

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 16, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/google/go-github/v53 require major v53.2.0 -> v54.0.0

Release Notes

google/go-github (github.com/google/go-github/v53)

v54.0.0

Compare Source

This release contains the following breaking API changes:

  • Fix ListPullRequestsWithCommit option type (#​2822)
  • Support repository_id in org ruleset conditions (#​2825)
  • Fix repo rules bypass settings (#​2831)
  • Fix old_name field in AuditEntry (#​2849)

and the following additional changes:

  • Bump golang.org/x/net from 0.10.0 to 0.11.0 in /scrape (#​2814)
  • Bump golang.org/x/oauth2 from 0.8.0 to 0.9.0 (#​2812)
  • Bump github.com/google/go-github/v53 from 53.0.0 to 53.2.0 in /scrape (#​2813)
  • Add Runner to generate-jitconfig method (#​2818)
  • Remove unnecessary use of fmt.Sprintf (#​2819)
  • Use bytes.Equal instead of bytes.Compare (#​2820)
  • Fix CreateOrUpdateOrgSecret regression introduced in v53 (#​2817)
  • Add Repository struct to SecretScanningAlert (#​2823)
  • Add support for personal access tokens request review API (#​2827)
  • Add support for personal_access_token_request webhook event type (#​2826)
  • Support line comments on PRs (#​2833)
  • Implement installation_target webhook event type (#​2829)
  • Add secret type display to secret scanning alert (#​2834)
  • Use a sentinel error when blocking paths for RepositoriesServices.GetContents (#​2837)
  • Add support for SAML SSO authorization APIs (#​2835)
  • Bump golang.org/x/net from 0.11.0 to 0.12.0 in /scrape (#​2839)
  • Bump golang.org/x/oauth2 from 0.9.0 to 0.10.0 (#​2840)
  • Add Dependabot field in security_and_analysis (#​2846)
  • Add new query params for AlertListOptions (#​2848)
  • Add old_name field to AuditEntry (#​2843)
  • Add OldLogin field to AuditEntryData (#​2850)
  • Check for nil pointer in update rule parameters (#​2854)
  • Fix dropped test error (#​2858)
  • Bump golang.org/x/oauth2 from 0.10.0 to 0.11.0 (#​2859)
  • Bump golang.org/x/net from 0.12.0 to 0.14.0 in /scrape (#​2860)
  • Add ListOptions pagination for Dependabot alerts (#​2853)
  • Add support for Security Advisories Request CVE endpoint (#​2857)
  • Add support for the security and analysis webhook event (#​2862)
  • Add support for projects_v2 and projects_v2_item webhook events (#​2868)
  • Defer closing body before checking HTTP status code (#​2870)
  • Add GetAutomatedSecurityFixes to report status (#​2842)
  • Adding missing field important to find branch in fork from same owner (#​2873)
  • Add WorkflowRun and Workflow to DeploymentEvent (#​2755)
  • Replace deprectated crypto/ssh/terminal module in examples (#​2876)
  • Update workflow to use Go 1.21 and 1.20 (#​2878)
  • Add TriggeringActor to WorkflowRun (#​2879)
  • Add WebhookTypes and EventForType methods (#​2865)
  • Add support for fetching SBOMs (#​2869)
  • Add SubmoduleGitURL to RepositoryContent (#​2880)
  • Bump version of go-github to v54.0.0 (#​2881)

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner August 16, 2023 19:06
@renovate renovate bot added the dependencies Indicates a change to dependencies label Aug 16, 2023
@codecov
Copy link

codecov bot commented Aug 16, 2023

Codecov Report

Merging #929 (b75f2e3) into main (21ef21a) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #929   +/-   ##
=======================================
  Coverage   70.80%   70.80%           
=======================================
  Files         311      311           
  Lines       12854    12854           
=======================================
  Hits         9101     9101           
  Misses       3288     3288           
  Partials      465      465           
Files Changed Coverage Δ
compiler/registry/github/github.go 100.00% <ø> (ø)
compiler/registry/github/template.go 58.53% <ø> (ø)
scm/github/access.go 82.17% <ø> (ø)
scm/github/authentication.go 80.95% <ø> (ø)
scm/github/changeset.go 87.03% <ø> (ø)
scm/github/deployment.go 87.74% <ø> (ø)
scm/github/github.go 100.00% <ø> (ø)
scm/github/repo.go 76.34% <ø> (ø)
scm/github/webhook.go 85.88% <ø> (ø)

@renovate renovate bot force-pushed the renovate/github.com-google-go-github-v53-54.x branch 7 times, most recently from 415095d to 31b8730 Compare August 23, 2023 18:33
@renovate renovate bot force-pushed the renovate/github.com-google-go-github-v53-54.x branch 7 times, most recently from c84676d to b75f2e3 Compare August 30, 2023 14:30
@renovate renovate bot force-pushed the renovate/github.com-google-go-github-v53-54.x branch from b75f2e3 to 26429c0 Compare August 30, 2023 14:37
@ecrupper ecrupper merged commit 25de9e8 into main Aug 30, 2023
10 checks passed
@ecrupper ecrupper deleted the renovate/github.com-google-go-github-v53-54.x branch August 30, 2023 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Indicates a change to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants