From f12edb33da7eec2ff4d595244ccdf5cd020af06d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 23:24:55 +0000 Subject: [PATCH] Bump github/super-linter from 4.9.6 to 4.9.7 Bumps [github/super-linter](https://github.com/github/super-linter) from 4.9.6 to 4.9.7. - [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.9.6...v4.9.7) --- 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 a630b741..daf04666 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.0.2 - - uses: github/super-linter@v4.9.6 + - uses: github/super-linter@v4.9.7 env: FILTER_REGEX_EXCLUDE: \bcodeql-analysis\.yml$|\bLICENSE$|\boutput.*\.txt$ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}