Skip to content

Commit 88afb5b

Browse files
authored
Merge branch 'master' into auto-merge-dependabot-prs
2 parents f805505 + 1d26a08 commit 88afb5b

6 files changed

Lines changed: 101 additions & 96 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: Harden Runner
44-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
44+
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
4545
with:
4646
egress-policy: audit
4747

@@ -50,7 +50,7 @@ jobs:
5050

5151
# Initializes the CodeQL tools for scanning.
5252
- name: Initialize CodeQL
53-
uses: github/codeql-action/init@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.5
53+
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
5454
with:
5555
languages: ${{ matrix.language }}
5656
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -60,7 +60,7 @@ jobs:
6060
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6161
# If this step fails, then you should remove it and run the build manually (see below)
6262
- name: Autobuild
63-
uses: github/codeql-action/autobuild@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.5
63+
uses: github/codeql-action/autobuild@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
6464

6565
# ℹ️ Command-line programs to run using the OS shell.
6666
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -73,6 +73,6 @@ jobs:
7373
# ./location_of_script_within_repo/buildscript.sh
7474

7575
- name: Perform CodeQL Analysis
76-
uses: github/codeql-action/analyze@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.5
76+
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
7777
with:
7878
category: "/language:${{matrix.language}}"

.github/workflows/dependency-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Harden Runner
20-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
20+
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
2121
with:
2222
egress-policy: audit
2323

2424
- name: 'Checkout Repository'
2525
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2626
- name: 'Dependency Review'
27-
uses: actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1
27+
uses: actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b # v4.7.3

.github/workflows/scorecards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Harden Runner
34-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
34+
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
3535
with:
3636
egress-policy: audit
3737

@@ -71,6 +71,6 @@ jobs:
7171

7272
# Upload the results to GitHub's code scanning dashboard.
7373
- name: "Upload to code-scanning"
74-
uses: github/codeql-action/upload-sarif@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.5
74+
uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
7575
with:
7676
sarif_file: results.sarif

.github/workflows/workflow.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
timeout-minutes: 5
2121
steps:
2222
- name: Harden Runner
23-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
23+
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
2424
with:
2525
egress-policy: audit
2626

2727
- name: Set up Go 1.24
28-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v3.5.0
28+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v3.5.0
2929
with:
3030
go-version: "1.24"
3131

@@ -44,12 +44,12 @@ jobs:
4444
timeout-minutes: 5
4545
steps:
4646
- name: Harden Runner
47-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
47+
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
4848
with:
4949
egress-policy: audit
5050

5151
- name: Set up Go 1.24
52-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
52+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
5353
with:
5454
go-version: "1.24"
5555
id: go
@@ -84,7 +84,7 @@ jobs:
8484
run: make test
8585

8686
- name: Codecov Upload
87-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
87+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
8888
with:
8989
flags: unittests
9090
file: ./cover.out

go.mod

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -5,65 +5,67 @@ go 1.24.0
55
toolchain go1.24.2
66

77
require (
8-
github.com/onsi/gomega v1.38.0
8+
github.com/onsi/gomega v1.38.2
99
github.com/open-policy-agent/frameworks/constraint v0.0.0-20241101234656-e78c8abd754a
1010
github.com/pkg/errors v0.9.1
1111
go.uber.org/atomic v1.11.0
12-
k8s.io/api v0.33.4
13-
k8s.io/apiextensions-apiserver v0.33.4
14-
k8s.io/apimachinery v0.33.4
15-
k8s.io/client-go v0.33.4
16-
k8s.io/kube-aggregator v0.33.4
17-
sigs.k8s.io/controller-runtime v0.21.0
12+
k8s.io/api v0.34.1
13+
k8s.io/apiextensions-apiserver v0.34.1
14+
k8s.io/apimachinery v0.34.1
15+
k8s.io/client-go v0.34.1
16+
k8s.io/kube-aggregator v0.34.1
17+
sigs.k8s.io/controller-runtime v0.22.1
1818
)
1919

2020
require (
2121
github.com/beorn7/perks v1.0.1 // indirect
22-
github.com/blang/semver/v4 v4.0.0 // indirect
2322
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2423
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
25-
github.com/emicklei/go-restful/v3 v3.12.0 // indirect
24+
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
2625
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
27-
github.com/fsnotify/fsnotify v1.7.0 // indirect
28-
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
29-
github.com/go-logr/logr v1.4.2 // indirect
26+
github.com/fsnotify/fsnotify v1.9.0 // indirect
27+
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
28+
github.com/go-logr/logr v1.4.3 // indirect
3029
github.com/go-openapi/jsonpointer v0.21.0 // indirect
3130
github.com/go-openapi/jsonreference v0.21.0 // indirect
3231
github.com/go-openapi/swag v0.23.0 // indirect
3332
github.com/gogo/protobuf v1.3.2 // indirect
3433
github.com/google/btree v1.1.3 // indirect
35-
github.com/google/gnostic-models v0.6.9 // indirect
34+
github.com/google/gnostic-models v0.7.0 // indirect
3635
github.com/google/go-cmp v0.7.0 // indirect
3736
github.com/google/uuid v1.6.0 // indirect
3837
github.com/josharian/intern v1.0.0 // indirect
3938
github.com/json-iterator/go v1.1.12 // indirect
4039
github.com/mailru/easyjson v0.7.7 // indirect
4140
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
42-
github.com/modern-go/reflect2 v1.0.2 // indirect
41+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
4342
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
43+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
4444
github.com/prometheus/client_golang v1.22.0 // indirect
4545
github.com/prometheus/client_model v0.6.1 // indirect
4646
github.com/prometheus/common v0.62.0 // indirect
4747
github.com/prometheus/procfs v0.15.1 // indirect
48-
github.com/spf13/pflag v1.0.5 // indirect
48+
github.com/spf13/pflag v1.0.6 // indirect
4949
github.com/x448/float16 v0.8.4 // indirect
50-
golang.org/x/net v0.41.0 // indirect
50+
go.yaml.in/yaml/v2 v2.4.2 // indirect
51+
go.yaml.in/yaml/v3 v3.0.4 // indirect
52+
golang.org/x/net v0.43.0 // indirect
5153
golang.org/x/oauth2 v0.27.0 // indirect
52-
golang.org/x/sync v0.15.0 // indirect
53-
golang.org/x/sys v0.33.0 // indirect
54-
golang.org/x/term v0.32.0 // indirect
55-
golang.org/x/text v0.26.0 // indirect
54+
golang.org/x/sync v0.16.0 // indirect
55+
golang.org/x/sys v0.35.0 // indirect
56+
golang.org/x/term v0.34.0 // indirect
57+
golang.org/x/text v0.28.0 // indirect
5658
golang.org/x/time v0.9.0 // indirect
5759
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
58-
google.golang.org/protobuf v1.36.6 // indirect
60+
google.golang.org/protobuf v1.36.7 // indirect
5961
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
6062
gopkg.in/inf.v0 v0.9.1 // indirect
6163
gopkg.in/yaml.v3 v3.0.1 // indirect
6264
k8s.io/klog/v2 v2.130.1 // indirect
63-
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
64-
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
65-
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
65+
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
66+
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
67+
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
6668
sigs.k8s.io/randfill v1.0.0 // indirect
67-
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
68-
sigs.k8s.io/yaml v1.4.0 // indirect
69+
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
70+
sigs.k8s.io/yaml v1.6.0 // indirect
6971
)

0 commit comments

Comments
 (0)