build(deps): bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 in /scrip… · golangci/golangci-lint@04c19e6 (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 04c19e6
build(deps): bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 in /scripts/gen_github_action_config in the all group (#4977)
File tree
2 files changed
lines changed
- scripts/gen_github_action_config
2 files changed
lines changed
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -4,7 +4,7 @@ go 1.21.0 | ||
4 | 4 | |
5 | 5 | require ( |
6 | 6 | github.com/shurcooL/githubv4 v0.0.0-20240429030203-be2daab69064 |
7 | -golang.org/x/oauth2 v0.22.0 | |
7 | +golang.org/x/oauth2 v0.23.0 | |
8 | 8 | ) |
9 | 9 | |
10 | 10 | require github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 // indirect |
Lines changed: 2 additions & 2 deletions