deps(docker): bump rhysd/actionlint from 1.7.1 to 1.7.3

Bumps rhysd/actionlint from 1.7.1 to 1.7.3.

---
updated-dependencies:
- dependency-name: rhysd/actionlint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-30 13:42:53 +00:00 committed by GitHub
parent c4fe4da1f3
commit 515bd6816d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ FROM hashicorp/terraform:1.9.5 AS terraform
FROM koalaman/shellcheck:v0.10.0 AS shellcheck
FROM mstruebing/editorconfig-checker:v3.0.3 AS editorconfig-checker
FROM mvdan/shfmt:v3.9.0 AS shfmt
FROM rhysd/actionlint:1.7.1 AS actionlint
FROM rhysd/actionlint:1.7.3 AS actionlint
FROM scalameta/scalafmt:v3.8.3 AS scalafmt
FROM zricethezav/gitleaks:v8.18.4 AS gitleaks
FROM yoheimuta/protolint:0.50.5 AS protolint