From 6db130ff8979acfb2c1fce81abf01339acc9eb9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2020 05:40:16 +0000 Subject: [PATCH] Bump github/super-linter from v3.9.4 to v3.10.0 Bumps [github/super-linter](https://github.com/github/super-linter) from v3.9.4 to v3.10.0. - [Release notes](https://github.com/github/super-linter/releases) - [Commits](https://github.com/github/super-linter/compare/v3.9.4...9f3eb7d4545d595f24bb68b916b0184ae2ef9871) 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 4456c5d0..84bf2365 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -28,7 +28,7 @@ jobs: - name: Lint other files if: ${{ always() }} - uses: github/super-linter@v3.9.4 + uses: github/super-linter@v3.10.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} VALIDATE_ALL_CODEBASE: false