Skip to content

Commit 9b6e569

Browse files
dependabot[bot]Marenz
authored andcommitted
Bump yoheimuta/action-protolint from 1.0.0 to 1.3.0
Bumps [yoheimuta/action-protolint](https://github.com/yoheimuta/action-protolint) from 1.0.0 to 1.3.0. - [Release notes](https://github.com/yoheimuta/action-protolint/releases) - [Commits](yoheimuta/action-protolint@e94cc01...e623195) --- updated-dependencies: - dependency-name: yoheimuta/action-protolint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4c345ad commit 9b6e569

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,13 @@ jobs:
3838
# Only use hashes here, as we are passing the github token, we want to
3939
# make sure updates are done consciously to avoid security issues if the
4040
# action repo gets hacked
41-
uses: yoheimuta/action-protolint@e94cc01b1ad085ed9427098442f66f2519c723eb # v1.0.0
41+
uses: yoheimuta/action-protolint@e62319541dc5107df5e3a5010acb8987004d3d25 # v1.3.0
4242
with:
4343
fail_on_error: true
4444
filter_mode: nofilter
4545
github_token: ${{ secrets.github_token }}
4646
protolint_flags: proto/
47-
protolint_version: "0.45.0"
48-
reporter: github-check
47+
reporter: github-pr-review
4948

5049
nox:
5150
name: Test with nox

0 commit comments

Comments
 (0)