From 12480e292dfed9a476d2535b478c39e8178b8827 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 08:51:34 +0000 Subject: [PATCH] Update sksat/action-clippy action to v1.1.1 --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index dbce41ee..8f2d3628 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -42,7 +42,7 @@ jobs: run: ./setup.sh - name: reviewdog / clippy - uses: sksat/action-clippy@v1.1.0 + uses: sksat/action-clippy@v1.1.1 with: reporter: ${{ github.event_name == 'pull_request' && 'github-pr-review' || 'github-check' }} clippy_flags: --workspace --all-features --locked