Skip to content

Commit 9dea4f5

Browse files
committed
Upgrade protolint version
Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
1 parent 03acb50 commit 9dea4f5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
# Only use hashes here, as we are passing the github token, we want to
2929
# make sure updates are done consciously to avoid security issues if the
3030
# action repo gets hacked
31-
uses: yoheimuta/action-protolint@e94cc01b1ad085ed9427098442f66f2519c723eb # v1.0.0
31+
uses: yoheimuta/action-protolint@e62319541dc5107df5e3a5010acb8987004d3d25 # v1.3.0
3232
with:
3333
fail_on_error: true
3434
filter_mode: nofilter
3535
github_token: ${{ secrets.github_token }}
3636
protolint_flags: proto/
37-
protolint_version: "0.45.0"
37+
protolint_version: "0.53.0"
3838
reporter: github-check
3939

4040
nox:

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ jobs:
4040
# Only use hashes here, as we are passing the github token, we want to
4141
# make sure updates are done consciously to avoid security issues if the
4242
# action repo gets hacked
43-
uses: yoheimuta/action-protolint@e94cc01b1ad085ed9427098442f66f2519c723eb # v1.0.0
43+
uses: yoheimuta/action-protolint@e62319541dc5107df5e3a5010acb8987004d3d25 # v1.3.0
4444
with:
4545
fail_on_error: true
4646
filter_mode: nofilter
4747
github_token: ${{ secrets.github_token }}
4848
protolint_flags: proto/
49-
protolint_version: "0.45.0"
49+
protolint_version: "0.53.0"
5050
reporter: github-check
5151

5252
nox:

0 commit comments

Comments
 (0)