Skip to content

Commit 30c8231

Browse files
build(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](lcollins/checkstyle-github-action@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] <support@github.com>
1 parent f4d0eb1 commit 30c8231

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
run: bundle exec slim-lint app/views --reporter checkstyle > checkstyle-result.xml
144144

145145
- name: Upload slim-lint results as GitHub annotations
146-
uses: lcollins/checkstyle-github-action@v3.1.0
146+
uses: lcollins/checkstyle-github-action@v3.2.0
147147
# Only create GitHub annotations for the main repo (disable for forks):
148148
if: ${{ always() && github.event.pull_request.head.repo.full_name == github.repository }}
149149
with:

0 commit comments

Comments
 (0)