From 85be58bfbda965ab5784770f214f6421aa1d924a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 17:42:58 +0000 Subject: [PATCH] chore(deps): update github/super-linter action to v4.10.2 --- .github/workflows/test-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-pull-request.yml b/.github/workflows/test-pull-request.yml index cf9aa31d..50b0d31e 100644 --- a/.github/workflows/test-pull-request.yml +++ b/.github/workflows/test-pull-request.yml @@ -50,7 +50,7 @@ jobs: # Use full version number to avoid cases when a next # released version is buggy # About slim image: https://github.com/github/super-linter#slim-image - uses: github/super-linter/slim@v4.10.1 + uses: github/super-linter/slim@v4.10.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DEFAULT_BRANCH: main