Skip to content

Commit ffcb973

Browse files
update extra deps (super-linter#2498)
* update extra deps * Update ruby lockfile * Fix lockfile * Update scala template Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
1 parent 815fb15 commit ffcb973

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

Dockerfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@
77
#########################################
88
# Get dependency images as build stages #
99
#########################################
10-
FROM accurics/terrascan:1.13.0 as terrascan
11-
FROM alpine/terragrunt:1.1.4 as terragrunt
10+
FROM accurics/terrascan:1.13.1 as terrascan
11+
FROM alpine/terragrunt:1.1.5 as terragrunt
1212
FROM assignuser/chktex-alpine:v0.1.1 as chktex
1313
FROM cljkondo/clj-kondo:2022.02.09-alpine as clj-kondo
14-
FROM dotenvlinter/dotenv-linter:3.1.1 as dotenv-linter
14+
FROM dotenvlinter/dotenv-linter:3.2.0 as dotenv-linter
1515
FROM garethr/kubeval:0.15.0 as kubeval
1616
FROM ghcr.io/awkbar-devops/clang-format:v1.0.2 as clang-format
17-
FROM ghcr.io/terraform-linters/tflint-bundle:v0.34.1.1 as tflint
18-
FROM golangci/golangci-lint:v1.43.0 as golangci-lint
17+
FROM ghcr.io/terraform-linters/tflint-bundle:v0.34.1.2 as tflint
18+
FROM golangci/golangci-lint:v1.44.0 as golangci-lint
1919
FROM hadolint/hadolint:latest-alpine as dockerfile-lint
20-
FROM hashicorp/terraform:1.1.4 as terraform
20+
FROM hashicorp/terraform:1.1.5 as terraform
2121
FROM koalaman/shellcheck:v0.8.0 as shellcheck
2222
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
2323
FROM mvdan/shfmt:v3.4.2 as shfmt
2424
FROM rhysd/actionlint:1.6.8 as actionlint
25-
FROM scalameta/scalafmt:v3.3.3 as scalafmt
26-
FROM yoheimuta/protolint:v0.36.0 as protolint
25+
FROM scalameta/scalafmt:v3.4.3 as scalafmt
26+
FROM yoheimuta/protolint:v0.37.0 as protolint
2727
FROM zricethezav/gitleaks:v8.2.7 as gitleaks
2828

2929
##################

TEMPLATES/.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Scala Format Configuration
22
// https://scalameta.org/scalafmt/docs/configuration.html
3-
version = 3.3.3
3+
version = 3.4.3
44
align.preset = more // For pretty alignment.
55
maxColumn = 80
66
// https://scalameta.org/scalafmt/docs/configuration.html#scala-dialects

dependencies/Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ source "https://rubygems.org"
44

55
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
66

7-
gem "rubocop", "~> 1.25.0"
7+
gem "rubocop", "~> 1.25.1"
88
gem "rubocop-github", "~> 0.17.0"
9-
gem "rubocop-performance", "~>1.11.0"
9+
gem "rubocop-performance", "~>1.13.2"
1010
gem "rubocop-rails", "~> 2.7"
1111
gem "rubocop-rspec", "~> 2.8.0"

dependencies/Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.0.1)
4+
activesupport (7.0.2.2)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 1.6, < 2)
77
minitest (>= 5.1)
88
tzinfo (~> 2.0)
99
ast (2.4.2)
1010
concurrent-ruby (1.1.9)
11-
i18n (1.8.11)
11+
i18n (1.9.1)
1212
concurrent-ruby (~> 1.0)
1313
minitest (5.15.0)
1414
parallel (1.21.0)
@@ -18,7 +18,7 @@ GEM
1818
rainbow (3.1.1)
1919
regexp_parser (2.2.1)
2020
rexml (3.2.5)
21-
rubocop (1.25.0)
21+
rubocop (1.25.1)
2222
parallel (~> 1.10)
2323
parser (>= 3.1.0.0)
2424
rainbow (>= 2.2.2, < 4.0)
@@ -33,7 +33,7 @@ GEM
3333
rubocop
3434
rubocop-performance
3535
rubocop-rails
36-
rubocop-performance (1.11.5)
36+
rubocop-performance (1.13.2)
3737
rubocop (>= 1.7.0, < 2.0)
3838
rubocop-ast (>= 0.4.0)
3939
rubocop-rails (2.13.2)
@@ -51,11 +51,11 @@ PLATFORMS
5151
ruby
5252

5353
DEPENDENCIES
54-
rubocop (~> 1.25.0)
54+
rubocop (~> 1.25.1)
5555
rubocop-github (~> 0.17.0)
56-
rubocop-performance (~> 1.11.0)
56+
rubocop-performance (~> 1.13.2)
5757
rubocop-rails (~> 2.7)
5858
rubocop-rspec (~> 2.8.0)
5959

6060
BUNDLED WITH
61-
2.3.5
61+
2.3.7

0 commit comments

Comments
 (0)