From 4e497cbf8c829ab1b73bb3fbd3ff8baaaa14424b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 21:01:34 +0000 Subject: [PATCH 1/5] chore(deps): bump google.golang.org/grpc in /integrationtest Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.3 to 1.59.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.58.3...v1.59.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- integrationtest/go.mod | 2 +- integrationtest/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/integrationtest/go.mod b/integrationtest/go.mod index ee8614a0..c601a5ac 100644 --- a/integrationtest/go.mod +++ b/integrationtest/go.mod @@ -9,7 +9,7 @@ require ( github.com/jmoiron/sqlx v1.3.5 github.com/kunitsucom/util.go v0.0.0-00010101000000-000000000000 github.com/ory/dockertest v3.3.5+incompatible - google.golang.org/grpc v1.58.3 + google.golang.org/grpc v1.59.0 ) replace github.com/kunitsucom/util.go => ../../util.go diff --git a/integrationtest/go.sum b/integrationtest/go.sum index 18d047c2..93074f9c 100644 --- a/integrationtest/go.sum +++ b/integrationtest/go.sum @@ -197,6 +197,8 @@ google.golang.org/grpc v1.27.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8 google.golang.org/grpc v1.33.2/go.mod h1:JMHMWHQWaTccqQQlmk3MJZS+GWXOdAesneDmEnv2fbc= google.golang.org/grpc v1.58.3 h1:BjnpXut1btbtgN/6sp+brB2Kbm2LjNXnidYujAVbSoQ= google.golang.org/grpc v1.58.3/go.mod h1:tgX3ZQDlNJGU96V6yHh1T/JeoBQ2TXdr43YbYSsCJk0= +google.golang.org/grpc v1.59.0 h1:Z5Iec2pjwb+LEOqzpB2MR12/eKFhDPhuqW91O+4bwUk= +google.golang.org/grpc v1.59.0/go.mod h1:aUPDwccQo6OTjy7Hct4AfBPD1GptF4fyUjIkQ9YtF98= google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8= google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0= google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM= From a9a398ab81c58ba6ec0440be67a319ccb1cb3328 Mon Sep 17 00:00:00 2001 From: ginokent <29125616+ginokent@users.noreply.github.com> Date: Sun, 29 Oct 2023 06:15:30 +0900 Subject: [PATCH 2/5] ci: fix .github/dependabot.yml --- .github/dependabot.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 32f67f5e..31408d73 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,6 +12,14 @@ updates: interval: "daily" time: "11:00" timezone: "Asia/Tokyo" + labels: + - "build" + - "dependencies" + - "github_actions" + assignees: + - "dependabot" + reviewers: + - "ginokent" - package-ecosystem: "gomod" directory: "/" @@ -19,6 +27,14 @@ updates: interval: "daily" time: "11:00" timezone: "Asia/Tokyo" + labels: + - "build" + - "dependencies" + - "go" + assignees: + - "dependabot" + reviewers: + - "ginokent" - package-ecosystem: "gomod" directory: "/grpc" @@ -26,6 +42,14 @@ updates: interval: "daily" time: "11:00" timezone: "Asia/Tokyo" + labels: + - "build" + - "dependencies" + - "go" + assignees: + - "dependabot" + reviewers: + - "ginokent" - package-ecosystem: "gomod" directory: "/integrationtest" @@ -33,3 +57,11 @@ updates: interval: "daily" time: "11:00" timezone: "Asia/Tokyo" + labels: + - "build" + - "dependencies" + - "go" + assignees: + - "dependabot" + reviewers: + - "ginokent" From b553c3289764022c9af538a31cea67b687800086 Mon Sep 17 00:00:00 2001 From: ginokent <29125616+ginokent@users.noreply.github.com> Date: Sun, 29 Oct 2023 06:16:28 +0900 Subject: [PATCH 3/5] build: go mod tidy --- integrationtest/go.mod | 1 - integrationtest/go.sum | 2 -- 2 files changed, 3 deletions(-) diff --git a/integrationtest/go.mod b/integrationtest/go.mod index c601a5ac..4481cc40 100644 --- a/integrationtest/go.mod +++ b/integrationtest/go.mod @@ -35,7 +35,6 @@ require ( github.com/envoyproxy/protoc-gen-validate v1.0.2 // indirect github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect github.com/golang/protobuf v1.5.3 // indirect - github.com/google/go-cmp v0.5.9 // indirect github.com/google/s2a-go v0.1.7 // indirect github.com/googleapis/enterprise-certificate-proxy v0.3.1 // indirect github.com/googleapis/gax-go/v2 v2.12.0 // indirect diff --git a/integrationtest/go.sum b/integrationtest/go.sum index 93074f9c..c9ab6c77 100644 --- a/integrationtest/go.sum +++ b/integrationtest/go.sum @@ -195,8 +195,6 @@ google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyac google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQciAY= google.golang.org/grpc v1.27.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= google.golang.org/grpc v1.33.2/go.mod h1:JMHMWHQWaTccqQQlmk3MJZS+GWXOdAesneDmEnv2fbc= -google.golang.org/grpc v1.58.3 h1:BjnpXut1btbtgN/6sp+brB2Kbm2LjNXnidYujAVbSoQ= -google.golang.org/grpc v1.58.3/go.mod h1:tgX3ZQDlNJGU96V6yHh1T/JeoBQ2TXdr43YbYSsCJk0= google.golang.org/grpc v1.59.0 h1:Z5Iec2pjwb+LEOqzpB2MR12/eKFhDPhuqW91O+4bwUk= google.golang.org/grpc v1.59.0/go.mod h1:aUPDwccQo6OTjy7Hct4AfBPD1GptF4fyUjIkQ9YtF98= google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8= From 6f35687eb7da4a8f6ec71dac46926c080ab064af Mon Sep 17 00:00:00 2001 From: ginokent <29125616+ginokent@users.noreply.github.com> Date: Sun, 29 Oct 2023 06:26:16 +0900 Subject: [PATCH 4/5] ci: fix .github/dependabot.yml --- .github/dependabot.yml | 8 ++++---- .github/workflows/auto-assign.yml | 1 + .github/workflows/label-checker.yml | 1 + .github/workflows/task-list-checker.yml | 1 + 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 31408d73..de4494ce 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,7 +17,7 @@ updates: - "dependencies" - "github_actions" assignees: - - "dependabot" + - "ginokent" reviewers: - "ginokent" @@ -32,7 +32,7 @@ updates: - "dependencies" - "go" assignees: - - "dependabot" + - "ginokent" reviewers: - "ginokent" @@ -47,7 +47,7 @@ updates: - "dependencies" - "go" assignees: - - "dependabot" + - "ginokent" reviewers: - "ginokent" @@ -62,6 +62,6 @@ updates: - "dependencies" - "go" assignees: - - "dependabot" + - "ginokent" reviewers: - "ginokent" diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml index 7c228c92..67e201ba 100644 --- a/.github/workflows/auto-assign.yml +++ b/.github/workflows/auto-assign.yml @@ -5,6 +5,7 @@ on: pull_request: types: - opened + - reopened - ready_for_review jobs: diff --git a/.github/workflows/label-checker.yml b/.github/workflows/label-checker.yml index c05ff782..1f51a52a 100644 --- a/.github/workflows/label-checker.yml +++ b/.github/workflows/label-checker.yml @@ -7,6 +7,7 @@ on: - edited - synchronize - reopened + - ready_for_review - labeled jobs: diff --git a/.github/workflows/task-list-checker.yml b/.github/workflows/task-list-checker.yml index 9321a79f..81bafb24 100644 --- a/.github/workflows/task-list-checker.yml +++ b/.github/workflows/task-list-checker.yml @@ -7,6 +7,7 @@ on: - edited - synchronize - reopened + - ready_for_review jobs: check: From db298f62f6c19b2ebc555ebe9221e79f67c7c8ae Mon Sep 17 00:00:00 2001 From: ginokent <29125616+ginokent@users.noreply.github.com> Date: Sun, 29 Oct 2023 06:28:01 +0900 Subject: [PATCH 5/5] ci: fix ci --- .github/workflows/auto-assign.yml | 2 +- .github/workflows/label-checker.yml | 6 +++--- .github/workflows/task-list-checker.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml index 67e201ba..54da72f3 100644 --- a/.github/workflows/auto-assign.yml +++ b/.github/workflows/auto-assign.yml @@ -5,8 +5,8 @@ on: pull_request: types: - opened - - reopened - ready_for_review + - reopened jobs: assign: diff --git a/.github/workflows/label-checker.yml b/.github/workflows/label-checker.yml index 1f51a52a..2de7b7d9 100644 --- a/.github/workflows/label-checker.yml +++ b/.github/workflows/label-checker.yml @@ -5,10 +5,10 @@ on: types: - opened - edited - - synchronize - - reopened - - ready_for_review - labeled + - ready_for_review + - reopened + - synchronize jobs: check: diff --git a/.github/workflows/task-list-checker.yml b/.github/workflows/task-list-checker.yml index 81bafb24..74bcaa00 100644 --- a/.github/workflows/task-list-checker.yml +++ b/.github/workflows/task-list-checker.yml @@ -5,9 +5,9 @@ on: types: - opened - edited - - synchronize - - reopened - ready_for_review + - reopened + - synchronize jobs: check: