mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 16:21:00 -05:00
deps(docker): bump scalameta/scalafmt from v3.8.2 to v3.8.3 (#5932)
Bumps scalameta/scalafmt from v3.8.2 to v3.8.3. --- updated-dependencies: - dependency-name: scalameta/scalafmt 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
38dd638c34
commit
1de649c709
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ FROM koalaman/shellcheck:v0.10.0 AS shellcheck
|
|||
FROM mstruebing/editorconfig-checker:v3.0.3 AS editorconfig-checker
|
||||
FROM mvdan/shfmt:v3.8.0 AS shfmt
|
||||
FROM rhysd/actionlint:1.7.1 AS actionlint
|
||||
FROM scalameta/scalafmt:v3.8.2 AS scalafmt
|
||||
FROM scalameta/scalafmt:v3.8.3 AS scalafmt
|
||||
FROM zricethezav/gitleaks:v8.18.4 AS gitleaks
|
||||
FROM yoheimuta/protolint:0.50.5 AS protolint
|
||||
FROM ghcr.io/clj-kondo/clj-kondo:2024.08.01-alpine AS clj-kondo
|
||||
|
|
Loading…
Reference in a new issue