From de74685eb8dc6c868cad07cbf2e6eaa74e1af64c Mon Sep 17 00:00:00 2001 From: Stanislas Lange Date: Tue, 16 Dec 2025 11:07:18 +0100 Subject: [PATCH] ci: fix super-linter version comment to match SHA --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 88f318a..a7b93ea 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,6 +23,6 @@ jobs: fetch-depth: 0 persist-credentials: false - name: Lint Code Base - uses: super-linter/super-linter@502f4fe48a81a392756e173e39a861f8c8efe056 # v8 + uses: super-linter/super-linter@502f4fe48a81a392756e173e39a861f8c8efe056 # v8.3.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}