From 72e69eb0c5fd7e3bbd9643b245fe96d491ae4edf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 18:58:46 +0000 Subject: [PATCH] chore(deps): bump github/super-linter from 4 to 5 Bumps [github/super-linter](https://github.com/github/super-linter) from 4 to 5. - [Release notes](https://github.com/github/super-linter/releases) - [Changelog](https://github.com/github/super-linter/blob/main/docs/release-process.md) - [Commits](https://github.com/github/super-linter/compare/v4...v5) --- updated-dependencies: - dependency-name: github/super-linter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}