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/v55 to v56 #987

Merged
merged 3 commits into from
Nov 3, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 12, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/google/go-github/v55 require major v55.0.0 -> v56.0.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v56.0.0

Compare Source

This release contains the following breaking API changes:

  • Remove ListServiceHooks (#​2917)
  • Fix SecretScanning API by switching arguments from url to json (#​2934)
  • Remove openpgp and change CreateCommit signature (#​2935)
  • Allow up to maxRedirects upon receiving HTTP 301 status (#​2939)
  • Escape branch string before inserting it in URL (#​2948)
  • Create MarkdownService, EmojisService, CodesOfConductService and MetaService (#​2937)
  • Support options for GetCodeownersErrors (#​2953)

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

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 October 12, 2023 01:13
@renovate renovate bot added the dependencies Indicates a change to dependencies label Oct 12, 2023
@renovate renovate bot force-pushed the renovate/github.com-google-go-github-v55-56.x branch 4 times, most recently from 405de18 to efa65f8 Compare October 20, 2023 14:59
@renovate renovate bot force-pushed the renovate/github.com-google-go-github-v55-56.x branch from efa65f8 to 0b4ee7f Compare October 23, 2023 15:32
@renovate
Copy link
Contributor Author

renovate bot commented Oct 26, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_a_sidecar --label=renovate_a_child --memory=3584m -v "/tmp/worker/793d6b/7d73db/repos/github/go-vela/server":"/tmp/worker/793d6b/7d73db/repos/github/go-vela/server" -v "/tmp/worker/793d6b/7d73db/cache":"/tmp/worker/793d6b/7d73db/cache" -e GOPATH -e GOPROXY -e GOSUMDB -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/793d6b/7d73db/repos/github/go-vela/server" ghcr.io/containerbase/sidecar:9.23.5 bash -l -c "install-tool golang 1.21.3 && go get -d -t ./... && go install github.com/marwan-at-work/mod/cmd/mod@latest && mod upgrade --mod-name=github.com/google/go-github/v55 -t=56 && go mod tidy && go mod tidy"
go: downloading github.com/gin-gonic/gin v1.9.1
go: downloading github.com/go-vela/types v0.21.1-0.20231103135144-ffb16ee0deac
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading github.com/prometheus/client_golang v1.17.0
go: downloading github.com/google/uuid v1.4.0
go: downloading github.com/adhocore/gronx v1.6.6
go: downloading github.com/golang-jwt/jwt/v5 v5.0.0
go: downloading github.com/joho/godotenv v1.5.1
go: downloading github.com/urfave/cli/v2 v2.25.7
go: downloading golang.org/x/sync v0.4.0
go: downloading k8s.io/apimachinery v0.28.3
go: downloading github.com/buildkite/yaml v0.0.0-20181016232759-0caa5f0796e3
go: downloading github.com/drone/envsubst v1.0.3
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading github.com/hashicorp/go-retryablehttp v0.7.4
go: downloading github.com/spf13/afero v1.10.0
go: downloading github.com/google/go-cmp v0.6.0
go: downloading github.com/goware/urlx v0.3.2
go: downloading golang.org/x/oauth2 v0.13.0
go: downloading github.com/Masterminds/sprig/v3 v3.2.3
go: downloading go.starlark.net v0.0.0-20231101134539-556fd59b42f6
go: downloading gorm.io/driver/postgres v1.5.4
go: downloading gorm.io/driver/sqlite v1.5.4
go: downloading gorm.io/gorm v1.25.5
go: downloading github.com/DATA-DOG/go-sqlmock v1.5.0
go: downloading github.com/alicebob/miniredis/v2 v2.31.0
go: downloading github.com/redis/go-redis/v9 v9.3.0
go: downloading golang.org/x/crypto v0.14.0
go: downloading github.com/Bose/minisentinel v0.0.0-20200130220412-917c5a9223bb
go: downloading gopkg.in/square/go-jose.v2 v2.6.0
go: downloading github.com/go-playground/assert/v2 v2.2.0
go: downloading github.com/Masterminds/semver/v3 v3.2.1
go: downloading github.com/aws/aws-sdk-go v1.47.2
go: downloading github.com/hashicorp/vault/api v1.10.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/gin-contrib/sse v0.1.0
go: downloading github.com/mattn/go-isatty v0.0.19
go: downloading golang.org/x/net v0.17.0
go: downloading github.com/ghodss/yaml v1.0.0
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.2.0
go: downloading github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16
go: downloading github.com/prometheus/common v0.44.0
go: downloading github.com/prometheus/procfs v0.11.1
go: downloading golang.org/x/sys v0.13.0
go: downloading google.golang.org/protobuf v1.31.0
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading golang.org/x/text v0.13.0
go: downloading github.com/PuerkitoBio/purell v1.1.1
go: downloading github.com/Masterminds/goutils v1.1.1
go: downloading github.com/huandu/xstrings v1.3.3
go: downloading github.com/imdario/mergo v0.3.11
go: downloading github.com/mitchellh/copystructure v1.0.0
go: downloading github.com/shopspring/decimal v1.2.0
go: downloading github.com/spf13/cast v1.3.1
go: downloading k8s.io/utils v0.0.0-20230406110748-d93618cff8a2
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/google/gofuzz v1.2.0
go: downloading k8s.io/klog/v2 v2.100.1
go: downloading github.com/mattn/go-sqlite3 v1.14.17
go: downloading github.com/jackc/pgx/v5 v5.4.3
go: downloading github.com/jinzhu/now v1.1.5
go: downloading github.com/lib/pq v1.10.9
go: downloading github.com/microcosm-cc/bluemonday v1.0.26
go: downloading github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
go: downloading github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a
go: downloading github.com/yuin/gopher-lua v1.1.0
go: downloading github.com/go-playground/validator/v10 v10.14.0
go: downloading github.com/pelletier/go-toml/v2 v2.0.8
go: downloading github.com/ugorji/go/codec v1.2.11
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/bytedance/sonic v1.9.1
go: downloading github.com/goccy/go-json v0.10.2
go: downloading github.com/json-iterator/go v1.1.12
go: downloading github.com/cenkalti/backoff/v3 v3.0.0
go: downloading github.com/go-jose/go-jose/v3 v3.0.0
go: downloading github.com/hashicorp/go-rootcerts v1.0.2
go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.6
go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.2
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading golang.org/x/time v0.3.0
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading google.golang.org/appengine v1.6.7
go: downloading github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578
go: downloading github.com/mitchellh/reflectwalk v1.0.1
go: downloading github.com/go-logr/logr v1.2.4
go: downloading github.com/jinzhu/inflection v1.0.0
go: downloading github.com/jackc/pgpassfile v1.0.0
go: downloading github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a
go: downloading github.com/aymerick/douceur v0.2.0
go: downloading github.com/jmespath/go-jmespath v0.4.0
go: downloading github.com/gabriel-vasile/mimetype v1.4.2
go: downloading github.com/go-playground/universal-translator v0.18.1
go: downloading github.com/leodido/go-urn v1.2.4
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/hashicorp/go-sockaddr v1.0.2
go: downloading github.com/ryanuber/go-glob v1.0.0
go: downloading github.com/golang/protobuf v1.5.3
go: downloading github.com/gorilla/css v1.0.0
go: downloading github.com/go-playground/locales v0.14.1
go: downloading github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311
go: downloading golang.org/x/arch v0.3.0
go: downloading github.com/klauspost/cpuid/v2 v2.2.4
go: downloading github.com/twitchyliquid64/golang-asm v0.15.1
go: downloading github.com/google/go-github/v55 v55.0.0
go: downloading github.com/google/go-github v17.0.0+incompatible
go: downloading github.com/google/go-querystring v1.1.0
go: downloading github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8
go: downloading github.com/cloudflare/circl v1.3.3
go: added github.com/google/go-github/v55 v55.0.0
go: downloading github.com/marwan-at-work/mod v0.7.0
go: downloading github.com/urfave/cli/v2 v2.25.1
go: downloading github.com/PuerkitoBio/goquery v1.8.1
go: downloading github.com/google/go-github/v52 v52.0.0
go: downloading golang.org/x/mod v0.13.0
go: downloading golang.org/x/oauth2 v0.7.0
go: downloading golang.org/x/tools v0.13.0
go: downloading github.com/andybalholm/cascadia v1.3.2
go: downloading golang.org/x/net v0.15.0
go: downloading github.com/ProtonMail/go-crypto v0.0.0-20230426101702-58e86b294756
go: downloading golang.org/x/sys v0.12.0
go: downloading golang.org/x/crypto v0.13.0
go: downloading github.com/cloudflare/circl v1.3.2
panic: SetRequire called with conflicting versions for path github.com/google/go-github/v56 (latest and v56.0.0)

goroutine 1 [running]:
golang.org/x/mod/modfile.(*File).SetRequire(0xc0000e6a80, {0xc00017a000, 0x79, 0xc00002adc0?})
	/go/pkg/mod/golang.org/x/[email protected]/modfile/rule.go:1088 +0x4c5
github.com/marwan-at-work/mod/major.Run({0xa827a8, 0x1}, {0x9b10df, 0x7}, {0x7ffd8b609a65, 0x1f}, 0xdd9a60?)
	/go/pkg/mod/github.com/marwan-at-work/[email protected]/major/major.go:72 +0x7ac
main.upgrade(0x8ff1a0?)
	/go/pkg/mod/github.com/marwan-at-work/[email protected]/cmd/mod/main.go:75 +0x6f
main.main.withExit.func1(0xc0000d42c0?)
	/go/pkg/mod/github.com/marwan-at-work/[email protected]/cmd/mod/main.go:88 +0x17
github.com/urfave/cli/v2.(*Command).Run(0xc0000d42c0, 0xc000022c80, {0xc000081710, 0x3, 0x3})
	/go/pkg/mod/github.com/urfave/cli/[email protected]/command.go:274 +0x998
github.com/urfave/cli/v2.(*Command).Run(0xc0000d4840, 0xc000022bc0, {0xc000022080, 0x4, 0x4})
	/go/pkg/mod/github.com/urfave/cli/[email protected]/command.go:267 +0xbe5
github.com/urfave/cli/v2.(*App).RunContext(0xc00014c000, {0xa8bde8?, 0xe080e0}, {0xc000022080, 0x4, 0x4})
	/go/pkg/mod/github.com/urfave/cli/[email protected]/app.go:332 +0x5b7
github.com/urfave/cli/v2.(*App).Run(...)
	/go/pkg/mod/github.com/urfave/cli/[email protected]/app.go:309
main.main()
	/go/pkg/mod/github.com/marwan-at-work/[email protected]/cmd/mod/main.go:71 +0x68b

@renovate renovate bot force-pushed the renovate/github.com-google-go-github-v55-56.x branch 6 times, most recently from f3c1b68 to 288747a Compare November 2, 2023 16:34
@renovate renovate bot force-pushed the renovate/github.com-google-go-github-v55-56.x branch 2 times, most recently from d64f3e8 to 2d0b510 Compare November 3, 2023 14:27
@renovate renovate bot force-pushed the renovate/github.com-google-go-github-v55-56.x branch from 2d0b510 to 0f2c414 Compare November 3, 2023 14:32
wass3rw3rk
wass3rw3rk previously approved these changes Nov 3, 2023
Copy link

codecov bot commented Nov 3, 2023

Codecov Report

Merging #987 (bfb3c02) into main (1aa88cc) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #987   +/-   ##
=======================================
  Coverage   68.42%   68.42%           
=======================================
  Files         317      317           
  Lines       13586    13587    +1     
=======================================
+ Hits         9296     9297    +1     
  Misses       3823     3823           
  Partials      467      467           
Files 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 81.25% <ø> (ø)
scm/github/changeset.go 87.03% <ø> (ø)
scm/github/deployment.go 87.74% <ø> (ø)
scm/github/github.go 100.00% <ø> (ø)
scm/github/repo.go 77.04% <100.00%> (+0.05%) ⬆️
scm/github/webhook.go 85.57% <ø> (ø)

Copy link
Contributor Author

renovate bot commented Nov 3, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@plyr4 plyr4 merged commit 016431c into main Nov 3, 2023
9 of 11 checks passed
@plyr4 plyr4 deleted the renovate/github.com-google-go-github-v55-56.x branch November 3, 2023 14:54
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