From 066232ed69b1668ec4ea157c97c423ea8af3bec5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 12:52:40 +0000 Subject: [PATCH] ci: bump fallow-rs/fallow from 2 to 3 --- updated-dependencies: - dependency-name: fallow-rs/fallow dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/fallow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fallow.yml b/.github/workflows/fallow.yml index eca1260..523f215 100644 --- a/.github/workflows/fallow.yml +++ b/.github/workflows/fallow.yml @@ -24,7 +24,7 @@ jobs: cache: npm - run: npm ci - run: npm run build - - uses: fallow-rs/fallow@v2 + - uses: fallow-rs/fallow@v3 with: command: audit comment: true @@ -33,7 +33,7 @@ jobs: # Fails only on NEW functions over the cyclomatic/cognitive thresholds in # .fallowrc.jsonc, beyond the committed baseline. - name: Complexity gate - uses: fallow-rs/fallow@v2 + uses: fallow-rs/fallow@v3 with: command: health production: true