From 279af5de817849556eacc4f164c7f3cc1ed4f32b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 14:01:26 +0000 Subject: [PATCH] build(deps): bump golang.org/x/oauth2 Bumps the scripts group with 1 update in the /scripts/gen_github_action_config directory: [golang.org/x/oauth2](https://github.com/golang/oauth2). Updates `golang.org/x/oauth2` from 0.24.0 to 0.27.0 - [Commits](https://github.com/golang/oauth2/compare/v0.24.0...v0.27.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: scripts ... Signed-off-by: dependabot[bot] --- scripts/gen_github_action_config/go.mod | 3 ++- scripts/gen_github_action_config/go.sum | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/gen_github_action_config/go.mod b/scripts/gen_github_action_config/go.mod index 92c6db2229d6..4e84ca6b6dca 100644 --- a/scripts/gen_github_action_config/go.mod +++ b/scripts/gen_github_action_config/go.mod @@ -1,10 +1,11 @@ module github.com/golangci/golangci-lint/scripts/gen_github_action_config go 1.21.0 +toolchain go1.23.6 require ( github.com/shurcooL/githubv4 v0.0.0-20240429030203-be2daab69064 - golang.org/x/oauth2 v0.24.0 + golang.org/x/oauth2 v0.27.0 ) require github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 // indirect diff --git a/scripts/gen_github_action_config/go.sum b/scripts/gen_github_action_config/go.sum index 275bd8b4446f..c11fb962d216 100644 --- a/scripts/gen_github_action_config/go.sum +++ b/scripts/gen_github_action_config/go.sum @@ -4,5 +4,5 @@ github.com/shurcooL/githubv4 v0.0.0-20240429030203-be2daab69064 h1:RCQBSFx5JrsbH github.com/shurcooL/githubv4 v0.0.0-20240429030203-be2daab69064/go.mod h1:zqMwyHmnN/eDOZOdiTohqIUKUrTFX62PNlu7IJdu0q8= github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 h1:17JxqqJY66GmZVHkmAsGEkcIu0oCe3AM420QDgGwZx0= github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466/go.mod h1:9dIRpgIY7hVhoqfe0/FcYp0bpInZaT7dc3BYOprrIUE= -golang.org/x/oauth2 v0.24.0 h1:KTBBxWqUa0ykRPLtV69rRto9TLXcqYkeswu48x/gvNE= -golang.org/x/oauth2 v0.24.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI= +golang.org/x/oauth2 v0.27.0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M= +golang.org/x/oauth2 v0.27.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8=