From 6036adee7dd955c6924a6771474d60d6f2790133 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 7 Feb 2026 16:04:11 +0000 Subject: [PATCH] Update https://github.com/super-linter/super-linter action to v8.5.0 --- .forgejo/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 84d5d8b..e4bf0a7 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: uses: https://github.com/dtolnay/rust-toolchain@1.89.0 - name: Super-linter - uses: https://github.com/super-linter/super-linter@v8.3.0 # x-release-please-version + uses: https://github.com/super-linter/super-linter@v8.5.0 # x-release-please-version env: GITHUB_SERVER_URL: https://forgejo.wizeazz.nl GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}