From 39f8f7f495947b9280de8e79bea3df7230dec700 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 00:03:16 +0000 Subject: [PATCH] Update fallow-rs/fallow action to v3.16.0 --- .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 e18ade9..75d579e 100644 --- a/.github/workflows/fallow.yml +++ b/.github/workflows/fallow.yml @@ -26,14 +26,14 @@ jobs: fetch-depth: 0 - name: Run Fallow on changed files if: github.event_name != 'workflow_dispatch' - uses: fallow-rs/fallow@66ae724873c3002fe4c81d20d4a30ecb78139802 # v3.15.0 + uses: fallow-rs/fallow@45fd28766199acb1f939f6862274a37aad12770b # v3.16.0 with: root: ${{ inputs.root }} format: sarif changed-since: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.sha || github.event.before }} - name: Run Fallow full scan if: github.event_name == 'workflow_dispatch' - uses: fallow-rs/fallow@66ae724873c3002fe4c81d20d4a30ecb78139802 # v3.15.0 + uses: fallow-rs/fallow@45fd28766199acb1f939f6862274a37aad12770b # v3.16.0 with: root: ${{ inputs.root }} format: sarif