-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
build(deps): bump the github-actions group with 3 updates #6835
build(deps): bump the github-actions group with 3 updates #6835
Conversation
Bumps the github-actions group with 3 updates: [github/codeql-action](https://github.com/github/codeql-action), [actions/setup-go](https://github.com/actions/setup-go) and [dessant/lock-threads](https://github.com/dessant/lock-threads). Updates `github/codeql-action` from 2.22.7 to 2.22.8 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@66b90a5...407ffaf) Updates `actions/setup-go` from 4.1.0 to 5.0.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@93397be...0c52d54) Updates `dessant/lock-threads` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/dessant/lock-threads/releases) - [Changelog](https://github.com/dessant/lock-threads/blob/main/CHANGELOG.md) - [Commits](dessant/lock-threads@d42e5f4...1bf7ec2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: dessant/lock-threads dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #6835 +/- ##
==========================================
+ Coverage 83.58% 83.65% +0.06%
==========================================
Files 285 285
Lines 30754 30754
==========================================
+ Hits 25706 25726 +20
+ Misses 3991 3973 -18
+ Partials 1057 1055 -2 |
@pnacht is it expected for the bot to send PRs that update major versions, which presumably contain breaking changes? Does it do anything to vet that things will keep working before sending the PR, or is that on us to verify it before merging, or merge it and just hope for the best? I'd probably rather stay on vN-1 unless there's a known security problem with it, than upgrade to vN regularly and need to pay the cost of vetting the new version. |
Hey @dfawley. Yes, dependabot does update to new major versions by default. I've often found that breaking changes are usually easy to identify in projects such as gRPC-Go that have a lot of CI/CD testing: if there were a breaking change, the PR's checks would fail. That being said, I can configure dependabot to ignore new major versions if you prefer. In this particular case, |
I don't care if it's fairly easy. If we're doing this, I want it to be literally 100% painless, because I don't think the security gains here are all that real
Yes, please do, thanks!
SG, I guess we can take this without worrying, then. |
Bumps the github-actions group with 3 updates: github/codeql-action, actions/setup-go and dessant/lock-threads.
Updates
github/codeql-action
from 2.22.7 to 2.22.8Changelog
Sourced from github/codeql-action's changelog.
... (truncated)
Commits
407ffaf
Merge pull request #2007 from github/update-v2.22.8-192ad9bd54af462f
Update changelog for v2.22.8192ad9b
Merge pull request #2001 from github/update-bundle/codeql-bundle-v2.15.377c1abb
Merge branch 'main' into update-bundle/codeql-bundle-v2.15.39f150ba
Bump the actions group with 1 update (#2004)e75de4c
Bump typescript from 5.2.2 to 5.3.2 (#2002)80150c2
Bump the npm group with 12 updates (#2003)4d999a4
Add changelog note83267d5
Update default bundle to codeql-bundle-v2.15.34b6aa0b
Merge pull request #1997 from github/mergeback/v2.22.7-to-main-66b90a5dUpdates
actions/setup-go
from 4.1.0 to 5.0.0Release notes
Sourced from actions/setup-go's releases.
Commits
0c52d54
Update dependencies for node20 (#445)bfd2fb3
Merge pull request #421 from chenrui333/node20-runtime3d65fa5
feat: bump to use actions/checkout@v48a505c9
feat: bump to use node20 runtime883490d
Merge pull request #417 from artemgavrilov/maind45ebba
Rephrase sentence317c661
Replacewildcards
term withglobs
.f90673a
Merge pull request #1 from artemgavrilov/caching-docs-improvement8018234
Improve documentation regarding dependencies cachind085b4f
Merge pull request #411 from galargh/fix/windows-hostedtoolcacheUpdates
dessant/lock-threads
from 5.0.0 to 5.0.1Release notes
Sourced from dessant/lock-threads's releases.
Changelog
Sourced from dessant/lock-threads's changelog.
... (truncated)
Commits
1bf7ec2
chore(release): 5.0.1adf4aa5
chore: update package0a63678
fix: support filtering threads by labels with spacesDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditionsRELEASE NOTES: none