From 8c6f6edf0e9842f374732e3cdc160ffd657f2115 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 11:49:38 +0000 Subject: [PATCH] chore(deps): update super-linter/super-linter action to v6 --- .github/workflows/reusable-super-linter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-super-linter.yaml b/.github/workflows/reusable-super-linter.yaml index 7684597..75663ff 100644 --- a/.github/workflows/reusable-super-linter.yaml +++ b/.github/workflows/reusable-super-linter.yaml @@ -125,7 +125,7 @@ jobs: ############################# # https://github.com/marketplace/actions/super-linter - name: Lint Code Base - uses: super-linter/super-linter/slim@v5.4.3 + uses: super-linter/super-linter/slim@v6.6.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # by default super-linter assumes our repo default branch doesn't change