Skip to content

Commit 801097f

Browse files
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](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 c500f47 commit 801097f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)