We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21fd71b + f3bfd67 commit 2652860Copy full SHA for 2652860
.github/workflows/ci.yaml
@@ -41,13 +41,13 @@ jobs:
41
# Only use hashes here, as we are passing the github token, we want to
42
# make sure updates are done consciously to avoid security issues if the
43
# action repo gets hacked
44
- uses: yoheimuta/action-protolint@e94cc01b1ad085ed9427098442f66f2519c723eb # v1.0.0
+ uses: yoheimuta/action-protolint@e62319541dc5107df5e3a5010acb8987004d3d25 # v1.3.0
45
with:
46
fail_on_error: true
47
filter_mode: nofilter
48
github_token: ${{ secrets.github_token }}
49
protolint_flags: proto/
50
- protolint_version: "0.45.0"
+ protolint_version: "0.52.0"
51
reporter: github-check
52
53
nox:
0 commit comments