Skip to content

Commit d040bc5

Browse files
chore(deps): update all non-major dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 671f72c commit d040bc5

3 files changed

Lines changed: 7 additions & 137 deletions

File tree

.github/workflows/publish-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Harden Runner
17-
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
17+
uses: step-security/harden-runner@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
1818
with:
1919
egress-policy: audit
2020

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ replace sigs.k8s.io/structured-merge-diff/v4 => sigs.k8s.io/structured-merge-dif
1111
require (
1212
github.com/cert-manager/cert-manager v1.21.1
1313
github.com/stackitcloud/stackit-sdk-go/core v0.26.0
14-
github.com/stackitcloud/stackit-sdk-go/services/dns v0.21.0
14+
github.com/stackitcloud/stackit-sdk-go/services/dns v0.22.0
1515
github.com/stretchr/testify v1.11.1
1616
go.uber.org/mock v0.6.0
1717
go.uber.org/zap v1.28.0
@@ -55,7 +55,6 @@ require (
5555
github.com/go-openapi/swag/stringutils v0.28.0 // indirect
5656
github.com/go-openapi/swag/typeutils v0.28.0 // indirect
5757
github.com/go-openapi/swag/yamlutils v0.28.0 // indirect
58-
github.com/gogo/protobuf v1.3.2 // indirect
5958
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
6059
github.com/golang/protobuf v1.5.4 // indirect
6160
github.com/google/cel-go v0.30.0 // indirect

0 commit comments

Comments
 (0)