From 581628da464381de3b113c8609173a8dcfcc49e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 04:41:16 +0000 Subject: [PATCH] chore(action): bump oxsecurity/megalinter from 8.1.0 to 8.2.0 Bumps [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) from 8.1.0 to 8.2.0. - [Release notes](https://github.com/oxsecurity/megalinter/releases) - [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md) - [Commits](https://github.com/oxsecurity/megalinter/compare/v8.1.0...v8.2.0) --- updated-dependencies: - dependency-name: oxsecurity/megalinter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/linter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yaml b/.github/workflows/linter.yaml index f30ff66..c247d19 100644 --- a/.github/workflows/linter.yaml +++ b/.github/workflows/linter.yaml @@ -17,7 +17,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Lint - uses: oxsecurity/megalinter/flavors/ci_light@v8.1.0 # see https://megalinter.io/latest/flavors/ci_light/ + uses: oxsecurity/megalinter/flavors/ci_light@v8.2.0 # see https://megalinter.io/latest/flavors/ci_light/ env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} VALIDATE_ALL_CODEBASE: true