Skip to content

Commit faa0060

Browse files
committed
chore(all): update deps
1 parent eb8cc83 commit faa0060

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.4.0
1+
8.4.2

.github/workflows/bazel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
submodules: recursive
2323
persist-credentials: false
2424
- name: Mount bazel cache
25-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
25+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
2626
with:
2727
path: "~/.cache/bazel"
2828
key: bazel-${{ runner.os }}-build-${{ hashFiles('**/*.bzl', '**/*.bazel') }}

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
permissions:
3030
contents: read
3131
statuses: write
32-
uses: openconfig/common-ci/.github/workflows/go.yml@6471e41fc17c67b8fb10f99b91bbb4ba5903effc
32+
uses: openconfig/common-ci/.github/workflows/go.yml@88a41b190576ebf6d51b5204c1056af2bda19036
3333
with:
3434
go-versions: "['1.x']"

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
fetch-depth: 0
4141
persist-credentials: false
4242
- name: Lint Code Base
43-
uses: super-linter/super-linter@ffde3b2b33b745cb612d787f669ef9442b1339a6 # v8
43+
uses: super-linter/super-linter@2bdd90ed3262e023ac84bf8fe35dc480721fc1f2 # v8
4444
env:
4545
VALIDATE_ALL_CODEBASE: false
4646
VALIDATE_HTML: false

.github/workflows/typo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
fetch-depth: 0
3535
persist-credentials: false
3636
- name: Check spelling of Codebase
37-
uses: crate-ci/typos@85f62a8a84f939ae994ab3763f01a0296d61a7ee # v1
37+
uses: crate-ci/typos@07d900b8fa1097806b8adb6391b0d3e0ac2fdea7 # v1

MODULE.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ module(
33
version = "0.0.0",
44
)
55

6-
bazel_dep(name = "gazelle", version = "0.45.0", repo_name = "bazel_gazelle")
7-
bazel_dep(name = "grpc", version = "1.74.1", repo_name = "com_github_grpc_grpc")
6+
bazel_dep(name = "gazelle", version = "0.47.0", repo_name = "bazel_gazelle")
7+
bazel_dep(name = "grpc", version = "1.76.0.bcr.1", repo_name = "com_github_grpc_grpc")
88
bazel_dep(name = "protobuf", version = "32.1", repo_name = "com_google_protobuf")
9-
bazel_dep(name = "rules_go", version = "0.57.0", repo_name = "io_bazel_rules_go")
9+
bazel_dep(name = "rules_go", version = "0.59.0", repo_name = "io_bazel_rules_go")
1010
bazel_dep(name = "rules_proto", version = "7.1.0")
1111

1212
go_sdk = use_extension("@io_bazel_rules_go//go:extensions.bzl", "go_sdk")
13-
go_sdk.download(version = "1.25.1")
13+
go_sdk.download(version = "1.25.4")
1414

1515
go_deps = use_extension("@bazel_gazelle//:extensions.bzl", "go_deps")
1616
go_deps.from_file(go_mod = "//:go.mod")

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ go 1.23.0
55
require (
66
github.com/golang/glog v1.2.5
77
github.com/google/go-cmp v0.7.0
8-
github.com/google/go-tpm v0.9.5
9-
google.golang.org/grpc v1.75.1
8+
github.com/google/go-tpm v0.9.7
9+
google.golang.org/grpc v1.76.0
1010
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1
11-
google.golang.org/protobuf v1.36.9
11+
google.golang.org/protobuf v1.36.10
1212
)
1313

1414
require (

0 commit comments

Comments
 (0)