Skip to content

Commit

Permalink
Fix: CVE
Browse files Browse the repository at this point in the history
Signed-off-by: debasishbsw <debasishbsws.dev@gmail.com>
  • Loading branch information
debasishbsws committed Mar 15, 2024
1 parent 76f630d commit 1c430be
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cadvisor.yaml
Expand Up @@ -25,9 +25,14 @@ pipeline:
- uses: go/bump
with:
deps: google.golang.org/protobuf@v1.33.0 github.com/golang/protobuf@v1.5.4
replaces: google.golang.org/protobuf=google.golang.org/protobuf@v1.33.0
go-version: 1.20

- uses: go/bump
with:
deps: google.golang.org/protobuf@v1.33.0 github.com/golang/protobuf@v1.5.4
go-version: 1.20
modroot: cmd

- runs: |
./build/build.sh
Expand Down

0 comments on commit 1c430be

Please sign in to comment.