From ad28ab101f17da4aaaa6e5500f5674d2abfb013e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 28 Jan 2026 16:05:09 +0000 Subject: [PATCH] Update https://github.com/super-linter/super-linter action to v8.4.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..e38301f 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.4.0 # x-release-please-version env: GITHUB_SERVER_URL: https://forgejo.wizeazz.nl GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}