From cb65fa18ea499db2bfdd25db87cd8aa9af198520 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Dec 2021 00:19:52 +0000 Subject: [PATCH] Bump github/super-linter from 4.8.4 to 4.8.5 Bumps [github/super-linter](https://github.com/github/super-linter) from 4.8.4 to 4.8.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.8.4...v4.8.5) --- updated-dependencies: - dependency-name: github/super-linter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6af65ec..5a88bf1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2.4.0 - - uses: github/super-linter@v4.8.4 + - uses: github/super-linter@v4.8.5 env: FILTER_REGEX_EXCLUDE: \bcodeql-analysis\.yml$|\bLICENSE$ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}