From 801097fe77d61b4cde9e1b3e8e55a5b38582b215 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 03:04:20 +0000 Subject: [PATCH] chore(deps): Bump lcollins/checkstyle-github-action from 3.1.0 to 3.2.0 Bumps [lcollins/checkstyle-github-action](https://github.com/lcollins/checkstyle-github-action) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/lcollins/checkstyle-github-action/releases) - [Commits](https://github.com/lcollins/checkstyle-github-action/compare/v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: lcollins/checkstyle-github-action dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3540aa112..041c34f23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -143,7 +143,7 @@ jobs: run: bundle exec slim-lint app/views --reporter checkstyle > checkstyle-result.xml - name: Upload slim-lint results as GitHub annotations - uses: lcollins/checkstyle-github-action@v3.1.0 + uses: lcollins/checkstyle-github-action@v3.2.0 # Only create GitHub annotations for the main repo (disable for forks): if: ${{ always() && github.event.pull_request.head.repo.full_name == github.repository }} with: