diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index fd1d3a5..3dc7399 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -88,7 +88,7 @@ jobs: export TFLINT_PLUGIN_DIR="${RUNNER_TEMP}/_github_home/.tflint.d/plugins" tflint -c ${{ inputs.linter_rules_path }}/.tflint.hcl --init - name: Lint Code - uses: github/super-linter/slim@v4 + uses: github/super-linter/slim@v5 env: DEFAULT_BRANCH: ${{ inputs.default_branch }} FILTER_REGEX_EXCLUDE: ${{ inputs.filter_regex_exclude }}