Skip to content

Commit a3e667e

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

5 files changed

Lines changed: 15 additions & 154 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@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
1818
with:
1919
egress-policy: audit
2020

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: anchore/sbom-action/download-syft@e22c389904149dbc22b58101806040fa8d37a610 # v0.24.0
3636

3737
- name: Set Up Docker Buildx
38-
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
38+
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0
3939

4040
- name: Login to Registry
4141
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0

.github/workflows/semgrep.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
# Skip any PR created by dependabot to avoid permission issues
1212
if: (github.actor != 'dependabot[bot]')
1313
container:
14-
image: semgrep/semgrep:1.172.0@sha256:65dcd4408adda7c183a6b4550cb1e9b19f7f627a6fbb7e0559bd466bedc44d7b
14+
image: semgrep/semgrep:1.175.0@sha256:b94b53d02fd4a022f9eac4e2af1380f5c3c4c21400e79d3336bdff1d1db5e796
1515
steps:
1616
# Fetch project source
1717
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
@@ -31,6 +31,6 @@ jobs:
3131
3232
# Upload findings to GitHub Advanced Security Dashboard [step 2/2]
3333
- name: Upload SARIF file for GitHub Advanced Security Dashboard
34-
uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
34+
uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9
3535
with:
3636
sarif_file: semgrep.sarif

go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ 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
15-
github.com/stretchr/testify v1.11.1
14+
github.com/stackitcloud/stackit-sdk-go/services/dns v0.22.1
15+
github.com/stretchr/testify v1.12.1
1616
go.uber.org/mock v0.6.0
1717
go.uber.org/zap v1.28.0
1818
k8s.io/api v0.36.3
@@ -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
@@ -114,7 +113,6 @@ require (
114113
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
115114
gopkg.in/inf.v0 v0.9.1 // indirect
116115
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
117-
gopkg.in/yaml.v3 v3.0.1 // indirect
118116
k8s.io/apiserver v0.36.3 // indirect
119117
k8s.io/component-base v0.36.3 // indirect
120118
k8s.io/klog/v2 v2.140.0 // indirect

0 commit comments

Comments
 (0)