From c379bf3b67bc8c914d2f412ff2995136b8be4129 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 16:16:17 +0200 Subject: [PATCH] build(deps): bump github/super-linter from 3.17.0 to 3.17.1 (#841) Bumps [github/super-linter](https://github.com/github/super-linter) from 3.17.0 to 3.17.1. - [Release notes](https://github.com/github/super-linter/releases) - [Commits](https://github.com/github/super-linter/compare/v3.17.0...v3.17.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 461c4e1..939a10c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,6 +9,6 @@ jobs: - name: Checkout Code uses: actions/checkout@v2.3.4 - name: Lint Code Base - uses: github/super-linter@v3.17.0 + uses: github/super-linter@v3.17.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}