mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 21:50:59 -05:00
fix: updating actionlint to latest version v1.6.24
Fix using vars context causes 'undefined context' error. This context is for 'Variables' feature which was recently added to GitHub Actions. (#260)
This commit is contained in:
parent
3f86536593
commit
e43076dd23
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ FROM hashicorp/terraform:1.4.4 as terraform
|
|||
FROM koalaman/shellcheck:v0.9.0 as shellcheck
|
||||
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
|
||||
FROM mvdan/shfmt:v3.6.0 as shfmt
|
||||
FROM rhysd/actionlint:1.6.23 as actionlint
|
||||
FROM rhysd/actionlint:1.6.24 as actionlint
|
||||
FROM scalameta/scalafmt:v3.6.1 as scalafmt
|
||||
FROM yoheimuta/protolint:0.43.1 as protolint
|
||||
FROM zricethezav/gitleaks:v8.16.2 as gitleaks
|
||||
|
|
Loading…
Reference in a new issue