From ef4eb04c50ef2876c70b6e8d31c554a74539abee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 14:58:39 +0000 Subject: [PATCH] chore(deps): Bump super-linter/super-linter from 7.2.0 to 7.2.1 (#178) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: eeaton --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 90f3eccc..0a05246f 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -47,6 +47,6 @@ jobs: # Ref: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#setting-an-environment-variable run: grep -v '^#' .github/linters/super-linter.env >> "$GITHUB_ENV" - name: Super-Linter - uses: super-linter/super-linter@v7.2.0 + uses: super-linter/super-linter@v7.2.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}