File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8282
8383 - name : Sign artifact
8484 if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
85- uses : sigstore/gh-action-sigstore-python@v3.0.1
85+ uses : sigstore/gh-action-sigstore-python@v3.1.0
8686 with :
8787 inputs : ./medusa-*.tar.gz
8888
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
1515 github.com/spf13/cobra v1.10.1
1616 github.com/spf13/pflag v1.0.9
1717 github.com/stretchr/testify v1.11.1
18- go.etcd.io/bbolt v1.4.0
18+ go.etcd.io/bbolt v1.4.3
1919 golang.org/x/crypto v0.43.0
2020 golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0
2121 golang.org/x/net v0.46.0
Original file line number Diff line number Diff line change @@ -212,8 +212,8 @@ github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcY
212212github.com/yuin/goldmark v1.4.13 /go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY =
213213github.com/yusufpapurcu/wmi v1.2.4 h1:zFUKzehAFReQwLys1b/iSMl+JQGSCSjtVqQn9bBrPo0 =
214214github.com/yusufpapurcu/wmi v1.2.4 /go.mod h1:SBZ9tNy3G9/m5Oi98Zks0QjeHVDvuK0qfxQmPyzfmi0 =
215- go.etcd.io/bbolt v1.4.0 h1:TU77id3TnN/zKr7CO/uk+fBCwF2jGcMuw2B/FMAzYIk =
216- go.etcd.io/bbolt v1.4.0 /go.mod h1:AsD+OCi/qPN1giOX1aiLAha3o1U8rAz65bvN4j0sRuk =
215+ go.etcd.io/bbolt v1.4.3 h1:dEadXpI6G79deX5prL3QRNP6JB8UxVkqo4UPnHaNXJo =
216+ go.etcd.io/bbolt v1.4.3 /go.mod h1:tKQlpPaYCVFctUIgFKFnAlvbmB3tpy1vkTnDWohtc0E =
217217golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
218218golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 /go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto =
219219golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 /go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc =
You can’t perform that action at this time.
0 commit comments