Skip to content

Commit 019b58b

Browse files
chore(deps): update all dependencies
1 parent 7f64da9 commit 019b58b

File tree

11 files changed

+22
-22
lines changed

11 files changed

+22
-22
lines changed

.github/workflows/artifacts.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
retention-days: 5
214214

215215
- name: Upload Trivy scan results to GitHub Security tab
216-
uses: github/codeql-action/upload-sarif@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
216+
uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
217217
with:
218218
sarif_file: trivy-results.sarif
219219

@@ -369,7 +369,7 @@ jobs:
369369
retention-days: 5
370370

371371
- name: Upload Trivy scan results to GitHub Security tab
372-
uses: github/codeql-action/upload-sarif@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
372+
uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
373373
with:
374374
sarif_file: trivy-results.sarif
375375

@@ -493,6 +493,6 @@ jobs:
493493
retention-days: 5
494494

495495
- name: Upload Trivy scan results to GitHub Security tab
496-
uses: github/codeql-action/upload-sarif@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
496+
uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
497497
with:
498498
sarif_file: trivy-results.sarif

.github/workflows/config-reloader.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,6 @@ jobs:
130130
retention-days: 5
131131

132132
- name: Upload Trivy scan results to GitHub Security tab
133-
uses: github/codeql-action/upload-sarif@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
133+
uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
134134
with:
135135
sarif_file: trivy-results.sarif

.github/workflows/fluentd-drain-watch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,6 @@ jobs:
131131
retention-days: 5
132132

133133
- name: Upload Trivy scan results to GitHub Security tab
134-
uses: github/codeql-action/upload-sarif@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
134+
uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
135135
with:
136136
sarif_file: trivy-results.sarif

.github/workflows/fluentd-images.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
retention-days: 5
152152

153153
- name: Upload Trivy scan results to GitHub Security tab
154-
uses: github/codeql-action/upload-sarif@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
154+
uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
155155
with:
156156
sarif_file: trivy-results.sarif
157157

@@ -394,6 +394,6 @@ jobs:
394394
retention-days: 5
395395

396396
- name: Upload Trivy scan results to GitHub Security tab
397-
uses: github/codeql-action/upload-sarif@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
397+
uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
398398
with:
399399
sarif_file: trivy-results.sarif

.github/workflows/node-exporter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,6 @@ jobs:
130130
retention-days: 5
131131

132132
- name: Upload Trivy scan results to GitHub Security tab
133-
uses: github/codeql-action/upload-sarif@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
133+
uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
134134
with:
135135
sarif_file: trivy-results.sarif

.github/workflows/syslog-ng-reloader.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,6 @@ jobs:
130130
retention-days: 5
131131

132132
- name: Upload Trivy scan results to GitHub Security tab
133-
uses: github/codeql-action/upload-sarif@d6bbdef45e766d081b84a2def353b0055f728d3e # v3.29.3
133+
uses: github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
134134
with:
135135
sarif_file: trivy-results.sarif

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ HELM_DOCS_VERSION = 1.14.2
2020
KIND_VERSION ?= 0.29.0
2121

2222
# renovate: datasource=github-releases depName=kubernetes-sigs/kubebuilder versioning=semver
23-
KUBEBUILDER_VERSION = 4.7.0
23+
KUBEBUILDER_VERSION = 4.7.1
2424

2525
# renovate: datasource=go depName=github.com/goph/licensei versioning=semver
2626
LICENSEI_VERSION = 0.9.0

e2e/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
emperror.dev/errors v0.8.1
77
github.com/MakeNowJust/heredoc v1.0.0
88
github.com/cisco-open/operator-tools v0.37.0
9-
github.com/kube-logging/logging-operator v0.0.0-20250721083836-88c241ebc32d
9+
github.com/kube-logging/logging-operator v0.0.0-20250729080917-7f64da92839b
1010
github.com/kube-logging/logging-operator/pkg/sdk v0.12.0
1111
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.84.0
1212
github.com/spf13/cast v1.9.2

e2e/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
185185
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
186186
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
187187
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
188-
github.com/kube-logging/logging-operator v0.0.0-20250721083836-88c241ebc32d h1:xUkLKv8YlLmxqIGp2NTly8A9Vb0lrgsa2YIGkH5bZUE=
189-
github.com/kube-logging/logging-operator v0.0.0-20250721083836-88c241ebc32d/go.mod h1:G016hxHimlYO8PEToQR176B9bm3N6AQYss1Y0KEc9Uc=
188+
github.com/kube-logging/logging-operator v0.0.0-20250729080917-7f64da92839b h1:8H5lwS9587IsKch8W7XmshshFUARyScB2mW3MuR6GXo=
189+
github.com/kube-logging/logging-operator v0.0.0-20250729080917-7f64da92839b/go.mod h1:UVSImABR6E60casEVCXuh+dFbGALT6OX8nUBs/rYsUM=
190190
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
191191
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
192192
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 h1:SOEGU9fKiNWd/HOJuq6+3iTQz8KNCLtVX6idSoTLdUw=

pkg/sdk/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
1010
github.com/cisco-open/operator-tools v0.37.0
1111
github.com/go-logr/zapr v1.3.0
12-
github.com/kube-logging/logging-operator v0.0.0-20250721083836-88c241ebc32d
12+
github.com/kube-logging/logging-operator v0.0.0-20250729080917-7f64da92839b
1313
github.com/onsi/ginkgo v1.16.5
1414
github.com/onsi/gomega v1.38.0
1515
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.84.0
@@ -21,7 +21,7 @@ require (
2121
k8s.io/apimachinery v0.33.3
2222
k8s.io/client-go v0.33.3
2323
sigs.k8s.io/controller-runtime v0.21.0
24-
sigs.k8s.io/yaml v1.5.0
24+
sigs.k8s.io/yaml v1.6.0
2525
)
2626

2727
require (
@@ -73,7 +73,7 @@ require (
7373
gopkg.in/inf.v0 v0.9.1 // indirect
7474
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
7575
gopkg.in/yaml.v3 v3.0.1 // indirect
76-
k8s.io/apiextensions-apiserver v0.33.2 // indirect
76+
k8s.io/apiextensions-apiserver v0.33.3 // indirect
7777
k8s.io/klog/v2 v2.130.1 // indirect
7878
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
7979
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect

0 commit comments

Comments
 (0)