From ce3834161d9253f4b182f46d2c2cde4f54207bc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 06:09:47 +0000 Subject: [PATCH] Bump github/super-linter from v3.9.3 to v3.9.4 Bumps [github/super-linter](https://github.com/github/super-linter) from v3.9.3 to v3.9.4. - [Release notes](https://github.com/github/super-linter/releases) - [Commits](https://github.com/github/super-linter/compare/v3.9.3...e89faa7920c8993f4f9c19b5b8c6946b032c8d73) Signed-off-by: dependabot[bot] --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index eec63d349..8b1ed9e5f 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -36,7 +36,7 @@ jobs: - name: Lint other files if: ${{ always() }} - uses: github/super-linter@v3.9.3 + uses: github/super-linter@v3.9.4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} VALIDATE_ALL_CODEBASE: false