Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module(

bazel_dep(name = "rules_python", version = "1.9.0")
bazel_dep(name = "bazel_skylib", version = "1.9.0")
bazel_dep(name = "rules_shell", version = "0.6.1")
bazel_dep(name = "rules_shell", version = "0.8.0")

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Update the rules_shell git override too

Because this module has a git_override for rules_shell, Bazel will fetch the pinned git source instead of the BCR 0.8.0 archive selected here. The override still points at bazelbuild/rules_shell commit e071f45e..., which is the v0.6.1 source, while the BCR entry for 0.8.0 comes from the new 0.8.0 release archive; as a result builds keep using the old rules_shell implementation despite this version bump. Please update or remove the override alongside the bazel_dep bump.

Useful? React with 👍 / 👎.


# Keep direct Bzlmod dependencies pinned to the release source commits as well
# as their module versions.
Expand Down
Loading