From 63c160733c1c45c8e832395aaecfe2f331c5e44e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jan 2021 05:55:25 +0000 Subject: [PATCH] Bump github/super-linter from v3.14.3 to v3.14.4 Bumps [github/super-linter](https://github.com/github/super-linter) from v3.14.3 to v3.14.4. - [Release notes](https://github.com/github/super-linter/releases) - [Commits](https://github.com/github/super-linter/compare/v3.14.3...594be7e0b222272f9786549d7f779782fe6e97c4) Signed-off-by: dependabot[bot] --- .github/workflows/super-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 446ff24..d2ba500 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v2.3.4 - name: Lint Code Base - uses: github/super-linter@v3.14.3 + uses: github/super-linter@v3.14.4 env: DEFAULT_BRANCH: master GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}