-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Gemfile.lock: Bump the minor-patch group across 1 directory with 6 updates #255
Conversation
@dependabot rebase |
89ca4df
to
b349be0
Compare
@dependabot recreate |
…dates Bumps the minor-patch group with 2 updates in the / directory: [sorbet-runtime](https://github.com/sorbet/sorbet) and [rubocop](https://github.com/rubocop/rubocop). Updates `sorbet-runtime` from 0.5.11625 to 0.5.11630 - [Release notes](https://github.com/sorbet/sorbet/releases) - [Commits](https://github.com/sorbet/sorbet/commits) Updates `rubocop` from 1.67.0 to 1.68.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.67.0...v1.68.0) Updates `sorbet-static-and-runtime` from 0.5.11625 to 0.5.11630 - [Release notes](https://github.com/sorbet/sorbet/releases) - [Commits](https://github.com/sorbet/sorbet/commits) Updates `parser` from 3.3.5.0 to 3.3.5.1 - [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md) - [Commits](whitequark/parser@v3.3.5.0...v3.3.5.1) Updates `sorbet` from 0.5.11625 to 0.5.11630 - [Release notes](https://github.com/sorbet/sorbet/releases) - [Commits](https://github.com/sorbet/sorbet/commits) Updates `sorbet-static` from 0.5.11625 to 0.5.11630 - [Release notes](https://github.com/sorbet/sorbet/releases) - [Commits](https://github.com/sorbet/sorbet/commits) --- updated-dependencies: - dependency-name: sorbet-runtime dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: sorbet-static-and-runtime dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: parser dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: sorbet dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: sorbet-static dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch ... Signed-off-by: dependabot[bot] <[email protected]>
b349be0
to
7d3a965
Compare
@Bo98 making |
Ah didn't realise we only situationally run it. Wouldn't it make sense to require it to avoid security regressions like we do for CodeQL? We rely on auto-merge a lot. |
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Could do, but that now requires running it on every CI run in all the |
It's not a required on the job itself - it's required on the "Code scanning results" status that GitHub generates, which is red when it detects that a new alert would be opened when compared to Could also just have a no-automerge policy for workflow edits I guess? |
Let's just make it mandatory -- we can make exceptions for our high-volume repos if we need to. |
We currently run only when when workflow files are modified, but that means we cannot make the results of the Zizmor scan a required status check. Let's just run this all the time so that we can make sure to never merge regressions. This will affect only one high-volume repo: Homebrew/cask. We can carve out an exception for that if we need to. (Though I'm currently inclined to do something similar on our high-volume repos anyway.) See discussion at Homebrew/ci-orchestrator#255
We currently run only when when workflow files are modified, but that means we cannot make the results of the Zizmor scan a required status check. Let's just run this all the time so that we can make sure to never merge regressions. This will affect only one high-volume repo: Homebrew/cask. We can carve out an exception for that if we need to. (Though I'm currently inclined to do something similar on our high-volume repos anyway.) See discussion at Homebrew/ci-orchestrator#255
Bumps the minor-patch group with 2 updates in the / directory: sorbet-runtime and rubocop.
Updates
sorbet-runtime
from 0.5.11625 to 0.5.11630Release notes
Sourced from sorbet-runtime's releases.
Commits
Updates
rubocop
from 1.67.0 to 1.68.0Release notes
Sourced from rubocop's releases.
... (truncated)
Changelog
Sourced from rubocop's changelog.
Commits
7d35ef7
Cut 1.683033deb
Update Changelog37e9e5f
[Fix #12140] Add newStyle/CombinableDefined
cop.f8aa27f
Fix a false negative forStyle/RedundantLineContinuation
d033a5e
Merge pull request #13400 from Earlopain/offense-cop-name-docsfaaa349
Fix docs forOffense.cop_name
85f9405
Fix deserialization of unknown encoding offensesd499d80
[Fix #13387] Fix false positives forStyle/RedundantParentheses
3e855b0
Merge pull request #13399 from dvandersluis/fix-and-offense-typo1f58513
Fix typosand offense
instead ofan offense
.Updates
sorbet-static-and-runtime
from 0.5.11625 to 0.5.11630Release notes
Sourced from sorbet-static-and-runtime's releases.
Commits
Updates
parser
from 3.3.5.0 to 3.3.5.1Changelog
Sourced from parser's changelog.
Commits
e8d80ad
Update changelog.a36edaf
Bump version.cde8a96
* Bump maintenance branches to 3.2.6 (#1044)90e0a4e
Update my name and copyright.12dc519
Update changelog.Updates
sorbet
from 0.5.11625 to 0.5.11630Release notes
Sourced from sorbet's releases.
Commits
Updates
sorbet-static
from 0.5.11625 to 0.5.11630Release notes
Sourced from sorbet-static's releases.
Commits
Dependabot 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 conditions