Skip to content

Commit 4e74dc2

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

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
IMAGE_NAME: ${{ github.repository }}
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
22+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
2323
with:
2424
fetch-depth: 0
2525
- name: Git Fetch

.github/workflows/semgrep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
# Upload findings to GitHub Advanced Security Dashboard [step 2/2]
3131
- name: Upload SARIF file for GitHub Advanced Security Dashboard
32-
uses: github/codeql-action/upload-sarif@a09933a12a80f87b87005513f0abb1494c27a716 # v2.21.4
32+
uses: github/codeql-action/upload-sarif@ddccb873888234080b77e9bc2d4764d5ccaaccf9 # v2.21.9
3333
with:
3434
sarif_file: semgrep.sarif
3535
if: always()

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ go 1.21
44

55
require (
66
github.com/antihax/optional v1.0.0
7-
github.com/cert-manager/cert-manager v1.11.0
7+
github.com/cert-manager/cert-manager v1.13.1
88
github.com/stackitcloud/stackit-dns-api-client-go v0.0.0-20230228185514-6838d6d6f051
99
github.com/stretchr/testify v1.8.4
10-
go.uber.org/mock v0.2.0
11-
go.uber.org/zap v1.25.0
12-
k8s.io/api v0.26.0
13-
k8s.io/apiextensions-apiserver v0.26.0
14-
k8s.io/apimachinery v0.26.0
15-
k8s.io/client-go v0.26.0
10+
go.uber.org/mock v0.3.0
11+
go.uber.org/zap v1.26.0
12+
k8s.io/api v0.28.2
13+
k8s.io/apiextensions-apiserver v0.28.2
14+
k8s.io/apimachinery v0.28.2
15+
k8s.io/client-go v0.28.2
1616
)
1717

1818
require (

0 commit comments

Comments
 (0)