fix(deps): update module github.com/google/go-github/v76 to v77 (#5737)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-11-08 14:45:23 +01:00
committed by GitHub
co-authored by lnx01 qwerty287
parent a7f275c003
commit df941c788a
7 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ import (
"strings"
"time"
"github.com/google/go-github/v76/github"
"github.com/google/go-github/v77/github"
"github.com/rs/zerolog/log"
"golang.org/x/oauth2"
@@ -551,7 +551,7 @@ func (c *client) Status(ctx context.Context, user *model.User, repo *model.Repo,
return err
}
_, _, err := client.Repositories.CreateStatus(ctx, repo.Owner, repo.Name, pipeline.Commit, &github.RepoStatus{
_, _, err := client.Repositories.CreateStatus(ctx, repo.Owner, repo.Name, pipeline.Commit, github.RepoStatus{
Context: github.Ptr(common.GetPipelineStatusContext(repo, pipeline, workflow)),
State: github.Ptr(convertStatus(workflow.State)),
Description: github.Ptr(common.GetPipelineStatusDescription(workflow.State)),