Skip to content

Bump buildifier_prebuilt from 8.5.1.2 to 8.5.1.3#88

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/bazel/buildifier_prebuilt-8.5.1.3
Open

Bump buildifier_prebuilt from 8.5.1.2 to 8.5.1.3#88
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/bazel/buildifier_prebuilt-8.5.1.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 15, 2026

Copy link
Copy Markdown
Contributor

Bumps buildifier_prebuilt from 8.5.1.2 to 8.5.1.3.

Release notes

Sourced from buildifier_prebuilt's releases.

8.5.1.3

What's Changed

Full Changelog: keith/buildifier-prebuilt@8.5.1.2...8.5.1.3

MODULE.bazel Snippet

bazel_dep(name = "buildifier_prebuilt", version = "8.5.1.3", dev_dependency = True)

WORKSPACE Snippet

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "buildifier_prebuilt",
sha256 = "f635ebab2b5eaa5dd4fdc16f77565aea920e8231e37aef9441fd346254c16f46",
strip_prefix = "buildifier-prebuilt-8.5.1.3",
urls = [
"https://github.com/keith/buildifier-prebuilt/releases/download/8.5.1.3/buildifier-prebuilt.8.5.1.3.tar.gz",
],
)
load("@​buildifier_prebuilt//:deps.bzl", "buildifier_prebuilt_deps")
buildifier_prebuilt_deps()
load("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")
bazel_skylib_workspace()
load("@​buildifier_prebuilt//:defs.bzl", "buildifier_prebuilt_register_toolchains")
buildifier_prebuilt_register_toolchains()

Commits
  • 9431e57 Make binary rules run from workspace (#162)
  • b8be797 Fix buildifier warnings (#161)
  • 1a47cff Make CI job cancel on PR pushes (#160)
  • cf1a71f Fix buildifier_test not exiting with a failure code (#159)
  • e56114a Fix --noenable_runfiles on non Windows (#158)
  • 2858f93 Fix windows without runfiles (#156)
  • 1c3faa9 Remove CI exception fixed in 9.x (#157)
  • 49086dd Remove examples/ and tests/ from archive (#155)
  • 3ee6419 Bump bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml from 1.4.1 t...
  • 2f22154 Bump actions/checkout from 6 to 7 (#153)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file labels Jul 15, 2026
@github-actions

github-actions Bot commented Jul 15, 2026

Copy link
Copy Markdown

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run --lockfile_mode=error //:license-check

Status: ⚠️ Needs Review

Click to expand output
[License Check Output]
Extracting Bazel installation...
Starting local Bazel server (8.3.0) and connecting to it...
INFO: Invocation ID: 9f177ad9-0ee3-4073-b11d-deb210425b2c
Computing main repo mapping: 
Computing main repo mapping: 
DEBUG: Rule 'abseil-cpp+' indicated that a canonical reproducible form can be obtained by modifying arguments integrity = "sha256-m3oGQwXp/ZTRJP+mzDWFkutCtdpYj7TgfQklSqQAhts="
DEBUG: Repository abseil-cpp+ instantiated at:
  <builtin>: in <toplevel>
Repository rule http_archive defined at:
  /home/runner/.bazel/external/bazel_tools/tools/build_defs/repo/http.bzl:394:31: in <toplevel>
Computing main repo mapping: 
DEBUG: Rule 'protobuf+' indicated that a canonical reproducible form can be obtained by modifying arguments integrity = "sha256-w6Cp7OiTLjHDtzbi2xixxC5wcM2biBOIsm0BqnHiTKI="
DEBUG: Repository protobuf+ instantiated at:
  <builtin>: in <toplevel>
Repository rule http_archive defined at:
  /home/runner/.bazel/external/bazel_tools/tools/build_defs/repo/http.bzl:394:31: in <toplevel>
Computing main repo mapping: 
DEBUG: Rule 'grpc+' indicated that a canonical reproducible form can be obtained by modifying arguments integrity = "sha256-CvN7gAlTEwtHwHW1ZoPuYL3D7aPDf8YAQZP1tWl1ggQ="
DEBUG: Repository grpc+ instantiated at:
  <builtin>: in <toplevel>
Repository rule http_archive defined at:
  /home/runner/.bazel/external/bazel_tools/tools/build_defs/repo/http.bzl:394:31: in <toplevel>
Loading: 
Loading: 1 packages loaded
Loading: 1 packages loaded
    currently loading: 
WARNING: Target pattern parsing failed.
ERROR: Skipping '//:license-check': no such target '//:license-check': target 'license-check' not declared in package '' defined by /home/runner/work/inc_security_crypto/inc_security_crypto/BUILD
ERROR: no such target '//:license-check': target 'license-check' not declared in package '' defined by /home/runner/work/inc_security_crypto/inc_security_crypto/BUILD
INFO: Elapsed time: 8.062s
INFO: 0 processes.
ERROR: Build did NOT complete successfully
ERROR: Build failed. Not running target

@github-actions

Copy link
Copy Markdown

The created documentation from the pull request is available at: docu-html

Bumps [buildifier_prebuilt](https://github.com/keith/buildifier-prebuilt) from 8.5.1.2 to 8.5.1.3.
- [Release notes](https://github.com/keith/buildifier-prebuilt/releases)
- [Commits](keith/buildifier-prebuilt@8.5.1.2...8.5.1.3)

---
updated-dependencies:
- dependency-name: buildifier_prebuilt
  dependency-version: 8.5.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/bazel/buildifier_prebuilt-8.5.1.3 branch from 5ed5f00 to f301972 Compare July 16, 2026 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant