mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 21:50:59 -05:00
Bump yoheimuta/protolint from v0.31.0 to v0.32.0 (#1625)
Bumps yoheimuta/protolint from v0.31.0 to v0.32.0. --- updated-dependencies: - dependency-name: yoheimuta/protolint dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
8e88de7ed8
commit
782a606d4c
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
FROM cljkondo/clj-kondo:2021.04.23-alpine as clj-kondo
|
||||
FROM dotenvlinter/dotenv-linter:3.0.0 as dotenv-linter
|
||||
FROM mstruebing/editorconfig-checker:2.3.5 as editorconfig-checker
|
||||
FROM yoheimuta/protolint:v0.31.0 as protolint
|
||||
FROM yoheimuta/protolint:v0.32.0 as protolint
|
||||
FROM golangci/golangci-lint:v1.40.1 as golangci-lint
|
||||
FROM koalaman/shellcheck:v0.7.2 as shellcheck
|
||||
FROM wata727/tflint:0.28.1 as tflint
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#########################################
|
||||
FROM cljkondo/clj-kondo:2021.04.23-alpine as clj-kondo
|
||||
FROM mstruebing/editorconfig-checker:2.3.5 as editorconfig-checker
|
||||
FROM yoheimuta/protolint:v0.31.0 as protolint
|
||||
FROM yoheimuta/protolint:v0.32.0 as protolint
|
||||
FROM golangci/golangci-lint:v1.40.0 as golangci-lint
|
||||
FROM koalaman/shellcheck:v0.7.2 as shellcheck
|
||||
FROM wata727/tflint:0.28.1 as tflint
|
||||
|
|
Loading…
Reference in a new issue