Skip to content

Commit b06abb0

Browse files
build(deps): update all minor level dependencies
1 parent 7b146fe commit b06abb0

File tree

9 files changed

+73
-35
lines changed

9 files changed

+73
-35
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
17+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
1818
with:
1919
go-version: "1.23"
2020
- run: make unit-tests
2121
- name: Upload unit-tests coverage to Codecov
22-
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
22+
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
2323
env:
2424
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
2525
with:
@@ -33,10 +33,10 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
36+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
3737
with:
3838
go-version: "1.23"
3939
- name: golangci-lint
40-
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
40+
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
4141
with:
4242
version: v1.60.1

.github/workflows/container-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
- name: Checkout code
2828
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929
- name: Install cosign
30-
uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
30+
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
3131
- name: Set up QEMU
32-
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0
32+
uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4.0
3333
- name: Set up Docker Buildx
34-
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
34+
uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0
3535
- name: Login to GitHub Container Registry
3636
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
3737
with:
@@ -52,7 +52,7 @@ jobs:
5252
echo TAG_NAME=$(echo $GITHUB_REF | sed -e "s|refs/tags/||") >> $GITHUB_ENV
5353
- name: Build and push container image
5454
id: build-image
55-
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
55+
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0
5656
with:
5757
context: .
5858
file: ./Dockerfile

.github/workflows/fossa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18-
- uses: fossas/fossa-action@09bcf127dc0ccb4b5a023f6f906728878e8610ba # v1.4.0
18+
- uses: fossas/fossa-action@93a52ecf7c3ac7eb40f5de77fd69b1a19524de94 # v1.5.0
1919
with:
2020
api-key: ${{secrets.FOSSA_API_TOKEN}}

.github/workflows/govulncheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Install Golang
15-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
15+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
1616
with:
1717
go-version: "1.23"
1818
- name: govulncheck

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
# Drafts your next Release notes as Pull Requests are merged into "master"
31-
- uses: release-drafter/release-drafter@3f0f87098bd6b5c5b9a36d49c41d998ea58f9348 # v6.0.0
31+
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
3232
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
3333
# with:
3434
# config-name: my-config.yml

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
- name: Checkout code
2727
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2828
- name: Install cosign
29-
uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
29+
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
3030
- name: Set up QEMU
31-
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0
31+
uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4.0
3232
- name: Set up Docker Buildx
33-
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
33+
uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0
3434
- name: Login to GitHub Container Registry
3535
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
3636
with:
@@ -43,7 +43,7 @@ jobs:
4343
echo TAG_NAME=$(echo $GITHUB_REF | sed -e "s|refs/tags/||") >> $GITHUB_ENV
4444
- name: Build and push container image
4545
id: build-image
46-
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
46+
uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0
4747
with:
4848
context: .
4949
file: ./Dockerfile
@@ -84,7 +84,7 @@ jobs:
8484
runs-on: ubuntu-latest
8585
steps:
8686
- name: Install cosign
87-
uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
87+
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
8888

8989
- name: Install the crane command
9090
uses: kubewarden/github-actions/crane-installer@0cf5140fac059c358317ca4d43a2f1400bb6612e # v3.4.6
@@ -169,7 +169,7 @@ jobs:
169169
runs-on: ubuntu-latest
170170
steps:
171171
- name: Install Golang
172-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
172+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
173173
with:
174174
go-version: "1.23"
175175

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the audit-scanner binary
2-
FROM golang:1.23 as builder
2+
FROM golang:1.24 as builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests

go.mod

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ go 1.23.0
44

55
require (
66
github.com/google/uuid v1.6.0
7-
github.com/kubewarden/kubewarden-controller v1.20.1
7+
github.com/kubewarden/kubewarden-controller v1.21.0
88
github.com/rs/zerolog v1.33.0
9-
github.com/spf13/cobra v1.8.1
9+
github.com/spf13/cobra v1.9.1
1010
github.com/stretchr/testify v1.10.0
11-
golang.org/x/sync v0.10.0
11+
golang.org/x/sync v0.11.0
1212
k8s.io/api v0.32.1
1313
k8s.io/apimachinery v0.32.1
1414
k8s.io/client-go v0.32.1
15-
sigs.k8s.io/controller-runtime v0.19.4
15+
sigs.k8s.io/controller-runtime v0.20.2
1616
sigs.k8s.io/wg-policy-prototypes v0.0.0-20230505033312-51c21979086a
1717
)
1818

@@ -27,7 +27,7 @@ require (
2727
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2828
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2929
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
30-
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
30+
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
3131
github.com/fsnotify/fsnotify v1.7.0 // indirect
3232
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
3333
github.com/go-logr/logr v1.4.2 // indirect
@@ -36,6 +36,7 @@ require (
3636
github.com/go-openapi/swag v0.23.0 // indirect
3737
github.com/gogo/protobuf v1.3.2 // indirect
3838
github.com/golang/protobuf v1.5.4 // indirect
39+
github.com/google/btree v1.1.3 // indirect
3940
github.com/google/cel-go v0.22.1 // indirect
4041
github.com/google/gnostic-models v0.6.8 // indirect
4142
github.com/google/go-cmp v0.6.0 // indirect
@@ -55,28 +56,28 @@ require (
5556
github.com/prometheus/client_model v0.6.1 // indirect
5657
github.com/prometheus/common v0.55.0 // indirect
5758
github.com/prometheus/procfs v0.15.1 // indirect
58-
github.com/spf13/pflag v1.0.5 // indirect
59+
github.com/spf13/pflag v1.0.6 // indirect
5960
github.com/stoewer/go-strcase v1.3.0 // indirect
6061
github.com/x448/float16 v0.8.4 // indirect
61-
go.opentelemetry.io/otel v1.33.0 // indirect
62-
go.opentelemetry.io/otel/trace v1.33.0 // indirect
62+
go.opentelemetry.io/otel v1.34.0 // indirect
63+
go.opentelemetry.io/otel/trace v1.34.0 // indirect
6364
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
64-
golang.org/x/net v0.33.0 // indirect
65+
golang.org/x/net v0.34.0 // indirect
6566
golang.org/x/oauth2 v0.24.0 // indirect
66-
golang.org/x/sys v0.28.0 // indirect
67-
golang.org/x/term v0.27.0 // indirect
67+
golang.org/x/sys v0.29.0 // indirect
68+
golang.org/x/term v0.28.0 // indirect
6869
golang.org/x/text v0.21.0 // indirect
6970
golang.org/x/time v0.7.0 // indirect
7071
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
71-
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
72-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
73-
google.golang.org/protobuf v1.35.2 // indirect
72+
google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f // indirect
73+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
74+
google.golang.org/protobuf v1.36.3 // indirect
7475
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
7576
gopkg.in/inf.v0 v0.9.1 // indirect
7677
gopkg.in/yaml.v3 v3.0.1 // indirect
77-
k8s.io/apiextensions-apiserver v0.31.0 // indirect
78-
k8s.io/apiserver v0.32.0 // indirect
79-
k8s.io/component-base v0.32.0 // indirect
78+
k8s.io/apiextensions-apiserver v0.32.1 // indirect
79+
k8s.io/apiserver v0.32.1 // indirect
80+
k8s.io/component-base v0.32.1 // indirect
8081
k8s.io/klog/v2 v2.130.1 // indirect
8182
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
8283
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect

0 commit comments

Comments
 (0)