From cc469a8dd4107d94bda1856fe6e3f47ec2775442 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 18:04:26 +0000 Subject: [PATCH] fix(deps): update dependencies (patch & digest) --- .github/workflows/codegen.yaml | 4 ++-- .github/workflows/golang.yaml | 4 ++-- .github/workflows/release-drafter.yaml | 2 +- Makefile | 2 +- example/Makefile | 2 +- go.mod | 2 +- go.sum | 4 ++-- tools.lock | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/codegen.yaml b/.github/workflows/codegen.yaml index c077fe8..41ecce3 100644 --- a/.github/workflows/codegen.yaml +++ b/.github/workflows/codegen.yaml @@ -16,7 +16,7 @@ jobs: with: persist-credentials: false - id: go-version - uses: opendefensecloud/dev-kit/.github/actions/get-go-version@41370fd52f6889401ef79388e54e7e38bfbf112e # v1.0.11 + uses: opendefensecloud/dev-kit/.github/actions/get-go-version@170f07afc6757b8cdcb0d32a89ebb058a5431631 # v1.0.13 - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7 with: go-version: ${{ steps.go-version.outputs.version }} @@ -24,4 +24,4 @@ jobs: run: | cd example && make codegen - name: Check for changes - uses: opendefensecloud/dev-kit/.github/actions/diff-check@41370fd52f6889401ef79388e54e7e38bfbf112e # v1.0.11 + uses: opendefensecloud/dev-kit/.github/actions/diff-check@170f07afc6757b8cdcb0d32a89ebb058a5431631 # v1.0.13 diff --git a/.github/workflows/golang.yaml b/.github/workflows/golang.yaml index cd2bbbd..1371636 100644 --- a/.github/workflows/golang.yaml +++ b/.github/workflows/golang.yaml @@ -38,7 +38,7 @@ jobs: with: persist-credentials: false - id: go-version - uses: opendefensecloud/dev-kit/.github/actions/get-go-version@41370fd52f6889401ef79388e54e7e38bfbf112e # v1.0.11 + uses: opendefensecloud/dev-kit/.github/actions/get-go-version@170f07afc6757b8cdcb0d32a89ebb058a5431631 # v1.0.13 - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7 with: go-version: ${{ steps.go-version.outputs.version }} @@ -68,7 +68,7 @@ jobs: with: infile: sl.coverprofile - name: Coveralls GitHub Action - uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7 + uses: coverallsapp/github-action@8d6379e14d29928660c4ba802d8e85393440b329 # v2.3.8 with: github-token: ${{ secrets.github_token }} path-to-lcov: coverage.lcov diff --git a/.github/workflows/release-drafter.yaml b/.github/workflows/release-drafter.yaml index 8d62927..7f2cd5a 100644 --- a/.github/workflows/release-drafter.yaml +++ b/.github/workflows/release-drafter.yaml @@ -33,7 +33,7 @@ jobs: # echo "GHE_HOST=${GITHUB_SERVER_URL##https:\/\/}" >> $GITHUB_ENV # Drafts your next Release notes as Pull Requests are merged into "master" - - uses: release-drafter/release-drafter@eada3c96a64734dd381cfbda23511034e328ddb0 # v7 + - uses: release-drafter/release-drafter@34d80673e067bdc0c24568d3af899c216adcfaa9 # v7 # (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml # with: # config-name: my-config.yml diff --git a/Makefile b/Makefile index cc698f2..024671c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Include ODC common make targets -DEV_KIT_VERSION := v1.0.11 +DEV_KIT_VERSION := v1.0.13 -include common.mk common.mk: @[ -f .common.mk-download ] || \ diff --git a/example/Makefile b/example/Makefile index f18f6af..eaef40c 100644 --- a/example/Makefile +++ b/example/Makefile @@ -1,4 +1,4 @@ -DEV_KIT_VERSION := v1.0.9 +DEV_KIT_VERSION := v1.0.13 -include common.mk common.mk: @[ -f .common.mk-download ] || \ diff --git a/go.mod b/go.mod index 3dbe3b9..ce53f80 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.26.5 require ( github.com/ironcore-dev/controller-utils v0.12.0 github.com/ironcore-dev/ironcore v0.4.3 - github.com/onsi/ginkgo/v2 v2.32.0 + github.com/onsi/ginkgo/v2 v2.32.1 github.com/onsi/gomega v1.42.1 github.com/spf13/cobra v1.10.2 github.com/spf13/pflag v1.0.10 diff --git a/go.sum b/go.sum index ce71f51..2cfb6e3 100644 --- a/go.sum +++ b/go.sum @@ -151,8 +151,8 @@ github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee h1:W5t00kpgFd github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk= github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA= github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= -github.com/onsi/ginkgo/v2 v2.32.0 h1:Hw7s2pVrQo/8Yz5N77qdnpHaoc+c6cC9WIV1Jce+J6E= -github.com/onsi/ginkgo/v2 v2.32.0/go.mod h1:+aXOY+vzZ5mu2iI2HpTZUPmM//oQfsNFX6gU9kNcA44= +github.com/onsi/ginkgo/v2 v2.32.1 h1:6tlvcDm/3sE8lGJbZ4+d4mO3RLy24/tQWOFzVSQNIfw= +github.com/onsi/ginkgo/v2 v2.32.1/go.mod h1:+aXOY+vzZ5mu2iI2HpTZUPmM//oQfsNFX6gU9kNcA44= github.com/onsi/gomega v1.42.1 h1:iN1rCUX+44NZ1Dc97MPoeFYbFR0vh8zxoxMFwKdyZ6I= github.com/onsi/gomega v1.42.1/go.mod h1:REff/hsDsodHoKlWsP2mAPhu1+5/6hVYNf9rIEBpeSg= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= diff --git a/tools.lock b/tools.lock index 7dad0d9..748a9ba 100644 --- a/tools.lock +++ b/tools.lock @@ -1,5 +1,5 @@ addlicense github.com/google/addlicense@v1.2.0 -ginkgo github.com/onsi/ginkgo/v2/ginkgo@v2.32.0 +ginkgo github.com/onsi/ginkgo/v2/ginkgo@v2.32.1 golangci-lint github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.12.2 osv-scanner github.com/google/osv-scanner/v2/cmd/osv-scanner@v2.4.0 setup-envtest sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.22