We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc7d721 + b95abff commit a36b115Copy full SHA for a36b115
.github/workflows/ci.yaml
@@ -37,13 +37,13 @@ jobs:
37
# Only use hashes here, as we are passing the github token, we want to
38
# make sure updates are done consciously to avoid security issues if the
39
# action repo gets hacked
40
- uses: yoheimuta/action-protolint@a7c658b971a0874e120e046edb6fd137fdbc92a7 # v1.1.0
+ uses: yoheimuta/action-protolint@e62319541dc5107df5e3a5010acb8987004d3d25 # v1.3.0
41
with:
42
fail_on_error: true
43
filter_mode: nofilter
44
github_token: ${{ secrets.github_token }}
45
protolint_flags: proto/
46
- protolint_version: "0.45.0"
+ protolint_version: "0.50.5"
47
reporter: github-check
48
49
nox:
0 commit comments