Skip to content
Open
Show file tree
Hide file tree
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 @@ -48,7 +48,7 @@ archive_override(

bazel_dep(name = "bazel_lib", version = "3.4.0")
bazel_dep(name = "bazel_skylib", version = "1.9.0")
bazel_dep(name = "gawk", version = "5.3.2.bcr.7")
bazel_dep(name = "gawk", version = "5.4.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.

P1 Badge Commit the regenerated MODULE.bazel.lock

This bumps the root Bzlmod dependency, but the commit does not update MODULE.bazel.lock; the checked lockfile still only records gawk 5.3.2.bcr.7 entries. The Bazel lint job for Bazel-path changes runs bazel mod deps --lockfile_mode=refresh and then git diff --exit-code (.gitlab/build/bazel/lint.yml:20-21), so this PR will produce a lockfile diff and fail CI until the regenerated lockfile is committed.

Useful? React with 👍 / 👎.

bazel_dep(name = "gazelle", version = "0.51.3")
bazel_dep(name = "gcc_toolchain", version = "0.9.2")
bazel_dep(name = "libarchive", version = "3.8.1.bcr.2")
Expand Down
9 changes: 7 additions & 2 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading