From 3d122bf55584644d0c7fcdea5c58e6dab0ab085e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 02:49:44 +0000 Subject: [PATCH 1/2] chore(deps): update dependency flyway/flyway to v13.2.0 --- .github/workflows/ci-v2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-v2.yml b/.github/workflows/ci-v2.yml index ef130e83..a980a550 100644 --- a/.github/workflows/ci-v2.yml +++ b/.github/workflows/ci-v2.yml @@ -276,7 +276,7 @@ jobs: # distribution server (Maven Central stopped publishing the self-contained # platform CLI tarballs mid-11.x; see the Install step). # renovate: datasource=github-releases depName=flyway/flyway - FLYWAY_VERSION: 13.1.0 + FLYWAY_VERSION: 13.2.0 FLYWAY_SHA256: 221779d6b6c29b2cd774d2bf7c760a2727d4d2348342e14259fa175cb188b685 steps: From da8188dc4c15dc2ff3fe4543cf64d69e5b5f7224 Mon Sep 17 00:00:00 2001 From: Gabriel Rosales Date: Fri, 7 Aug 2026 20:57:37 -0600 Subject: [PATCH 2/2] ci: pin FLYWAY_SHA256 to the 13.2.0 tarball digest Renovate's regex manager only tracks the FLYWAY_VERSION line, so the bump to 13.2.0 left FLYWAY_SHA256 pinned to the 13.1.0 digest and the "Install Flyway CLI" integrity check failed the integration-test job by design. Digest computed from https://download.red-gate.com/maven/release/com/redgate/flyway/flyway-commandline/13.2.0/flyway-commandline-13.2.0-linux-x64.tar.gz and cross-checked against the Maven .sha1 (764cb577a35e6aac170694336e320b80bde31cb1) and .md5 (45d4d3a751ca3f603cd4a2b0399aeceb) sidecars, both of which match. Tarball root directory is flyway-13.2.0/, so the /tmp/flyway-${FLYWAY_VERSION} cache path and PATH symlink still resolve. Co-Authored-By: Claude Opus 5 (1M context) --- .github/workflows/ci-v2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-v2.yml b/.github/workflows/ci-v2.yml index a980a550..a64dbe17 100644 --- a/.github/workflows/ci-v2.yml +++ b/.github/workflows/ci-v2.yml @@ -277,7 +277,7 @@ jobs: # platform CLI tarballs mid-11.x; see the Install step). # renovate: datasource=github-releases depName=flyway/flyway FLYWAY_VERSION: 13.2.0 - FLYWAY_SHA256: 221779d6b6c29b2cd774d2bf7c760a2727d4d2348342e14259fa175cb188b685 + FLYWAY_SHA256: 3587a120d43f1a3170e78241d5cc8d173d6835e46cbf165592500f5fa5edd71b steps: - uses: actions/checkout@v7