From 2744d51fe116d2428e09813039a7485ea73aeda9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 17:25:52 +0000 Subject: [PATCH 1/3] build(deps): bump github.com/smartcontractkit/chainlink-ccv Bumps [github.com/smartcontractkit/chainlink-ccv](https://github.com/smartcontractkit/chainlink-ccv) from 0.4.0 to 0.9.0. - [Release notes](https://github.com/smartcontractkit/chainlink-ccv/releases) - [Changelog](https://github.com/smartcontractkit/chainlink-ccv/blob/main/CHANGELOG.md) - [Commits](https://github.com/smartcontractkit/chainlink-ccv/compare/v0.4.0...v0.9.0) --- updated-dependencies: - dependency-name: github.com/smartcontractkit/chainlink-ccv dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 0444faa9a..ef744392a 100644 --- a/go.mod +++ b/go.mod @@ -38,7 +38,7 @@ require ( github.com/smartcontractkit/chainlink-ccip/chains/evm v0.0.0-20260827113113-d8474fe8cd02 github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260129103204-4c8453dd8139 github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260827113113-d8474fe8cd02 - github.com/smartcontractkit/chainlink-ccv v0.4.0 + github.com/smartcontractkit/chainlink-ccv v0.9.0 github.com/smartcontractkit/chainlink-ccv/build/devenv v0.5.0 github.com/smartcontractkit/chainlink-ccv/deployment v0.1.1-0.20260811153216-3f3baa768540 github.com/smartcontractkit/chainlink-common v0.11.2-0.20260715145851-8219609496a4 diff --git a/go.sum b/go.sum index d21481c59..aff871b65 100644 --- a/go.sum +++ b/go.sum @@ -1160,8 +1160,8 @@ github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260 github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260129103204-4c8453dd8139/go.mod h1:1WcontO9PeuKdUf5HXfs3nuICtzUvFNnyCmrHkTCF9Y= github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260827113113-d8474fe8cd02 h1:D92BBEZmaAy2pN43d3tLPErP9Y0G7YR0bUnN6y64JN0= github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260827113113-d8474fe8cd02/go.mod h1:Dm/Abz0vr7F2v9TygUX947q8HIwJEJikDfSdanX1Cic= -github.com/smartcontractkit/chainlink-ccv v0.4.0 h1:Kyi3YpfkS+0Lune2H4EBuTqf4SC1MfaozCdRJ9R2AJo= -github.com/smartcontractkit/chainlink-ccv v0.4.0/go.mod h1:VJXiLVKPjRrj41hXmn2gNGlEO9SvUlHUDQ50yRfHbSI= +github.com/smartcontractkit/chainlink-ccv v0.9.0 h1:0tqxsCvqksbaSlAUjpZmicXCHIwBVHh1uu8rbsrWkVA= +github.com/smartcontractkit/chainlink-ccv v0.9.0/go.mod h1:VtlwBhI1hxmO9BWDDDvE8p84CnaibSIkaDxEos6r9O8= github.com/smartcontractkit/chainlink-ccv/build/devenv v0.5.0 h1:mBio8hvXi7lwlKy6ZeKKsV0yn4anKMPC6IGWzW4Fae4= github.com/smartcontractkit/chainlink-ccv/build/devenv v0.5.0/go.mod h1:8RifWC3Z44y4xBRvWsT8cEcrHaSZ7nxFUlCfdNAVkio= github.com/smartcontractkit/chainlink-ccv/deployment v0.1.1-0.20260811153216-3f3baa768540 h1:VP/p/DJtm9bBrRnXO6ZqiyAQXrCSJDvrgGaPeKI1hxU= From aeb1900dae54c255d770f0f4e1a08ae5d76fe331 Mon Sep 17 00:00:00 2001 From: "app-token-issuer-integrations[bot]" <204793122+app-token-issuer-integrations[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 17:27:48 +0000 Subject: [PATCH 2/3] [dependabot skip] Tidy all Go modules This commit was created from the local commit with hash 265b4600437a4ceeaf6ad7c78f62763086727009. --- integration-tests/go.mod | 2 +- integration-tests/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/integration-tests/go.mod b/integration-tests/go.mod index 1151d23cf..2476b8542 100644 --- a/integration-tests/go.mod +++ b/integration-tests/go.mod @@ -33,7 +33,7 @@ require ( github.com/smartcontractkit/chainlink-canton/registry-kit v0.0.0 github.com/smartcontractkit/chainlink-ccip/chains/evm v0.0.0-20260827113113-d8474fe8cd02 github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260827113113-d8474fe8cd02 - github.com/smartcontractkit/chainlink-ccv v0.5.0 + github.com/smartcontractkit/chainlink-ccv v0.9.0 github.com/smartcontractkit/chainlink-ccv/build/devenv v0.5.0 github.com/smartcontractkit/chainlink-common v0.11.2-0.20260715145851-8219609496a4 github.com/smartcontractkit/chainlink-deployments-framework v0.120.0 diff --git a/integration-tests/go.sum b/integration-tests/go.sum index 963ae92aa..81bd91ea6 100644 --- a/integration-tests/go.sum +++ b/integration-tests/go.sum @@ -720,8 +720,8 @@ github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260 github.com/smartcontractkit/chainlink-ccip/chains/solana/gobindings v0.0.0-20260129103204-4c8453dd8139/go.mod h1:1WcontO9PeuKdUf5HXfs3nuICtzUvFNnyCmrHkTCF9Y= github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260827113113-d8474fe8cd02 h1:D92BBEZmaAy2pN43d3tLPErP9Y0G7YR0bUnN6y64JN0= github.com/smartcontractkit/chainlink-ccip/deployment v0.0.0-20260827113113-d8474fe8cd02/go.mod h1:Dm/Abz0vr7F2v9TygUX947q8HIwJEJikDfSdanX1Cic= -github.com/smartcontractkit/chainlink-ccv v0.5.0 h1:J++9YBCa8GSGLi99tuFaHEFdFTDCnwsFdqLeg7CQCuE= -github.com/smartcontractkit/chainlink-ccv v0.5.0/go.mod h1:d/Nk3xplHfdR9C8xB5uvhctGMFvqh/MmgWzUMqpXoaU= +github.com/smartcontractkit/chainlink-ccv v0.9.0 h1:0tqxsCvqksbaSlAUjpZmicXCHIwBVHh1uu8rbsrWkVA= +github.com/smartcontractkit/chainlink-ccv v0.9.0/go.mod h1:VtlwBhI1hxmO9BWDDDvE8p84CnaibSIkaDxEos6r9O8= github.com/smartcontractkit/chainlink-ccv/build/devenv v0.5.0 h1:mBio8hvXi7lwlKy6ZeKKsV0yn4anKMPC6IGWzW4Fae4= github.com/smartcontractkit/chainlink-ccv/build/devenv v0.5.0/go.mod h1:8RifWC3Z44y4xBRvWsT8cEcrHaSZ7nxFUlCfdNAVkio= github.com/smartcontractkit/chainlink-ccv/deployment v0.1.1-0.20260811153216-3f3baa768540 h1:VP/p/DJtm9bBrRnXO6ZqiyAQXrCSJDvrgGaPeKI1hxU= From 968a03f38630c816a2e91bba41f146f7f849a634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Friedemann=20F=C3=BCrst?= <59653747+friedemannf@users.noreply.github.com> Date: Thu, 10 Sep 2026 10:58:27 +0200 Subject: [PATCH 3/3] bump default action version --- .github/actions/setup-ccip-devenv/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-ccip-devenv/action.yml b/.github/actions/setup-ccip-devenv/action.yml index 70086c479..371de912f 100644 --- a/.github/actions/setup-ccip-devenv/action.yml +++ b/.github/actions/setup-ccip-devenv/action.yml @@ -11,7 +11,7 @@ inputs: # builds the verifier/devenv Docker images, while go.mod pins the `ccv up` tooling # that generates their configs. A mismatch across config-format changes (e.g. #1193 # bootstrap monitoring.Config) makes the verifier container exit on startup. - default: 3f3baa768540206ff32b0aa58daab18b73d0fc62 + default: v0.9.0 ccv-iam-role: description: AWS IAM role ARN for CCV ECR authentication required: true