From 0c8de32a6d09fc0bf51291a59cdd7f7e1dd0e814 Mon Sep 17 00:00:00 2001 From: "octo-sts[bot]" <157150467+octo-sts@users.noreply.github.com> Date: Sat, 20 Apr 2024 11:56:15 +0000 Subject: [PATCH] rook/1.14.0-r0: fix GHSA-4v7x-pqxf-cx7m --- rook.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rook.yaml b/rook.yaml index 729b5aa32b1..f73f1e18b95 100644 --- a/rook.yaml +++ b/rook.yaml @@ -1,7 +1,7 @@ package: name: rook version: 1.14.0 - epoch: 0 + epoch: 1 description: Storage Orchestration for Kubernetes copyright: - license: Apache-2.0 @@ -21,6 +21,10 @@ pipeline: expected-commit: bc37caa4624e866e56fb826e84226f3db6308359 tag: v${{package.version}} + - uses: go/bump + with: + deps: golang.org/x/net@v0.23.0 + - runs: | mkdir -p ${{targets.destdir}}/usr/bin/ go build \