File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1- 8.4.0
1+ 8.4.2
Original file line number Diff line number Diff line change 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') }}
Original file line number Diff line number Diff line change 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']"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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" )
6+ bazel_dep (name = "gazelle" , version = "0.46 .0" , repo_name = "bazel_gazelle" )
77bazel_dep (name = "grpc" , version = "1.74.1" , repo_name = "com_github_grpc_grpc" )
88bazel_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.58.3 " , repo_name = "io_bazel_rules_go" )
1010bazel_dep (name = "rules_proto" , version = "7.1.0" )
1111
1212go_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.3 " )
1414
1515go_deps = use_extension ("@bazel_gazelle//:extensions.bzl" , "go_deps" )
1616go_deps .from_file (go_mod = "//:go.mod" )
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ go 1.23.0
55require (
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.6
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
1414require (
You can’t perform that action at this time.
0 commit comments