From 625cfa75101e1a35d80801cf551c5f1b3efc18e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 04:12:17 +0000 Subject: [PATCH] Bump github/super-linter from 4.1.0 to 4.9.5 Bumps [github/super-linter](https://github.com/github/super-linter) from 4.1.0 to 4.9.5. - [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.1.0...v4.9.5) --- updated-dependencies: - dependency-name: github/super-linter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fc758bd..807dc3b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v2.3.4 - name: Super-Linter - uses: github/super-linter@v4.1.0 + uses: github/super-linter@v4.9.5 env: ERROR_ON_MISSING_EXEC_BIT: true GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}