From be38125646f405f7d821cb50d12d88a414e98447 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 20:32:48 +0000 Subject: [PATCH] chore(deps): Bump super-linter/super-linter from 6.5.0 to 6.5.1 Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 6.5.0 to 6.5.1. - [Release notes](https://github.com/super-linter/super-linter/releases) - [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md) - [Commits](https://github.com/super-linter/super-linter/compare/v6.5.0...v6.5.1) --- updated-dependencies: - dependency-name: super-linter/super-linter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-reusable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-reusable.yml b/.github/workflows/ci-reusable.yml index 1eb98bef0..0a31af54e 100644 --- a/.github/workflows/ci-reusable.yml +++ b/.github/workflows/ci-reusable.yml @@ -121,7 +121,7 @@ jobs: shell: bash - name: Super-linter - uses: super-linter/super-linter@v6.5.0 + uses: super-linter/super-linter@v6.5.1 env: GITHUB_TOKEN: ${{ secrets.githubToken }}